@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;
}

body {
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align: center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background-color:#333;
}

table,td {
	font-size:12px;
	color: #fff;
}

.topline {
	background:url(images/bg_top_line.gif) repeat-x top center;
	height:10px;
	padding:0px;
	text-align:left;
}

.wrapper {
	width:1000px;
	margin:0px auto;
	z-index: 1;
	position: relative;
}

.wrapperLogo {
	width:1000px;
	margin:-500px;
	left:50%;
	text-align: left;
	top:0px;
	z-index: 10000;
	position: absolute;
}

.headerBG {
	background:url(images/bg_header.gif) repeat-x top center;
	height:90px;
}

.menuBG {
	background:url(images/bg_menu.gif) center center repeat-x;
	height:40px;
}

.middleBG {
	background:url(images/bg_middle_blue.gif) center top repeat-x #333360;
}

.bottomBG {
	background:url(images/bg_bottom_black.gif) center top repeat-x #000;
	border-top:solid 2px #F60;
}

.MiddleHighlight {
	background:url(images/bg_bottom_black.gif) center top repeat-x #000;
	border-top:solid 2px #F60;
	border-bottom:solid 2px #F60;
	position: absolute; 
	height: 82px;
	width:100%;
	top: 355px;
	z-index: 0;
}

.footerBG {
	background:url(images/bg_footer.gif) center top repeat-x #000;
	height:32px;
}

a {
	color:#F90;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}

.spacer {
	height:5px;
	clear:both;
}

.vspacer {
	width:5px;
	float:left;
}

.innerMenu {
	text-align:right;
	color:#39c0a1;
	text-transform:uppercase;
	padding:10px;
}

.pageTitle {
	color:#39c0a1;
	font-size:18px;
}

.pageSubTitle {
	color:#39c0a1;
	font-size:14px;
	font-weight:bold;
}

.descriptionText {
	font-size:11px;
}

#toolTip {
	border:1px solid #099;
	background-color:#333;
	width:150px;
	position:absolute;
	visibility: hidden;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FF0;
}

#toolTip p {
   margin:0px;
   padding:4px 2px;   
}

