@charset "UTF-8";
* {margin: 0px; padding: 0px;}
#container {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #000000;
	width: 1024px;
	background: #004E82;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 131px;
	width: 1024px;
	background-image: url(images/main_image_header.png);
	background-repeat: no-repeat;
}

#secHeader {
	height: 204px;
	width: 1024px;
	background-image: url(images/sec_image_header.png);
	background-repeat: no-repeat;
}
#mainContainer {
	width: 824px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #004E82;
	color: #FFFFFF;
	margin-top: -30px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#secContainer {
	width: 624px;
	background-image: url(images/sec_image_bg.png);
	background-repeat: repeat-y;
	color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 150px;
	padding-bottom: 40px;
	padding-left: 250px;
	min-height: 550px;
}
#topNav {
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 712px;
	padding-top: 50px;
	padding-right: 10px;
	text-align: right;
	float: left;
	background-color: #005283;
}

a.contactfrm:link {color: #000}
a.contactfrm:visited {color: #000}
a.contactfrm:hover {color: #000; text-decoration: none;}
a.contactfrm:active {color: #000}

a:link {
	color: #fff;
	font-weight: bold;
}
a:visited {color: #fff;}
a:hover {color: #fff; text-decoration: none;}
a:active {color: #fff;}

h1 {
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 12px;
}
h2 {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}

p {margin-top: 2px; margin-bottom: 5px;}

ul, ol {margin-left: 26px;}
li {padding-left: 6px;}

