@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

@import "leftnav.css";
@import url('leftnav.css');
@import "links.css";
@import url('links.css');
@import "slimbox.css";
@import url('slimbox.css');

body {
	margin: 0;
	padding: 0;
	background: #fff url(/images/bodybg.png) center top repeat-x;
	text-align: center;
	color: #424242;
	font: 11px Arial, Helvetica, sans-serif;
}

div {
	font-size: 12px;
	color: #424242;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 18px;
	color: #004E8C;
	padding: 0 0 14px 0;
	margin: 0 0 14px 0;
	background: url('/images/dotted.gif') bottom repeat-x;
	clear: both;
}

h2 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #004E8C;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #004E8C;
	margin: 0 0 10px 0;	
}

h4 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #424242;
	margin: 0 0 10px 0;
}

#leftcol h3, #rightcol h3 {
	padding: 0 0 10px 0;
	background: url('/images/dotted.gif') bottom repeat-x;
}

* html #leftcol h3, * html #rightcol h3 {
	background-image: none;
	width: 191px;
	height: 35px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/colheadingbg.png", sizingMethod="crop");
} 

td, th {
	font-size: 0.8em;
}

.blue {
	color: #004E8C;
}

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;
}

.newsdate {
	font-size: 10px;
	color: #000;
}

.footdiv {
	color: #CBCBCB;
	padding: 0 8px;
}

.beige {
	color: #AB7B1B;
}

.txt12 {
	font-size: 12px;
}

.txt13 {
	font-size: 13px;
}

.clfx {
	height: 0;
	clear: both;
}

.bold {
	font-weight: bold;
}

.lgrey {
	color: #CFCFCF;
}

.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;
}

div.newstext h2 {
	font: 17px Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 6px 0;
	clear: both;
}

div.newstext span {
	font-size: 10px;
	font-weight: normal;
}

div.newstext p {
	font-size: 11px;
	font-weight: normal;
}

/* Fading Tooltips */
#dhtmltooltip{
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	padding: 2px 6px;
	background-color: #fff;
	border: 2px solid #E5E5E5;
	color: #555;
	visibility: hidden;
	z-index: 1000;
}
