﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #003465;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
}
#wrapper{
	width:100%;
	text-align:center;
}
#wrapper{
	width:100%;

}
#header{
	width:905px;
	height:215px;
	background-image:url(images/header.jpg);
}
#headerLinks{
	width:905px;
	height:34px;
	background-image:url(images/linksBG.jpg);
}
#contentBG{
	background-image:url(images/contentBG.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:885px;
}
#content{
	text-align:left;
	padding-left:12px;
	padding-right:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#003465;
	overflow:hidden;
}
#footer{
	position:relative;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:885px;
	height:129px;
	text-align:center;
	color:#003465;
}

#contactus{
padding-left:10px;
}

#contactus legend{
font-size:1.1em;
margin-top:20px;
text-decoration:underline;
margin-bottom:10px;
}

#contactus label{
font-size:0.75em;
}

.contact_form p{
margin:0px;
}
