@charset "utf-8";
/* CSS Document */
html, body{width:100%;}

body, td, th {font-family: Georgia, Times New Roman, Times, serif; font-size: 30px; color: #333;}
body {background:#000; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
body.page2{background:#f6ffff;}
#fixedHeader {position:fixed; background:url(../images/fixedHeader_bg.gif); width:100%; height:50px;}
#fixedHeaderContent {width:1028px; margin:0 auto 0 auto; color:#FFF;}
#fixedHeaderContent .leftColumn {float:left;}
#fixedHeaderContent .leftColumn .title {font-size:18px;	font-weight:bold; margin-top:8px;}
#fixedHeaderContent .rightColumn {float:right;}

#fixedHeaderContent .rightColumn .textInput {border:#000 1px solid;	width:90px;	color:#CCC;}

#fixedHeaderContent .rightColumn .fieldHolder {float:left;}
#fixedHeaderContent .rightColumn .buttonHolder {float:left;	margin-left:3px;}
#fixedHeaderContent .rightColumn #loginForm {margin-top:8px; float:left;}
#fixedHeaderContent .rightColumn a {color:#FFF;	border-left:#666 1px solid;	display:block;	height:28px; float:left; padding-top:11px; margin-left:10px; padding-left:10px;}

#header {
	color:#FFF;
	background-color:#0F6;
	background:url(../images/headerBG.gif);
	height:105px;
	clear:both;
}
#header #headerContent{width:1028px; margin:0 auto 0 auto;}
#headerContent .leftColumn {float:left;}
#headerContent .rightColumn {float:right;}

.clearingFixedDiv{clear:both; height:40px;}

#contentArea {min-height:550px !important;}

body.home #contentArea {background:url(../images/bg_body_home2_v2.jpg) no-repeat center bottom #75aadc;}
body.page2 #contentArea {background:url(../images/bg_body_page2_v2.jpg) no-repeat center bottom #225fba; color:#fff;}
body.page3 #contentArea {background:url(../images/bg_body_page3_v2.jpg) no-repeat center bottom #75aadc; color:#fff;}
body.page4 #contentArea {background:url(../images/bg_body_page4_v2.jpg) no-repeat center bottom #fff;}
body.page5 #contentArea {background:url(../images/bg_body_page5_v2.jpg) no-repeat center bottom #042c90; color:#fff;}

#content {width:1028px; margin:0 auto 0 auto; padding-top:6px;}

#navigation {float:left;  width:231px;}
#navigation a{background:url(../images/nav_bg.gif); color:#FFF; width:231px; height:35px; display:block; padding:4px 0px 4px 2px; text-decoration:none; margin-bottom:1px; font-size:11px;}
#navigation a.selected{background:url(../images/nav_selected_bg.gif);}
#navigation a:hover{background:url(../images/nav_over_bg.gif);}
#navigation img{float:left; border:0px;}
#navigation .txt{display:block; height:35px; padding:10px 0 0 0;}
#navigation .txt2lines{display:block; height:35px; padding:4px 0 0 0;}

#middleColumn {float:left;  width:550px; margin-left:15px; line-height:20px;  font-size: 14px;}
#middleColumn h1{text-transform:uppercase; margin:0px; font-size:20px;}

#middleColumn h2{margin:0px; font-size:16px; color:#666;}
body.page2 #middleColumn h2{color:#fff;}

.forceBlack {color:#000;}
