BODY{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

A{
	font-weight: bold;
	text-decoration: none;
	
}

A:hover{
	text-decoration: underline;
}

.blue{
	color: #0B2966;
}

.green{
	color: #009800;
	font-weight: bold;

}

.menuover{
	font-size: 10px;
	font-weight: bold;
	color: #FEE301;
	width: 160px;
	height: 12px;
	background-color: #0B2966;
	padding-left: 4px;
}

.info{
	font-size: 12px;
	color: #0B2966;
	padding-left: 15px;
	padding-top:2px;
	font-weight: normal;
	
}

.copy{
	font-size: 12px;
	color: #0B2966;
	padding-left: 15px;
	padding-top:2px;
	font-weight: normal;
}

td{
	font-size: 12px;
}

.large{
	font-size: 16px;
	font-weight: bold;
}

.llarge{
	font-size: 20px;
	color: #009800;
	font-weight: bold;
}

#menu{
	position:absolute;
	left: 10px;
	top: 46px;
	height: 500px;
	width: 175px;
	margin-right: 4px;
}

#header{
	position:absolute;
	left: 175px;
	top: 10px;
	width: 500px;
	height: 48px;
}

#main{
	position:absolute;
	font-size: 12px;
	font-weight: normal;
	left: 175px;
	top: 75px;
	width: 576px;
	height: 600px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 80px;
	border-right: 2px solid #0B2966;
	
}