body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	}
	
#container {
	margin: 0 auto;
	background-color: #ffffff;
	border-left: solid 1px #698595;
	border-right: solid 1px #698595;
	width: 750px;
	}
	
#boxTopsection {
	float: left;
	background-color: #4A6D82;
	text-align: right;
	vertical-align: middle;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 18px;
	border-bottom: solid 1px #698595;
	}
	
#boxTopbanner {
	float: left;
	background-color: #004272;
	margin: 0;
	padding: 0;
	width: 750px;
	height: 200px;
	border-bottom: solid 1px #698595;
	}
	
#boxLeftmenu {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	min-height: 300px;
	}
	
#boxContent {
	float: left;
	border-left: solid 1px #698595;
	margin: 0;
	padding: 0;
	width: 549px;
	min-height: 300px;
	vertical-align: top;
	}
	
#boxBottom {
	clear: both;
	background-color: #004272;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	width: 750px;
	height: 18px;
	border-top: solid 1px #698595;
	border-bottom: solid 1px #698595;
	text-align: center;
	}

.content {
	padding: 8px;
	}
	
.header_lg {
	color: #006699;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	}
	
.header_sm {
	color: #005885;
	font-weight: bold;
	}

a.redlink {
	color: #A30000;
	font-weight: 900;
	font-size: 11px; 
	text-transform: uppercase;
	text-decoration: none;
	}
	
a.redlink:hover{ text-decoration:underline}

a.bluelink {
	color: #336699;
	font-size: 11px; 
	text-decoration: none;
	}
	
a.bluelink:hover{ text-decoration:underline}

