body, #maincontainer, td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000080
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 790px;
}
.headermenu {
	border-top: 1px solid #99CCFF;
	border-bottom: 3px double #66CC66;
}
#maincontainer {
	position: absolute;
	top: 120px;
	left: 14px;
	width: 790px;
}
#menu {
	position: absolute;	
	left: 0px;
	width: 176px;
}
#content {
	position: absolute;
	float: right;
	left: 186px;
	width: 570px;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.submenu {
	margin-top: -10px;
	margin-left: 16px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000080;  
	font-weight: normal;  
}
.submenu p {
	margin-top: -7px;
	margin-bottom: 0px;
}
.submenu a:link {
	text-decoration: none;
	color: #000080;
}
.submenu a:active {
	text-decoration: none;
	color: #000080;
}
.submenu a:visited {
	text-decoration: none;
	color: #000080;
}
.submenu a:hover {
	text-decoration: underline !important;
	color: #000080;
}
