
body {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  height: 100%; 
  max-height: 100%; 
}

#leftNav { 
  position: absolute; 
  top: 144px;
  left: 0;
  right: 0;
  width: 182px;
  height: 500px;
  overflow: auto;
  color: black;
  background-color: #fff;
}

#topNav {
  position: absolute; 
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  height: 144px;
  width: auto;
  overflow: hidden;
  color: white;
  background: #fff url(/images/bg_top.gif) repeat-x left top;
}

#maincontent {
  position: fixed; 
  left: 182px;
  top: 144px;
  right: 0;
  bottom: 0;
  overflow: auto; 
  background: #fff;
  color: #000;
}

#leftNav A {
  color: #000;
}

#leftNav A:active {
  color: #FF6600; 
}

#leftNav A:visited {
  color: #000; 
}

A { color: #000; }
A.hvr { text-decoration: none; }
A.hvr:hover { text-decoration: underline; }

BODY, P, TD { font: 10pt Verdana, Tahoma; }

H1 {
  font: bold 18pt Verdana, Tahoma;
  color: #C49200;
  border-bottom: 1px solid black;
}

.bgchk { width: 25px; height: 25px; }

.n { font-size: 10pt; }  

.rotate { 
  display: none;
  position: absolute;
  width: 615px;
  height: 60px;
  overflow: visible;
  font: bold 8pt Verdana, Tahoma;
  text-align: left;
  padding: 5px;
}

        
.cover  {
  background-color: #FFDE66;
  position: absolute;
  width: 615px;
  height: 60px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  z-index: 99;
}

* html body{ /*IE6 hack*/
  padding: 128px 0 0 182px;
}

* html #maincontent { /*IE6 hack*/
  height: 100%; 
  width: 100%; 
}

* html #topNav { /*IE6 hack*/
  width: 100%;
}

.navHeader {
  margin: 4px;
  font-family: Verdana, Tahoma;
  font-size: 10pt;
  background-image: url(/images/goldbg.gif);
  border: 1px solid #895C00;
  font-weight: bold; color: #000;
}
.nav {
  margin-left: 8px;
  padding-left: 0;
  list-style: none;
  font-family: Verdana, Tahoma;
  font-size: 7.5pt;
}
.nav li {
  padding-left: 10px;
  background-image: url(/images/dot.gif);
  background-repeat: no-repeat;
  background-position: 0 .1em;
  margin: 10px 0px;
}
.nav li a {
  font-weight: bold;
}
.b { font-weight: bold; }
.ctr { text-align: center; }
.bg { font-size: 1.15em; }