@charset "utf-8";
/* CSS Document */
body {
	background-color: #00104D;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 14px;
}
body h1{
	font-size: 18px;
}
body h2{
	color: #3061BF;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
body a{
	color: #3061BF;
	font-size: 12px;
}
body a:hover{
	color: #003366;
}
#header {
	margin: 0px Auto;

}
#mainContainer {
	background-color: #FFFFFF;
	background-image: url(images/mainBkg.jpg);
	background-repeat: no-repeat;
	width: 840px;
	margin: -3px auto;
	height: inherit;
	font-size: 14px;
	display: table;
}
#pageImage {
	float: left;
	padding: 22px 0px 12px 10px;
	text-align: center;
	width: 230px;
	position: relative;
	height: auto;
}
#mainBody {
	text-align: left;
	width: 560px;
	position: relative;
	margin: 20px 0px 20px auto;
	float: right;
}
#gallery {
	text-align: left;
	width: 540px;
	overflow: visible;
	position: inherit;
	height: 400px;
	margin: 0px 30px auto;
	float: right;
}
#footer {
	background-image: url(images/footerBkg.jpg);
	margin: 0px auto;
	width: 840px;
	height: 22px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 4px 0px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #00104D;
	float: left;
}
#footerLeft {
	float: left;
	padding-left: 6px;

}
#footerRight {
	float: right;
	text-align: right;
	padding-right: 6px;

}
#footerNav{
	margin-left: 25px;
	width: 480px;
	float: left;
	
}
#footer a{
	color: #E0DFE3;
	font-size: 10px;
	text-decoration: none;

}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
