body {
	background-color: #02335E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A0E2FF;
}
.body-home {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.body-inner {
	background-image: url(../images/inner-bg.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A0E2FF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#flash {
	width: 960px;
	float: left;
	height: 636px;
}
#inner-banner {
	float: left;
	height: 274px;
	width: 960px;
	background-image: url(../images/inner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer-container {
	width: 100%;
	float: left;
	background-color: #005180;
}
#footer {
	width: 960px;
	height: 62px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3D90BF;
	text-decoration: none;
	background-image: url(../images/footer-logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3D90BF;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3D90BF;
	text-decoration:underline;
}
#content {
	width: 960px;
	float: left;
	padding-bottom: 168px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
.border {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #005180;
	border-left-color: #005180;
}
.border2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #005180;
	border-bottom-color: #005180;
}
#navbox {
	float: left;
	height: 25px;
	width: 400px;
	padding-top: 153px;
	padding-bottom: 96px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.navigation {
	float: left;
	height: 25px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #61C2FA;
	text-decoration: none;
	line-height: 25px;
	display: block;
}
.navigation:hover {
	float: left;
	height: 25px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	display: block;
	background-color: #00476C;
}
.current-page {
	float: left;
	height: 25px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	display: block;
	background-color: #015682;
}
.subhead{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.subhead-small {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.box {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #02335E;
	padding: 2px;
	width: auto;
	border: 1px solid #005180;
}
