body{
	background-color: #222222;
	font-family: Tahoma, Arial, "sans-serif";
	font-size: 12px;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 18px;
}#mainSiteContainer{
	width: 1004px;
	margin: 0 auto;
	padding: 0;
	height: 588px;	
	border: 1px solid #CCC;
}
.topNavigation{
			background-color: #0A0A0A;
			margin: 0 auto;
			width: 1004px;	
			position: absolute;
			top: 0px;	
}
.topNavigationList{
			padding: 0; 
			margin: 0; 
			list-style: none;
			z-index: 1;
			float: right;
			margin: 4px 14px 0 0;
}
.topNavigationList li{
			float: left;
			list-style: none;
}
.topNavigationList li a{
			color: white;
			padding: 0px 15px;
			text-align: center;
			display: block;
}
.topNavigationList li a:hover{
			color: #FFFF00;
			background-color: #868686;
}
.siteHeader{
	padding: 0px 0px 50px 0px;
}

.siteContentContainer{
		width: 985px;
		height: 400px;
		overflow: hidden;
		margin: 0 10px;
}
.mainLeft{
		width: 170px;
		height: 380px;
		float: left;
		overflow: hidden;
		margin-right: 5px;
		margin-left: 20px;
}
.leftBox{
		width: 170px;
		height: 254px;
		clear: both;
		color: #43406B;
}
.leftBoxContent{
		height: 341px;
		width: 170px;		
		background: url(../images/transparent_siteContainerBg.png);
		border-right: 1px solid white;
		border-left: 1px solid white;
		padding: 0 10px;
		overflow: hidden;
}
.mainCenter{
		width: 600px;
		height: 380px;
		float: left;
		overflow: hidden;
		margin-right: 5px;
}
.centerBox{
		width: 600px;
		height: 254px;
		clear: both;
		color: #43406B;
}
.centerBoxContent{
		height: 341px;
		width: 600px;		
		background: url(../images/transparent_siteContainerBg.png);
		border-right: 1px solid white;
		border-left: 1px solid white;
		padding: 0 10px;
		overflow: hidden;
}
.mainRight{
		width: 160px;
		float: left;
		height: 380px;
		overflow: hidden;		
}
.rightBox{
		width: 160px;
		height: 254px;
		clear: both;
		color: #43406B;
}
.rightBoxContent{
		height: 341px;
		width: 160px;		
		background: url(../images/transparent_siteContainerBg.png);
		border-right: 1px solid white;
		border-left: 1px solid white;
		padding: 0 10px;
		overflow: hidden;
}

.ie6PngHeightFix{
		height: 8px;
		overflow: hidden;
}		

.footer{
	padding: 5px 15px;
	font-size: 13px;
	color: white;
}
.footer a{
	font-size: 12px;
	color: white;
}
.footer a:hover{
	color: #FFF;
}
.footer_left{
	float: left;
}
.footer_right{
	float: right;
}

a{
	text-decoration: none;
	color: #43406B;
}
a img{
	border: 0;
}
.aligncenter{
	text-align: center;
}
.alignright{
	text-align: right;
}
.clearfix{
	display: inline-block;
}
.clearfix{
	display: block;
}
