/* CSS Document */

body {
	background-color: #003366;;
}
.style10 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style1 {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #00247E;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
}


#header {
	width:850px;
	height:229px;
	}
	
#centerContainer {
	width:850px;
	}
	
	
	
#nav {
	width:228px;
	height:275px;
	float:left;
	display:inline;
	}
	
#content {
	background-image:url(../images/contentBg.jpg);
	width:622px;
	height:275px;
	text-align:left;
	float:left;
	display:inline;
	padding-top:10px;
	}
	
.clear {
	width:800px;
	height:0px;
	clear:both;
	}
	
iframe {
	overflow-x: hidden;
	overflow-y: scroll;
}
	
#footer {
	width:850px;
	height:155px;
	}
