@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#2c519a;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002085;
	margin: 0px 0px 16px 0px;
	padding: 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px
}
h3 {
	font-size: 14px
}
h4 {
	font-size: 13px
}
h5 {
	font-size: 12px
}
h6 {
	font-size: 10px
}
#container {
	width: 980px;
	background-color: transparent;
}
#header {
	height: 187px;
	background-image:url(../images/bg_header.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
}
#mainBody {
	background-image:url(../images/bg_mid.gif);
	background-position: top right;
	background-repeat:repeat-y;
}
#mainBody #navigation {
	margin-left:15px;
	background-image: url('../images/bg_nav.png');
	background-repeat:no-repeat;
	height: 265px;
	padding: 8px 0px 8px 42px
}
#mainBody #navigation ul, #mainBody #navigation li, #mainBody #navigation a{ height:20px; }
#mainBody #navigation ul {
	list-style: none;
	padding:0 0 0 0px;
}
* html #mainBody #navigation ul { padding:0 0 0 0px; }
#mainBody #navigation li {
	font-family: Verdana, Arial, sans-serif;
	line-height:20px;
	margin-bottom:2px;
}
#mainBody #navigation a{
	font-size:12px;
	color: #c3d8fb;
	text-decoration: none;
}
#mainBody #navigation a.selected { color: #fe4040; text-decoration: none;}
#mainBody #navigation a:hover{ 
	color: #fe4040;
	text-decoration: none;
}
#mainBody #mainContent {
	padding: 0px 16px 0px 0px;
	margin-left: 249px;
	min-height: 300px;
}
#footer {
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	background-position: top right;
	overflow:hidden;
}
#sponsors-outer {
position:absolute;
left:-120px;
top:430px;
}
#sponsors-inner {
	padding:8px 16px 8px 16px;
	height:80px;
	overflow:hidden; 
}
span.label, label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
}
div.value, span.value {
	float: left;
	display: block;
	width: 250px;
}

img.offset {
position:relative;
left:12px;
}

a { color: #FE4040; font-weight: bold; font-size: 11px; font-family: arial,verdana, helvetica; text-decoration: none }

a:active { color: #010D33; font-weight: bold; font-size: 11px; font-family: arial, verdana, helvetica; text-decoration: none }

a:hover { color: #010D33; font-weight: bold; font-size: 11px; font-family: arial, verdana, helvetica; text-decoration: none }

.txtWhite {
	color: #fff;
}

.tabborder
{
border:1px; 
border-style:dotted; 
border-color:#000000;
background-color:#E5EFFB;
}

/* copied from tabs.css from old site */

#screenTabs
	{
	float:left;
	width: 100%;
	min-height: 1px;
	height: 1px;
	background:#ffffff url("../img/icons/tabs/bg.gif") repeat-x bottom;
	}

td > #screenTabs
	{
	height: auto;
	}

#tabs
	{
	float:left;
	width:620px;
	line-height:normal;
	white-space: nowrap;
	background:#ffffff url("../img/icons/tabs/bg.gif") repeat-x bottom;
	}

#tabs ul
	{
	margin:0;
	padding: 0px 10px 10px 10px;
	list-style:none;
	}

#tabs a
	{
	display: block;
	background:url("../img/icons/tabs/right.gif") no-repeat right top;
	padding:5px 9px 4px 4px;
	vertical-align: baseline;
	text-decoration: none;
	color: #000000;
	width:.1em;
	}

#tabs > ul a
	{
	width: auto;
	}

#tabs a:hover,
#tabs a:visited,
#tabs a:active
	{
	text-decoration: none;
	color: #000000;
	}

#tabs li
	{
	float:left;
	background:url("../img/icons/tabs/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	border-bottom: solid 1px #776655;
	}

#tabs li#current
	{
	border-width: 0;
	}

#tabs #current
	{
	background-image:url("../img/icons/tabs/left_on.gif");
	margin-left: -3px;
	}

#tabs #current a
	{
	background-image:url("../img/icons/tabs/right_on.gif");
	padding:3px 9px 7px 6px;
	vertical-align: baseline;
	}

#tabs .last a
	{
	background-image:url("../img/icons/tabs/right_last.gif");
	}

#tabs .first
	{
	background-image:url("../img/icons/tabs/left_first.gif");
	}

#tabs .first#current
	{
	margin-left: 0;
	}

#tabs li:hover
	{
	background-position: 0% -150px;
	cursor: pointer;
	}

#tabs li:hover a
	{
	background-position: 100% -150px;
	}

#tabs li.first:hover
	{
	background-position: top left;
	}

#tabs a:hover
	{
	background-position: 100% -150px;
	}
