body {
	font-family: arial;
	font-size: 70%
}


#MainWrapper {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 1024px;
	text-align: left;
	border: 1px solid #000000;
	clear: both;
}

#CentreWrapper {
	width:100%;
	text-align:center;
}

#Header {
	width: 1024px;
	clear: both;
	height: 115px;
}

#HeaderLeft {
	width: 753px;
	float: left;
}

#HeaderLogo {
	/*height:87px;*/
}

#HeaderNav {
	background-color:#39527A;
	height: 29px;
	border-top : 1px solid #e2e2e2;
}

#LinkBox a {
	float: left;
	padding: 10px;
	color: #ffffff;
	background: #39527A;
}

#HeaderNavAbout {
	background-color:#006600;
	height: 28px;
	border-top : 1px solid #e2e2e2;
}

#HeaderNavSubscribe {
	background-color:#990000;
	height: 28px;
	border-top : 1px solid #e2e2e2;
}

#HeaderNavAdvertise {
	background-color:#D5A10E;
	height: 28px;
	border-top : 1px solid #e2e2e2;
}

#HeaderNavContributors {
	background-color:#CC0000;
	height: 28px;
	border-top : 1px solid #e2e2e2;
}


#HeaderRight {
	width: 271px;
	float: left;
}


#MainContent {
	width: 1024px;
}

#MainLeftWrapper {
	width: 150px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: #EBEDF1;
}
#MainLeft {
	width: 179px;
	float: left;
	padding: 0px;
	margin: 10px;
}

#MainRight {
	width: 800px;
	float: left;
	padding: 20px;
	background: #FFFFFF;
}

#EmailBox {
	padding-left:5px;
	font-size:11px;
	color: #666666;
}

.input {
	width:115px;
}

.shortinput {
	width:20px;
}




#FarRightWrapper {
	width: 200px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

#FarRight {
	width: 200px;
	float: right;
	padding: 0px;
	margin: 10px;
}









html>body #MainRight { width: 489px; } /* Mozilla Hack - sets width different but is ignored by ie */ 
html>body #HeaderNav { height: 28px; } /* Mozilla Hack - sets width different but is ignored by ie */
html>body #MainLeftWrapper { width: 230px; } /* Mozilla Hack - sets width different but is ignored by ie */ 
html>body #MainLeft {  margin: 15px; } /* Mozilla Hack - sets width different but is ignored by ie */


.ClearFloat {
	clear:both;
}

a {
	text-decoration: underline;
	color: #39527A;
}

a:hover {
	text-decoration: none;
}
