@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #BFD2E3;
	background-position: center top;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
a {
	color: #006FD2;
}
a:hover {
	color: #FFDF1B;
}

p {
	margin-bottom: 16px;
}
#container {
	background-image: url(../images/bg_container.gif);
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#masthead {
	display: block;
	height: 207px;
	width: 800px;
}
#logo {
	float: left;
}
#blurb_area {
	height: 207px;
	width: 536px;
	float: left;
}
#guts {
	background-image: url(../images/bg_guts.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 740px;
	padding-right: 28px;
	padding-left: 32px;
}
#nav {
	float: left;
	width: 178px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 25px;
	margin-bottom: 35px;
	padding-top: 35px;
	font-size: 13px;
}
#nav p {
	color: #3f668b;
	text-align: center;
	font-size: 13px;
}
#nav ul {
	margin-bottom: 45px;
	list-style-type: none;
}
#nav ul li {
	display: block;
	width: 172px;
	margin-left: 3px;
}
#nav ul li a {
	color: #0051c0;
	text-decoration: none;
	background-image: url(../images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	width: 156px;
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B8DB0;
	line-height: 16px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
#nav ul li a:hover {
	color: #FFFFFF;
	background-color: #1A69B2;
}
#content {
	padding: 30px;
	width: 477px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	font-size: 12px;
	color: #151515;
	line-height: 18px;
	margin-bottom: 16px;
	margin-top: 70px;
}
#content h1 {
	font-size: 20px;
	color: #00477d;
	margin-bottom: 16px;
}

#content h2 {
	font-size: 15px;
	color: #00477d;
	margin-bottom: 16px;
}
#content h3 {
	font-size: 13px;
	color: #00477d;
	margin-bottom: 10px;
}

#content h4 {
	font-size: 13px;
	color: #00477d;
}

#footer {
	font-size: 12px;
	color: #3f668b;
	background-color: #BFD2E3;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	width: 800px;
	padding-top: 22px;
	text-align: center;
}


#home_feature h1 {
	font-size: 18px;
	color: #FFDF1B;
	margin-bottom: 12px;
}
.datatable {
	margin-bottom: 12px;
	line-height: 14px;
}

.datatable th {
	color: #004D94;
	background-image: url(../images/bg_tablehead.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	padding: 3px;
	border: 1px solid #C9DCED;
}
.datatable td {
	padding: 3px;
	border: 1px solid #E3EDF6;
	vertical-align: top;
}
#content li {
	margin-bottom: 8px;
}
#content ul {
	margin-bottom: 16px;
}

#content ol {
	margin-left: 24px;
	margin-bottom: 16px;
}
#content ul li {
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 4px;
	padding-left: 24px;
	list-style-type: none;
}

