body {
  background:#fff url("images/blue.gif") repeat-x bottom;
  background-position: 0px 154px;
  margin:0;
  padding:0;
  height:100%;
  max-height:100%;
  color:#000;
  font-family:verdana, arial, helvetica, sans-serif;
  font-size:small;
  overflow:hidden;
  } 
  
* html body {
  background-position: 0px 150px;
  padding: 200px 0 25px 0;
}  

td.centerimage {
     text-align: center;
     vertical-align: middle; }

*html table {
  text-align:left;
  }

#header {
  position:absolute; 
  padding:20px 0px 0px 0px;
  top:0px;
  left:0;
  width:100%;
  height:210px; 
  overflow:auto; 
}

*html #header {
  height:200px;
  padding:16px 0px 0px 0px;
}

#content {
  position:fixed; 
  top:200px;
  left:0;
  bottom:32px; 
  right:0; 
  overflow:auto; 
  background:#fff;
  padding:10px 0px 10px 0px;
  }

*html #content {
  height:100%; 	
  width:100%; 
  }
  
#footer {
    font-size: 11px;
	position: absolute;
	bottom:0;
	left:0;
	width: 70%; /* See note below */
	height:25px;
	background: navy;
	color:white;
	text-align: center;
	padding: 0 15% 7px 15%;
}

* html #footer {
	padding: 7px 15% 0px 15%;
	width: 100%;
}  

.container {clear:both; text-decoration:none;}
* html .container {display:inline-block;}	 
  
ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}

li {
background: url(images/bulletblu.gif) 0 5px no-repeat;
padding-left: 15px;
margin-bottom: 10px;
}

div.hrbottom {
  BORDER-BOTTOM: 1px solid #660000
}

#navmain {
    /*background:#red url("images/bgline.gif") repeat-x bottom;*/
    /*background: #b1a9da url("bg-nav.gif") repeat-x;*/
	/*border: 1px solid #979797;
	border-width: 1px 0;*/
	border:none;
	font-size: 14px;
	margin-top: 1em;
	padding-top: .6em;
}

#navmain ul, #navmain ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navmain ul {
	padding: 5px 0px 5px;
	text-align:center;
}

#navmain ul li {
    background:url("images/left_on.gif") no-repeat left top;
	/*background:green;*/
    margin:0 0;
    padding:5px 9px;
	display: inline;
	text-decoration:none;
}

*html #navmain ul li span {
    margin:-10px 0px;
}

#navmain ul li span {
	display: inline;
	/*margin-right: .75em;*/
}

#navmain ul li.last {
	margin-right: 0;
}

#navmain ul li a {
    margin:0;
	text-decoration: none;
	font-weight:bold;
}

#navmain ul li a span {
  background:url("images/right_on.gif") no-repeat right top;
  /*background:red;*/
  margin:0px -14px 0px 0px;
  padding:5px 15px 5px;
  color:navy;
}

*html #navmain ul li a span {
    margin:-15px -14px -15px 0px;
    padding:5px 15px 4px 10px;
}
#navmain ul li a:visited span {
	color: navy;
	text-decoration: none;
}
#navmain ul li a:hover span {
	color: black;
	text-decoration: none;
}

#navmain #current {
  background-image:url("images/left.gif");
  padding-bottom:6px;
  }
  
#navmain #current a span {
  background-image:url("images/right.gif");
  color:#333;
  padding-bottom:6px;
  }
  
/*\*//*/
#navmain ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navmain ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navmain ul li a {
	padding: 0;
}
/**/

#navsub {
	background:transparent;
	/*border-top: 1px solid navy;*/
	/*border-bottom: 1px solid navy;*/
	border-width 1em;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom:20px;
	padding-top: 5px;
}

#navsub ul, #navsub ul li {
	background:none;
	margin: 0;
	padding: 0;
}

#navsub ul {
	padding: 5px 0 4px;
	text-align: center;
}

#navsub ul li {
	display: inline;
}

/*
#navsub ul li.last {
	margin-right: 0;
	border-right: 0px;
}*/

#navsub ul li a {
	border-right: 1px solid #fff;
	color: black;
	padding: 0 0;
	text-decoration:none;
}

*html #navsub ul li a {
    /*margin: 5px 5px 5px 5px;*/
	border:0;
}

#navsub ul li:last-child a { border: none; }

#navsub ul li a span {
	padding: 1px 1em;
}
/*
*html ul li a span {
	padding: 5px 1em;
}  
*/
#navsub ul li a:hover {
	color: red;
	text-decoration: none;
}

/*\*//*/
#navsub ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navsub ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navsub ul li a {
	padding: 0;
}
/**/


