@charset "iso-8859-1";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 130px;
	float: left;
}

#header_left {
	width: 450px;
	height: 130px;
	float: left;
}

#header_right {
	width: 510px;
	height: 130px;
	float: left;
}
.navbgimage { 
    background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
}

#header_right_top {
	width: 510px;
	height: 75px;
	float: left;
}

#header_right_bottom {
	width: 510px;
	height: 30px;
	float: left;
}

#header_right_bottom ul {
	float: right;
}

#header_right_bottom ul li {
	display: inline;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

#header_right_bottom ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

#header_right_bottom ul li a:hover {
	color: #0065A3;
}

#bannertop {
	width: 960px;
	height: 250px;
	float: left;
}
#mainbody {
	width: 730px;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;	
	margin-right: 30px;
}

#mainbody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0065A3;
	padding-bottom: 20px;
}

#mainbody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0065A3;
	padding-bottom: 20px;
}

#mainbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: none;
	clear: both;
	line-height: 150%;
	padding-bottom: 10px;
}
#mainbody p a {
	color:#000;
}

#mainbody p a:hover {
	text-decoration: none;
}

#contentright {
	width: 200px;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
}
#contentright h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0065A3;
	padding-bottom: 20px;
}
#contentright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: none;
	clear: both;
	line-height: 150%;
	padding-bottom: 10px;
}
#mainbody01 {
	width: 960px;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	background-image: url('../images/bottomnavbg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0065A3;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
}

#footerCont {
	width: 960px;
	margin: 0 auto;
}

#footerLeft {
	width: 700px;
	float: left;
	text-align: left;
}
#footerLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 2px;
	padding-right: 10px;
}

#footerLeft a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#footerLeft a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

#footerRight {
	width: 230px;
	float: left;
	text-align: left;
}

#footerRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 2px;
	padding-right: 10px;
}

#footerRight a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

#footerRight a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}
.formboxbg {
	border: 1px solid #999
}

#mainbody01 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0065A3;
	padding-bottom: 20px;
}
#mainbody01 .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#mainbody01 .textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#mainbody01 .textitalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
