html, body {
  font: 12pt/ 14pt "Georgia", sansserif;
  background: #000050;
  color: #A9D6FF;
  margin: 0px;
  padding: 0px;
}

a, b, i, u, div, img, span {
  border: none;
  margin: 0px;
  padding: 0px;
}

* {
  position: relative;  
}

/* Header styles*/
h1 {
  font: bold 18pt/ 18pt Times, "Times New Roman", serif;
}

h2 {
  font: bold 16pt/ 16pt Times, "Times New Roman", serif;
}

/* link defs */
a {
  color: #00BFFF;
  text-decoration: none;
}

a:hover,a:active {
  color: #70C0FF;
}

/* Special text styles */
.subtext {
  font-size: 8pt;
  color: #D3D3D3;
}

.techtext {
  color: #DAA520;
}

/* Page bar styles */
#top_bar {
  z-index: 3;
  width: 100%;
  display: block;
  overflow: hidden;
}

#right_bar {
  position: absolute;
  width: 949px;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 0;
}

#copyright {
  text-align: center;
  background: #2E3092;
  font-size: 0.9em;
}

#content_area {
  position: absolute;
  overflow: auto;
  top: 100px;
  left: 180px;
  right: 130px;
  z-index: 5;
  width: auto;
}

#page_header {
  background: #2E3092;
  color: #EDEDED;
  padding: 5px 10px;
  font-weight: bold;
}

#page_body {
  background: #A9D6FF;
  color: #000050;
  padding: 10px;
  max-height: 1000px;
  overflow: auto;    
}

#page_body:first-letter {
  margin: 5px 5px 0px 0px;
  font: bold 26pt/ 26pt "Park Avenue BT", cursive;
}

/* Clock style*/
p.clock {
  z-index: 2;
  position: absolute;
    top: 0px;
  right: 0px;
  text-align: center;
  background-color: transparent;
  margin: 3px;
  font: 10pt/ 10pt courier, "Courier New", monospace
}

/* Navigation Bar styles*/
/* Navigation container */
#nav_list {
  position: absolute;
  display: block;
  top: 50px;
  left: 0px;
  width: 207px;
  height: 1024px;
  
  font-size: 12pt;
  font-weight: bold;
  line-height: 14pt;
  font-family: serif;
  
  z-index: 2;
  background: url("http://thetruecoolness.com/images//leftBar.png") no-repeat 25% -28%;
}

.menu {
  list-style-type: none;
  margin: 0px;
  margin-right: 50px;
  padding: 0px;  
}

 /* Navigation Bar entry */
.menu li {
  display: block;
  margin: auto;

  color: blue;
  
  text-align: center;
  font-size: 0.9em;
}

/*Top level navigation link*/
.nav_link {
  display: block;
  width: 130px;
  margin: auto;
  
  color: #70C0FF;
  background:  no-repeat 50% 75% #000050;
  
  text-decoration: none;
  border: solid #70C0FF;
  border-width: 0px 5px 1px 5px;
  text-align: center;
}

.selected_link {
  background:  no-repeat center center #70C0FF;
  color: Blue;
  font-style: italic;
  border-color: Blue;
}

/*Mid level navigation link*/
.menu .menu {
  display: none;
  font-size: 10pt;
  line-height: 12pt;
  margin: auto;
}

.menu .menu .nav_link {
  width: 120px;
}

/* Bottom level navigation link*/
.menu .menu .menu {
  display: none;
  font-size: 9pt;
  line-height: 10pt;
  margin-top: 0px;
  margin: auto;
}

.menu .menu .menu .nav_link {
  width: 110px;
}

.menu li:hover .menu {
  display: block;
}

.menu .selected .menu {
  display: block;
}

.nav_link:link,.nav_link:visited {
  color: #70C0FF;
  font-style: normal;
}

.nav_link:hover, .selected_link:link, .selected_link:visited {
  background:  no-repeat center center #70C0FF;
  color: Blue;
  font-style: italic;
  border-color: Blue;
}

a.nav_link:active, .selected_link:hover {
  background:  no-repeat center center #70C0FF;
  color: #000080;
  font-style: italic;
  border-color: #000080;
}

/* Avatar image on navigation bar*/
img.avatar {
  width: 150px;
  margin: 10px 0px;
}

ie {
  line-height: 1.5em;
  text-align: center;
  width: 100%;
}

/* News Entires */
.news {
  margin: 5px auto;  
}

.news_body:first-letter {
  margin: 5px 5px 0px 0px;
  font: bold 26pt/ 26pt "Park Avenue BT", cursive;
}

.news_header {
  display: block;
  background: #028ECE;
  color: #EDEDED;
  width: 95%;
  margin: auto;
  padding: 2px 5px;
  font-size: 1.2em;
  cursor: pointer;
}

.news_date {
  background: #2E3092;
  color: #EDEDED;
  width: 92%;
  margin: auto;
  padding: 1px 5px;
  font-size: 0.9em;
}

.news_body {
  background: #A9D6FF;
  color: #000050;
  width: 90%;
  margin: auto;
  padding: 5px;
  font-size: 0.9em;
}

.news_body a, #page_body a {
  color: blue;
  font-style: italic;
  background: transparent;
}

.news_body a:hover, #page_body a:hover {
  color: #000060;
  font-style: italic;
  background: transparent;
  border-bottom: 1px dashed #000060;
}

.news_sig {
  font-style: italic;
  font-weight: bold;
}

/* Thumbnail Viewer styles */
img.thumbnail {
  width: 100px;
  height: 100px;
  margin: 5px;
}

img.arrow {
  position: relative;
  top: -34px;
  margin: 5px;
}

a.image_link {
  display: block;
  overflow: auto;
  height: 500px;
  vertical-align: middle;
  text-align: center;
}

a.image_link:hover {
  border: 0px none !important;
}

.thumbnail_bar {
  text-align: center;
}

#caption {
  text-align: center;
    background: #A9D6FF;
  color: #000050;
}

.inst_section {
  background: #2E3092;
  color: #EDEDED;
  border-bottom: 1px solid blue;
  font-style: italic;
  margin: 5px 0px;
}/* Game List Stuff */
.game_system {
  background: #282D84;
  color: #D0D0D0;
  padding: 3px;
  margin: 0px;
  margin-top: 5px;
}

.game_list {
  margin: 5px 0px;
  padding: 0px;
  list-style-type: none;
  border-width: 5px 0px;
}

.game_list_entry {
  margin: 0px 20px;
  padding: 2px;
  background: #A9D6FF;
  color: #000050;
}
