body{
	padding:0px;
	margin:0px;
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#f5f0ea;
}
a{
	color:#003d78;
	text-decoration:underline;
}
a:visited{
	color:#6c427f;
	text-decoration:underline;
}
a:hover{
	color:#a2968a;
	text-decoration:underline;
}
td, ol, ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#474e56;
}
.content_container{
	background-image:url(images/seascape_bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:679px;
	padding-bottom:260px;
	background-color:#ffffff;
	color:#474e56;
}
.content_box{
	background-image:url(images/blue_top.gif);
	background-repeat:no-repeat;
}
.footer_container{
	background-image:url(images/footer_bg.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:62px;
	background-color:#002a53;
}
.footer_container td{
	color:#ffffff;
}
.footer_container a{
	color:#ffffff;
	text-decoration:none;
}
.footer_container a:visited{
	color:#dcdcdc;
	text-decoration:none;
}
.footer_container a:hover{
	color:#f5d19e;
	text-decoration:underline;
}
.txtbox {
	height: 20px;
	width: 160px;
	border: 1px solid #51778b;
}
.txtarea {
	border: 1px solid #51778b;
}
.required {
	color: #cc3300;
}