@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.JPG);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D8DFE5;
}
a:link {
	color: #F3F3F3;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F3F3F3;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #F3F3F3;
}
#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: auto;
}
#container #header {
	height: 251px;
	width: 1000px;
}
#container #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #subheader {
	width: 1000px;
	background-color: #D8DFE5;
	margin-top: 0px !important;
	margin-top: -5px;
	background-repeat: no-repeat;
}
#container #subheader #right img {
}
#container #subheader #leftcol {
	float: left;
	height: auto;
	width: 210px;
	background-image: url(../images/leftcol-background.jpg);
	background-repeat: repeat-y;
}
#container #subheader #leftcol ul {
	color: #FFF;
	list-style-type: square;
	margin-bottom: 20px;
}

#container #subheader #leftcol li {
	margin-top: 15px;
	margin-left: -10px;
}
#container #subheader #leftcol h4 {
	margin-left: 30px;
	color: #82AABB;
	font-size: 14px;
	margin-top: 10px;
}
#container #subheader #right {
	width: 784px;
	float: right;
	padding-left: 6px;
	background-image: url(../images/rightcol-background-fixed.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#container #subheader #right h2 {
	font-size: 16px;
	margin-top:-5px;
	margin-bottom:-5px;
	margin-left:5px;
	text-transform:uppercase;
}
#container #subheader #right h3 {
	font-size: 16px;
}
#container #subheader #right a:link {
	color: #365663;
	text-decoration: underline;
}
#container #subheader #right a:visited {
	text-decoration: underline;
	color: #365663;
}
#container #subheader #right a:hover {
	text-decoration: none;
	color: #365663;
}
#container #subheader #right a:active {
	text-decoration: underline;
	color: #365663;
}
#container #subheader #right .spacer {
	margin-bottom: 40px;
}
#container #footer {
	text-align: center;
	color: #FFF;
	background-image: url(../images/footer.jpg);
	background-color: #365663;
	background-repeat: repeat-y;
	clear: both;

}
#container #subheader #right h3 img {
	vertical-align: middle;
}
#container h5 {
	font-size: 13px;	
}
.galleryBox {
	float: left;
	display: block;
	margin-right: 15px;
	margin-bottom: 10px;
	padding:10px;
	text-align:center;
	background-color:#bbc8d3;
	height:70px;
	width:115px;
	border:1px #4c6e7c dashed;
}
.newsBox {
	float: left;
	display: block;
	margin: 15px;
	width: 200px;
	border-right: #000 1px dotted;
	padding-right: 5px;
	height: 150px;
}
.banner {
float:right;
width:252px;
background-image:url('../images/bannerbg.jpg');
background-repeat:no-repeat;
background-color:#ffffff;
border:1px #abbfd0 solid;
margin-left:20px;
margin-top:20px;
margin-bottom:10px;
}
.bannerpadding {
padding:5px;
}
#msg {
	background-color: #F00;
	border: 1px #000 dotted;
}

#innerContent
{
padding-left:30px;
padding-right:40px;
}