@charset "UTF-8";

body {
	margin: auto;
	color: #333333;
	font-size: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #cfcfcf;
}

h1 {
	color: #25476C;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 {
	color: #214265;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}

.container {
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 1110px; height: 185px;
	background-color: #4971a2;
	margin-left: auto;
	margin-right: auto;	
}

.bannerArea .container {
	height: 185px;
	background-repeat: no-repeat;
}

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}

/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 1110px;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #436D9C;	
	margin-left: auto;
	margin-right: auto;
}

.topnavigationgroup {
	margin: 0px;
	float: center;
}

.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
	max-width: 140px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;

	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 1110px;
	background-color: #f0eff0;
	background-image: url(images/content_bkgd_tile.jpg);
	background-repeat: repeat-x;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear:both;
}
.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(images/content_bkgd.jpg);
	background-repeat: no-repeat;
}

.contentleft {
	width: 530px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	padding-top: 20px;
}

.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 30px;
	width: 330px;
}

.imageright {
	margin-left: 5px;	
	float: right;	
}
.contact table [
	

/* FOOTER AREA */
.footerArea {
	width: 1110px;
	background-color: #cfcfcf;
	border-top-style: solid;
	border-top-color: #3f6997;
	border-top-width: 4px;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	float: left;
	font-size: 14px;
}

#vcenter { margin-top:20px }