* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #0078C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}

h1 {
	font-size: 14pt;
	color: #0078C0;
}

h2 {
	font-size: 12pt;
	color: #0078C0;
}

h3 {
	font-size: 10pt;
	color: #0078C0;
}

h4 {
	font-size: 8pt;
	color: #0078C0;
}

.clearance {
clear: both;
height: 1px;
font-size: 1pt;
line-height: 1px;
}

#main {
	width: 990px;
	margin: auto;
	padding: 0px;
}

#home_link a{
	position: absolute;
	top: 120px;
	left: 0px;
	display: block;
	width: 500px;
	height: 100px;
}

#back_top {
	z-index: 0;
	position: relative;
	height: 47px;
	width: 990px;
	margin-bottom: -13px;
	background-image: url(images/back_top.jpg);
	background-repeat: no-repeat;
}

#back_mid {
	z-index: 0;
	position: relative;
	width: 990px;
	background-image: url(images/back_mid.jpg);
	background-repeat: repeat-y;
}

#back_btm {
	z-index: 0;
	position: relative;
	height: 47px;
	width: 990px;
	background-image: url(images/back_btm.jpg);
	background-repeat: no-repeat;
}

#main_container {
	z-index: 1;
	position: relative;
}

#header {
	margin: auto;
	width: 860px;
	height: 223px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#bbblogo {
	position: absolute;
	left: 75px;
	top: 20px;
	
}

#content_container {
	margin: auto;
	width: 860px;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
#content_container ul li {
margin-left: 20px;
	}
#content_container h3 {
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
}

#content_container p {
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
}

#nav {
	position: absolute;
	right: 92px;
	top: 13px;
	text-align: left;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	list-style: none;
	border-bottom: solid 1px #B4D8EA;
	border-left: solid 1px #B4D8EA;
}

#nav_boxes {
	font-size: 7pt;
	text-align: left;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 5px;
	left: 20px;
}

div.nav_box {
	float: left;
	width: 112px;
	height: 130px;
	padding: 11px;
	position: relative;
	overflow: hidden;
}

div.nav_box h3 {
	height: 35px;
}

#content {
	text-align: left;
	width: 370px;
	margin-top: 18px;
	margin-left: 35px;
	line-height: 13px;
	position: absolute;
	right: 20px;
	top: 0px;
	font-weight: normal;
}

#content ul li {
margin-left: 20px;
}

#secondary_content {
	float: left;
	text-align: left;
	padding: 50px 18px 80px 365px;
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 325px;
	_height: 275px;
}

#btml_content {
	color: #FFFFFF;
	text-align: left;
	width: 265px;
	position: absolute;
	top: 150px;
	left: 0px;
	margin:50px 0px 0px 40px;
}

#testimonial {
font-weight: normal;
}

#copyright {
	float: left;
	margin-top: 45px;
	font-size: 7px;
	color: #CCEAF5;
	letter-spacing: 1.5px;
}

a.main_nav:link, a.main_nav:visited, a.main_nav:active{
	display: block;
	color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
	padding: 2px 3px 2px 12px;
}

a.main_nav:hover {
	background-color: #005C8F;
}

a.main_nav_a:link, a.main_nav_a:visited, a.main_nav_a:active, a.main_nav_a:hover{ display: block; color: #ffffff; font-size: 8pt; text-decoration: none; padding: 2px 3px 2px 12px; background-color: #102e77; border-bottom-width: 16px; border-left-style: none; border-left-width: 0; outline-width: 16px; }

a.nav_box_a:link, a.nav_box_a:visited, a.nav_box_a:active{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	margin-top: 18px;
}
a.nav_box_a:hover {
	background-image: url(images/arrow_white.gif);
	color: #FFFFFF;
}

.box {
	overflow: hidden;
	height: 75px;
}

.color_g {
	color: #90CC00;
	background-image: url(images/arrow_green.gif);
}
.color_lb {
	color: #0098CC;
	background-image: url(images/arrow_lblue.gif);
}
.color_db {
	color: #102E77;
	background-image: url(images/arrow_dblue.gif);
}

.btm_nav {
	position: absolute;
	bottom: 2px;
	left: 12px;
}

img.img {
	border: 1px solid #000000;
}


img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #000000;
}


img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #000000;
}


label {
	font-weight: bold;
	text-align: right;
}

label.alt {
	font-weight: normal;
}

label.error {
	font-weight: bold;
	color: #BB0000;
}

label.required {
	background: url(images/required.gif) no-repeat left;
	padding-left: 10px;
}



