body {
  background-color: #000000;
  margin: 0px;
  font-family: Verdana;
  font-size: 11px;
  color: #FFFFFF;
  background-image: url("../our_images/bgpattern.gif");
}

td {
  vertical-align: top;
}

a {
  color: #87CEEB;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

p {
  margin: 18px 0px 18px 0px;
}

/* LAYERS =================================== */

.banner {
  position: absolute;
  margin-left: 151px;
  top: 51px;
  z-index: 9;
  border-top: 1px solid #404040;
  border-bottom: 2px solid #404040;
}

.contact_lyr, .text_lyr {
  position: absolute;
  margin-left: 150px;
}

.contact_lyr {
  top: 30px;
  text-align: right;
  width: 500px;
}

.lyr_01 {
  text-align: center;
}

.lyr_02 {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 800px;
  height: 380px;
}

.nav_lyr {
  position: absolute;
  top: 300px;
}

.menu_lyr {
  position: relative;
  top: 150px;
}

.menu_lyr, .nav_lyr {
  width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  z-index:1;
}

.pagespacer {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -50px;
  visibility: hidden;
}

.text_lyr {
  top: 50px;
  border: 1px solid #404040;
  background-color: #282828;
  text-align: left;
  padding: 105px 25px 10px 25px;
  width: 450px;
  min-height: 255px;
  height:auto !important;
  height: 255px;
}



/* TEXT/LINKS =================================== */

.contact_lnk {
  font-family: Verdana;
  font-size: 11px;
  color: #87CEEB;
}

.contact_lnk:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.first_para {
  margin-top: 10px;
}

.hint, .label {
  font-size: 10px;
  font-weight: normal;
  font-family: Arial;
}

.label {
  color: #FEFF80;
  margin-left: 5px;
}

.nav_lnk, .nav_lnk_on {
  display: block;
  width: 120px;
  padding: 0px 10px 2px 3px;
  font-family: Verdana;
  font-size: 11px;
  margin: 10px 0px 10px 0px;
  color: #999999;
  background-color: transparent;
  text-align: right;
}

.nav_lnk:hover {
  color: #FFFFFF;
  background-color: #1E1E1E;
  text-decoration: none;
}

.nav_lnk_on {
  color: #FFFFFF;
}

.photo_cell {
  padding: 0px 30px 40px 0px;
  width: 120px;
}

.photo_header {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
}

.photo_hint {
  font-size: 11px;
  font-family: Arial;
  font-weight: normal;
  color: #999999;
  text-align: center;
}

.photo_thumbs {
  text-align: center;
}

.photo_title {
  margin-top: 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: Tahoma;
}

.thumb {
  border-top: 1px solid #D9E1EB;
  border-right: 1px solid #858285;
  border-bottom: 1px solid #858285;
  border-left: 1px solid #D9E1EB;
  margin: 10px;
}

.topic_header {
  font-size: 14px;
  font-weight: bold;
}

.subtopic {
  font-weight: bold;
  margin-bottom: 5px;
  font-family: Tahoma;
  font-size: 11px;
}

.super_sub_line, .super_sub, .super_sub_noline {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
  color: #666666;
  padding-bottom: 2px;
}

.super_sub_line {
  border-bottom: 1px solid #404040;
}

.ultra_sub {
  font-weight: bold;
  margin-bottom: 5px;
  font-family: Tahoma;
  font-size: 11px;
}

.update {
  z-index: 9;
  position: absolute;
  margin-left: 398px;
  top: 142px;
  color: #666666;
  font-family: Verdana;
  font-size: 10px;
  text-align: right;
  width: 250px;
}

