body{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	color: #000000; 
	background-color: #000000; 
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

a{ 
	text-decoration: underline; 
	color: #336699; 
}

a:hover{ 
	text-decoration: underline; 
	color: #cccccc; 
}

.mainArena{
	text-align: center;
}

.mainContainer{
	margin: 0px auto 0px auto;
	background-color: #ffffff; 	
	width: 950px;
	text-align: left;
}

.clear{
	clear: both;
}

h2{
	font-size:18px;
	color: #ff0000;
	font-weight:bold;	
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}

	h3{
		font-size:14px;
		font-weight:bold;	
		padding: 0px 0px 0px 0px;
		margin: 5px 0px 5px 0px;
	}

.header{
	background-image: url(../images/bkg_header.gif);
	background-repeat: no-repeat;
	width: 959px;
	height: 247px;	
}

.subNavBarOff{
	background-image: url(../images/bkg_no_subnav_bar.gif);
	background-repeat: no-repeat;
	width: 959px;
	height: 23px;	
}


.subNavBarOn{
	background-image: url(../images/bkg_subnav_bar.gif);
	background-repeat: no-repeat;
	width: 959px;
	height: 23px;	
}

.contentBarBox{
	background-image: url(../images/main_tile.gif);
	background-repeat: repeat-y;
	width: 959px;	
}

.contentBarNoImage{
	background-image: url(../images/bkg_conent.gif);
	background-repeat: no-repeat;
	width: 959px;	
}

.contentBarWimage{
	background-image: url(../images/bkg_conent_image.gif);
	background-repeat: no-repeat;
	width: 959px;	
}


.leftSide{
	float: left;
	width: 356px;	
}

.leftSide .leftContentBox{
	color: #ff0000;
	line-height: 12px;
	font-size: 11px;
	width: 220px;
	padding: 95px 0px 50px 40px;
	
}


.leftSide .leftContentBox .leftContent{
	padding: 10px 0px 0px 0px;
	
}

.rightSideWimage{
	padding: 160px 10px 10px 10px;
	float: left;
	width: 450px;	
}

.rightSideNoImage{
	padding: 0px 10px 10px 10px;
	float: left;
	width: 450px;	
}

.mainNavBox{
	color: #ffffff;
	font-size: 11px;
	padding:228px 0px 0px 190px;
}

.mainNavItem{
	float: left;
	padding:0px 5px 0px 5px;	
}

.mainNavItemOn{
	float: left;
	padding:0px 5px 0px 5px;	
	color: #000000;
}

.mainNavItem a{
	text-decoration: none;
	color: #ffffff;	
}

.mainNavItem a:hover{
	text-decoration: none;
	color: #000000;	
}


.subNavBox{
	color: #ffffff;
	float: right;
	font-size: 11px;
	padding: 4px 125px 0px 0px;
}

.subNavItem{
	float: left;
	padding:0px 5px 0px 5px;	
}

.subNavItemOn{
	float: left;
	font-weight: bold;
	padding:0px 5px 0px 5px;
	color: #000000;	
}

.subNavItem a{
	text-decoration: none;
	color: #ffffff;	
}

.subNavItem a:hover{
	text-decoration: none;
	color: #000000;	
}

.newsletterInputTEMP{
	margin: 10px 0px 10px 10px;
	
}

.newsletterInput{
		padding: 10px 0px 0px 10px;
		background-image: url(../images/newsletter_box.gif);
		background-repeat: no-repeat;
		width: 251px;
		height: 51px;
}

.newsletterInput .inputBoxx{
	margin: 20px 0px 0px 0px;
}

.newsletterInput .inputBoxx a{
	color: #ff0000;
	text-decoration: none;
}

.formSubmitted{
	padding: 0px 0px 0px 82px;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
}

.register{
	width:150px;
	height:20px;
	font:normal 11px arial;
	border:solid 1px #999;
}

.newsBox{
	width: 560px;
}


.newsBox .contentSide{	
	width: 260px;
	float: left;
}


.newsBox .imageSide{
	padding: 45px 0px 0px 10px;
	float: left;
	width: 250px;
}


.newsBox .doubleWide{
	padding: 5px 0px 0px 0px;
	float: left;
	width: 520px;
}



.footerBar{
	padding: 100px 0px 0px 0px;
}

.footerBar a{
	text-decoration: none;
	color: #000000;
}
.footerBar a:hover{
	text-decoration: none;
	color: #cccccc;
}


a:focus {outline:0px;}
