body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#DDD8CD; 
  font-family:arial, verdana, sans-serif; 
  font-size:small;
  overflow: hidden; 
  }
#header {
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height: 178px; 
  background: url(../../../images/basic/list_hdr.jpg) no-repeat;
  }
#footer {
	position:absolute;
	bottom:0;
	left:0;
	overflow:auto;
	background-color: #DDD8CD;
	background-image: url(../../../images/basic/footer.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 796px;
  }
#contents {
  position:fixed; 
  top:178px;
  left:0;
  bottom:36px; 
  right:0; 
  overflow:auto; 
  background:#DDD8CD url(../../../images/basic/page-bkgd.jpg) repeat-y 0px 0px;
  }
  /* for internet explorer 6 */
* html body {
  padding:183px 0 36px 0;
  }
* html #contents {
  height:100%; 
  width:100%;
  }
  /*end IE6 rules*/
#footer p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #FFF;
	margin-top: 0em;
	margin-left: 250px;
	line-height: 2.2em;
}
table td {
	font-size: 80%;
	text-align: center;
	border-bottom: 1px solid #CCC;
	width: 45px;
}
#header table {
	width: 755px;
	margin-left: 20px;
	margin-top: 0px;
	border-bottom: 1px solid #666;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FFFFFF;
	margin-top: 105px;
	margin-left: 170px;
}
#header td {
	text-align: center;
	border: none;
}
table {
	width: 755px;
	margin-left: 20px;
	}
table td.heads {
	background: #DDD8CD;
	text-align: left;
	font-weight: bold;
	height: 2em;
	white-space: nowrap;
}
td.colcolor {
	background: #DCDCDC;
	text-align: center;
	white-space: nowrap;
	width: 45px;
}
#contents td.left {
	text-align: left;
	width: 130px;
	white-space: nowrap;
}
.subsp {
	font-style: italic;
	text-indent: 10px;
}
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	margin-left: 30px;
}
#header td.titles {
	font-style: italic;
	text-align: right;
	text-indent: 1em;
	width: 137px;
	color: #194164;
	border: none;
}
/* topnav styles */
#topnav {
	position: absolute;
	height: 15px;
	width: 220px;
	left: 580px;
	top: 8px;
}
#topnav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav li {
	display: inline;
	padding: .3em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#topnav li a {
	color: #44678B;
	text-decoration: none;
}
#topnav li a:hover, #topnav li a.active {
	color: #A53817;
	text-decoration: none;
}
#topnav li.noborder {
	border: none;
}
