@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0e3354;
}
body {
	background-color: #76a5d4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.contentContainer {
	width:910px;
	margin-left:auto;
	margin-right:auto;
}
.indexHeaderBG {
	background-color:#FFFFFF;
	border-bottom:7px solid #0e3354;
}
.subHeaderBG {
	background-color:#FFFFFF;
	border-bottom:7px solid #4fba00;
}
.header{
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
}
.headerNav {
	background-color:#f3f2d3;
	margin-bottom:15px;
}
.headerNavLinks {
	padding:5px;
}
.headerNavLinks a {
	font-size:12px;
	text-decoration:none;
	color:#99cc33;
	padding-left:5px;
}
.headerNavLinks a:hover {
	text-decoration:underline;
	color:#62851b;
}
.photoArea{
	border-top:1px solid #FFFFFF;
	border-bottom:7px solid #4fba00;
	height:375px;
}
.navArea{
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
}
.contentArea{
	background-color:#FFFFFF;
	border-bottom:7px solid #4fba00;
}
.footerArea{
	border-top:1px solid #FFFFFF;
	padding:20px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}
.footerArea a{
	color:#FFFFFF;
	text-decoration:none;
}
.footerArea a:hover{
	text-decoration:underline;
}
.title{
	background-image:url(../images/title_bg.jpg);
	background-repeat:no-repeat;
	height:81px;
}
.content{
	line-height:24px;
	text-align:justify;
	width: 660px;
}