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

body
{	
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-position:center;
	background-repeat: no-repeat;
	background-position:top;
	text-align: center;
	margin: 0px;
	margin-top: 0px;
	height: 100%;
}


#mainContainer
{
	width:947px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

#header {
	width:830px;
	padding-top: 120px;
	padding-left: 67px;
	
}

#logo{
	float: left;
}

#navcontainer{
	float: right;
	padding-top: 50px;
	padding-bottom: 20px;
	
	
}

#mainContent {
	width:800px;
	/*padding-top: 91px;*/
	padding-left: 77px;
	padding-top: 120px; 
	_margin-left: -17px;  /*ie6 hack*/
	_margin-top: -120px; /*ie6 hack*/
	_width: 830px; /*ie6 hack*/
	*margin-left: -17px; /*ie7 hack*/
	*margin-top: -120px; /*ie7 hack*/
	*width: 830px; /*ie7 hack*/
}

#footer{
	width:770px;
	padding-top: 40px;
	/*margin-left: 67px;*/
	float: left;
}

.bodyContentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight:bold;
}

.bodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666 ;
	text-align: left;
	line-height: 12.5px;
} 

.bodyContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	
}

a:active, a:focus {outline: 0;}

.bodyContent a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CCCCCC;
	text-decoration:none;
}


.bodyContentCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #717170;
	text-decoration:none;
}

/*.bodyContent a {
	font:"Times New Roman", Times, serif;
	font-size:14px;
	color: #990000;
}*/

.title {
	font-size: 16px;
	font-weight: bold;
}

/*.titleGreen a {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}*/


.titleGreen {
	font-size: 16px;
	font-weight: bold;
	color: #004942;
}

.footer {
	font-size: 10px;
	color:#FFFFFF;
}

.footer a {
	font-size: 10px;
	color:#FFFFFF;
}

#footerLinks {
	/*font-size: 10px;*/
	/*color:#FFFFFF;*/
	/*float: left;*/
	position: relative;
	top: 460px;
	*top: 348px; /*ie7 hack*/
	left: 65px;
	*left: 68px; /*ie7 hack*/
	_left: 68px; /*ie6 hack*/
	text-align: left;
	/*float: left;*/
	/*clear: both;*/
	margin-top: -45px;
}