#header {
	background-color: #990033;
	/*	background-image: url(../images/otter_logo3.gif); 
	background-repeat: no-repeat;
	background-position: 5px;*/
	height: 110px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	margin: 0px;
}
#header .logo
{
	float: left;
	height: 100px;
	width: 110px;
	margin-top: 10px;
	margin-left: 10px;
}
#homeLayer {
	position:absolute;
	width:120px;
	height:115px;
	z-index:auto;
	left: 5px;
	top: 8px;
}
.navtable
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:separate;
	padding-top: 20px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.navtable td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #003366;
	border: 1px solid #003366;
	width: 75px;
	font-weight: bold;
}
.navtable td:hover
{
background-color:#000000;
color:#FFFFFF;
}
a.topnav {
text-decoration:none;
color:#FFFFFF;
}
