@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/main_header_bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
.mainlinks {
}
.mainlinks a:link {
	color: #6699CC;
	text-decoration: none;
}
.mainlinks a:visited {
	color: #6699CC;
	text-decoration: none;
}
.mainlinks a:hover {
	color: #003366;
	text-decoration: none;
}
.mainlinks a:active {
	color: #6699CC;
	text-decoration: none;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	margin-bottom: 2px;
	padding: 0px;
	margin-top: 0px;
}
#divcontent {
	margin-top: 320px;
}
#divfooter {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	height: 150px;
}
.clearer {
	clear: both;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
}
h4 {
	font-size: 12px;
	color: #6699CC;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px;
}
h5 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#imgfoot {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.photoimageleft {
	float: left;
	padding-right: 10px;
}
#recentphotos {
	height: 125px;
}


