body {
	font: 11px Arial, sans-serif;
	color:#919294; 
	margin:0px;
}
h1 {font-size: 18px; margin:10px 0;}
h2 {font-size: 16px; margin:5px 0;}
h3 {font-size: 14px; margin:3px 0;}
h4 {font-size: 12px; margin:2px 0;}
h5 {font-size: 9px; margin:1.5px 0;}
h6 {font-size: 8px; margin:1px 0;}

/* Page layout styles */
#main {
	border:1px solid #dfe0e0; 
	width:960px; 
	margin:0 auto;
	margin-top:25px;
}
#headerPane {
	border-bottom:1px solid #dfe0e0;
}
#headerPane #logo {
	float:left;
	padding:10px 15px 0px 10px;
	border:none;
}
#headerPane #wkLogo{
	float:right;
	margin:5px 55px 0px 0px;
}
#centerPane {
	padding:0px;
}
#centerMain {
	border-right:1px solid #dfe0e0;
	width:646px;
	height:430px;
	float:left;
	display:table;
	#position:relative;

	text-align:center;
}
#vCenter{
	#position:absolute;
	#top:50%;
	display:table-cell;
	vertical-align: middle;	
}
#centerImg img{
	z-index:0;
}
#centerImg {
	#position:relative;
	#left:-50%;
	#top:-50%;
}
#centerLeft{
	width:313px;
	float:right;
}
#leftTop{
	font-weight:bold;
	font-size:15px;
	height:30px;
	width:303px;
	border-bottom:1px solid #dfe0e0;
	color:#bcbcbe;
	float:left;
	padding:12px 0px 0px 10px;
}
#leftMain{
	width:303px;
	height:362px;
	float:left;	
	position:relative;
	padding:15px 0px 10px 10px;
}
#leftMain #module2 h2{
	width:300px;	
	padding:0px;
	margin:0px;
}
#leftMain #module2 p{
	width:190px;
}
#leftMain .slider{
	margin:60px 0px 0px 50px;	
	width:178px;
	text-align:center;
}
#leftMain .slider a{
	display:none;	
}
#leftMain #competitionLogo{
	position:absolute;
	right:40px;
	bottom:200px;
	z-index:10;
}
#defaultCorner{
	position:absolute;
	bottom:-11px;
	right:-10px;
}
#footerPane {
	width:960px;
	height:40px; 
	clear:both;
	margin:0 auto;
	text-align:right;
	font-weight:bold;
	color:#bcbcbe;
	padding-top:15px;
}
#footerPane a {
	color:#bcbcbe;
}
.clear{
	clear:both;	
}
#reg{
	position:relative;
	left:75px;
}
.homepageLinks{
	padding-left:40px;
	z-index:10;
	position:relative;
	#right:50%;
	#bottom:190px;
}
.homepageLinks a{
	font-size:14px;
	color:#b9c53d;
}
/* End Page layout styles */