body {
	background-color: #193e5e;
	margin: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	text-align: center;
	font: normal normal .8em verdana;
}

img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #66CCFF;
}

.PagerStyle a:link, .PagerStyle a:visited, .PagerStyle a:active {
	color: #66CCFF;
}

.PagerStyle a:hover {
	text-decoration: underline;
}

.mainContainer {
	margin: 0 auto;
	margin-top: 6px;
	width: 970px;
}

.header {
	background-color: #000000;
	padding-left: 3px;
	height: 77px;
	width:970px;
	margin: 0 auto;
	
}

.searchTitle {
	float:left; 
	margin:0;
	padding:0;
}

.legend {
	float:right;
	width:70%;
	margin-bottom: 3px;
	font: normal bold .74em verdana; 
}

.legendItem {
	background-color:#f2f2f2;
	padding:3px;
	margin:0 0 0 3px;
	float: right;
}

.legendIcon {
	background-color: #FFFFFF;
	padding: 2px;
}

.logo {
	float: left;
	text-align:left;
	width: 175px; 
}

.navigation {
	float: left;
	color: #FFFFFF;
	width: 770px;
	padding: 5px 0 0 20px;
}

* html .navigation /* navigation hack */ {
	float: left;
	color: #FFFFFF;
	width: 775px;
	padding: 5px 0 0 20px;
}

.navigation a:hover {
	text-decoration: underline;
}

.search {
	padding: 4px;
	margin: 0 0 5px 5px;
	background-color: #333333;
	float: left;
}

.siteTitle {
	padding: 4px;
	margin: 0 0 5px 0px;
	float: left;
	font: normal normal 1.5em verdana;
}

.subheader {
	color: #fb7000;
}

.subheader2 {
	color: #9a926b;
}

.subheader3 {
	font-style:italic;
}

.subcaption {
	font: italic normal normal .85em Verdana;
	color:#999999;
}

.icon {
	float:left; 
	width:11px;
	margin-right:3px;
}

.mainLinks {
	text-align: left;
	padding-top: 10px;
}

.warning {
	font: normal normal 900 11px verdana;
	color:#993300;
}

.quickjump {
	margin: 5px 0;
	float: right;
}

.quickjump form {
	display: inline;
}

.container {
	background-color:#FFFFFF;
	padding:3px;
	text-align:left;
}

.listBody {
	padding: 2px;
	background-color:#cccccc;
}

.listContent {
	background-color: #FFFFFF;
}

.listTable {
	background-color: #FFFFFF;
}

.listTable th {
	font: normal bold .74em verdana;
	background-color: #ececec;
	text-align: center;
}

.listTable th a:link, .listTable th a:visited, .listTable th a:active {
	color: #000000;
}

.nosort {
	background-image:url(../images/columnbg.gif);
	background-repeat:repeat-x;
}

.sort {
	background-image:url(../images/columnbg_selected.gif);
	background-repeat:repeat-x;
}

.smallText {
	font: normal normal .74em verdana;
	color: #FFFFFF;
}

.smallText2 {
	font: normal normal .74em verdana;
}

.smallBold {
	font: normal bold .74em verdana;
	color: #FFFFFF;
}

.listItem {
	background-color:#ffffff;
	padding: 2px;
	font: normal normal .7em verdana;
}

.greyRow {
	background-color: #f4f4f4;
}

.greyRow2 {
	background-color: #ededed;
}

.center {
	text-align:center;
}

.field {
	
}

.pageButtons {
	color: #FFFFFF;
	float: right;
}

/* Clear floats so that boxes do not continue to stack horizontally.  */ 
.clear { 
	height: 0%; 
	padding: 0; 
	margin: 0; 
	clear: both; 
}

.closed {
	color: #999999;
}

.footercontainer {
	text-align: center;
}

.footercontainer a:hover {
	text-decoration: underline;
}

.Button {
	color: #66CCFF;
	background-color: #000000;
	font-size: 15px;
	font-weight: bold;
}


.deptlist a, .deptlist a:visited
{
	text-decoration: none;
	color: #193e5e;
	
}

.deptlist a:hover 
{
	color: #193e5e;
	text-decoration: none;
	background-color: #cfd2d3;
	font-weight: bold;
}

.PrinterFriendly a:link, .PrinterFriendly a:visited, .PrinterFriendly a:active {
	color: #999999;
	font: normal normal normal .85em Verdana;
}







/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	color:#5b8dc6;
    font-weight: bold;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.notebox {
	background-color:#FFFFAE;
	border: 1px dashed #999999;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.leftside {
	float: left;
	width: 330px;
	padding-right: 5px;
}

.rightside {
	float: left;
	width: 182px;
	padding: 7px;
	margin-bottom: 10px;
}

.lightgreybg {
	background-color: #f9f9f9;
}

.dottedborder {
	border: 1px dotted #999999;
}

.gnote {
	float: left;
	width: 350px;
	padding: 7px;
	margin-bottom: 10px;
}

.redtext {
	color:#993300;
}

.midgreygb {
	background-color: #ebebeb;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-2em; left:0em; width:12em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center;}

td.hover, tr.hover {
	background-color: #B9E9FF;
}