@charset "UTF-8";

/* CSS Document */




/* Print
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
a, a:visited {
	color: #000;
	}
body {
	margin: 20px 10px 10px;
	}


.mainWrap, .footer {
	width: 560px;
	}

#mainNav, #subNav {
	display: none;
	}


.mainCont {
	float: left;
	margin: 20px 0 40px 0;
	}
	
	
			
	
.mainCentre {
	float: left;
	text-align: left;
	}		
	
.mainRight {
	float: left;
	margin-top: 20px;
	}	
	

.threeColWrap {
	float: left;
	margin-top: 20px;
	}
	
	
.threeColLeft, .threeColCentre, .threeColRight {
	width: 30%;
	float: left;
	margin-right: 10px;
	}
	

	
	
.footer {
	clear: both;
	border-top: 1px solid #000;
	height: 80px;
	}			


.mainCentre p {
	font-weight: bold;
	}

.mainCont p {
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 18px;
	}	
	
.tagLine p {
	font-size: 12px;
	font-weight: bold;
	border-bottom:  1px solid #000;
	padding-bottom: 20px;
	}
	
.footer p {
	font-size: 12px;
	padding-top: 20px;
	}			
	
	
h1 {
	font-size: 24px;
	font-weight: normal;
	}	
	
	
	
h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
	}		
	
