/* 

	Nicholson & Coulthard CSS
	November 2006
	
	CSS styles for printing

*/

	/*
	Main formatting
	*/
	body,
	html {
		margin:0;
		padding:0;
		height:100%;	
	}
		
	
	body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	text-align: center;
	color:#000000;
	min-width:800px;
	}
	
	img {
		border:none;
		}
	
	noborder{
	border:0;
	}
	
	A:link {text-decoration: underline; } 
	A:visited {text-decoration: underline; } 
	A:active {text-decoration: underline; } 
	A:hover {text-decoration: underline; }	
	
	#main {
	width:800px;
	margin:0 auto;
	margin-top:0px;
	}
	
	#header {
	text-align:right;
	margin-right: 10px;
	}
	
	#header img {
		border:none;
		}
		
	#imgleft {
	float:left;
	margin-left:1px;
	margin-top: 130px;
	width:200px;
	text-align:centre;
	display: inline;
	}

#mainsection{

float:left;
width:577px;
margin-left:13px;
margin-top:-2px;
text-align:left;
display: inline;
}

#headerImg { display:none; }

#navigation{
display:none;
}
#maintext{
float:left;
width:380px;
margin-top:130px;
margin-left:8px;
margin-right:8px;
display: inline;
}

.titles{
text-align:right;
}

.thumbs {
border:8px solid #ffffff; 
}

.newsimage {
	border:none;
	}
	
.formrequired {
	color:#990000;
	font-weight:bold;
	}