@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');
@import "topnav.css";
@import url('topnav.css');
@import "leftnav.css";
@import url('leftnav.css');
@import "links.css";
@import url('links.css');



body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bodybg.png) repeat-x;
	text-align: center;
	color: #585858;
	font: 11px Arial, Helvetica, sans-serif;
}

div {
	font-size: 12px;
	line-height: 16px;
	color: #585858;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 24px;
	color: #0e3053;
	padding: 0;
	margin: 0 0 20px 0;
	clear: both;
}

#homeboxtext h1 {
	color: #fff;
}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 16px 0;
	color: #0e3053;
}

h3 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #585858;
	margin: 0 0 10px 0;
}

#leftcol h3 {
	font-size: 14px;
	padding: 0 10px 0 20px;
	margin: 0;
	color: #0e3053;
	line-height: 31px;
	border-bottom: 1px solid #EDEDED;
}

h4 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0e3053;
	margin: 0 0 10px 0;
}

td, th {
	font-size: 0.8em;
}

.black {
	color: #000;
}

img {
	border: 0;
}

img.imgborder {
	border: 1px solid #E85809;
}

ul {
	margin: 0px 10px 10px 17px;
	padding: 0;
}

ul li, .sidebox li {
	list-style-position: outside;
	margin: 3px 0;
	padding: 0;
	list-style-image: url('../images/bullet.gif');
}

span.asterisk {
	padding: 0 0 0 4px;
	font-weight: bold;
	color: #E85809;
}

div.bodytext ul {
	margin: 0 10px;
	padding: 0;
}

.txt10 {
	font-size: 10px;
}

.txt11 {
	font-size: 11px;
}

.txt13 {
	font-size: 13px;
	line-height: 18px;
}

.txt14 {
	font-size: 14px;
	line-height: 20px;
}

.footerdiv {
	background: url(../images/footerdiv.png) center no-repeat;
	padding: 0 11px;
}

.clfx {
	height: 0;
	clear: both;
}

.bold {
	font-weight: bold;
}

.noborder {
	border: 0 !important;
}

.flleft {
	float: left;
}

.flright {
	float: right;
}

.tcenter {
	text-align: center;
}

.tleft {
	text-align: left !important;
}

.tright {
	text-align: right !important;
}

.err {
	color: #CC0000;
}

.imgleft {
	float: left;
	margin: 0 20px 20px 0;
}
.imgright {
	float: right;
	margin: 0 0 20px 20px;
}

span.yearsep {
	margin: 0 8px;
	color: #E1E1E1;
}

ul#news {
	margin: 0;
	padding: 0;
}

ul#news li {
	list-style: none;
	margin: 0 0 10px 0;
}

ul#news li h2 {
	font: 17px Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 6px 0;
}

ul#news li span {
	font-size: 10px;
	font-weight: normal;
}

ul#news li p {
	font-size: 11px;
	font-weight: normal;
}

ul#news li div.newsclear { clear: left; height: 10px; }
