@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');
@import "leftnav.css";
@import url('leftnav.css');
@import "topnav.css";
@import url('topnav.css');

@import "aqua/theme.css";
@import url('aqua/theme.css');

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4B4B4B;
	background-color:#5260C8;
	font: 12px Lucida Sans Unicode, Lucida Grande, sans-serif;
}

div {
	font-size: 12px;
	color: #4B4B4B;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

a {
	color: #022f73;
}

a:hover {
	color: #5B5BFF;
}

div#jobticker a {
	padding: 0 15px;
}


h1 {
	font: 18px Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: 400;
	line-height: 18px;
	color: #022f73;
	margin: 0 0 14px 0;
	clear: both;
}

h2 {
	font: 15px Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #022f73;
}

h3 {
	font: 14px Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
	color: #022f73;
	margin: 0 0 10px 0;	
}

h4 {
	font: 13px Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
	color: #022f73;
	margin: 0 0 10px 0;
}

img {
	border: 0;
}

img.imgborder {
	border: 1px solid #ddd;
}

ul {
	margin: 2px 10px;
	padding: 0;
}

li {
	list-style-position: inside;
	list-style-type: square;
}

ul.err {
	margin: 10px;
}

ul.err li {
	color: #C00;
}

div.bodytext ul {
	margin: 0 10px;
	padding: 0;
}

.txt10 {
	font-size: 10px;
}

.txt11 {
	font-size: 11px;
}

span.footdiv {
	color: #A7C4EF;
	padding: 0 8px;
}

.lblue {
	color: #1884D6 !Important;
}

.txt11 {
	font-size: 11px;
}

.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;
}

.bold {
	font-weight: bold;
}

span.yearsep {
	margin: 0 8px;
	color: #E1E1E1;
}

div.newstext h2 {
	font: 17px Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: 600;
	color: #034065;
	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;
}

dl {
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
}

dt {
	margin: 0;
	padding: 0;
	float: left;
	width: 150px;
	font-weight: bold;
	clear: left;
}

dd {
	margin: 0;
	padding: 0;
	float: left;
	width: 378px;
}

/* 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;
}