body {
  margin: 0; padding: 0; 
  background-color: #000; 
  font-family: Arial, Verdana, Helvetica; 
  font-size: 12px; 
  color: #fff; 
}

table {
  border-spacing: 0;
}

td {
  vertical-align: top;
}

img { 
  border: 0;
}

a {
  color: #fff;
}

a:hover {
  color: #666D5D;
}

hr {
  height: 2px; 
  background-color: #000;
  border-bottom: 1px solid #333;
  border-bottom: 1px solid #000;
  padding: 0; margin: 0;
  text-align: left;
}

.bigHeader {
  font-size: 18px;
  font-weight: normal;
  font-family: Georgia, Arial, Verdana; 
}

.highlightBold {
  font-weight: bold;
  color: #AA8F91;
}

#container {
  position: absolute; 
  top: 25px;
  left: 50%; 
  right: 0; 
  margin-left: -398px;
  width: 796px;
  
}

#topNav {
  background: url(images2/outer/bg_top.jpg) no-repeat right;
  height: 142px;
  position: relative;
  border-bottom: 2px solid #999;
}

#topNav img {
  margin-top: 15px;
}

#topNav ul {
  position: absolute; 
  bottom: 0; left: 0px;
  padding: 0; margin: 0;
  list-style-type: none;
}

#topNav li {
  float: left;
  width: 210px; height: 25px;
  border-right: 1px solid #000;
  text-align: center;
  padding: 0; margin: 0;
  background: url(images2/outer/bg_top_nav.jpg) repeat-x;
}

#topNav a {
  margin-top: 4px;
  display: block;
  text-decoration: none;
}

#sideNav {
  padding-top: 25px;
  background: url(images2/outer/bg_side_nav.jpg) repeat-x top #000;
  width: 180px; height: 313px; 
  border-left: solid 2px #999;
}

#sideNav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#sideNav li {
  margin-top: 5px;
  margin-left: 35px;
}

.sideNavOn {
  color: #6A7161;
  font-weight: bold;
  text-decoration: none;
}

#sideNav a {
  text-decoration: none;
}

#subNav {
  list-style-type: none; 
  padding: 0; margin: 0;
}

#subNav li {
  margin-top: 5px;
  margin-left: 15px;
  font-size: 11px;
}


#content {
  padding: 0; margin: 0;
  background: url(images2/outer/bg_content_outer.gif) right; 
  background-repeat: repeat-both;
  width: 612px; height: 90%;
  border-right: 2px solid #999;
  vertical-align: middle;
}

#content .box {  
  background-color: #4B4B4B;
  border: solid 1px #333;
  border: 1px solid #666;
  margin: 10px; 
  width: 590px; height: 95%;
 
}

#content a {
  color: #DD799A;
}


.box .innerbox {
  width: 588px; height: 99%; 
  border: 1px solid #000;
}

#bottomNav  {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  background-color: #6A7161;
  margin: 0; padding: 0; 
  height: 20px;
}


#bottomNav a:hover {
  color: #000;
}


#bottom {
  height: 47px; 
  clear: both;
  background: url(images/outer/bg_bottom.jpg) top repeat-x #000;
  text-align: center;
  color: #6A7161;
  font-size: 11px;
  padding-top: 10px;
}


