<style>


body {
margin:0px;
}

a {
color:#286BB2;
text-decoration: underline;
font-weight: bold;
}

a:hover {
text-decoration: none;
color: #286BB2;
}

h1 {
color: #F39C4F;
font-size:18px;
}

h2 {
color: #F39C4F;
font-size:16px;
}

.img {
border-color: #C0C0C0;
border-style: solid; 
border-width: 2px;
}

.intro {
font-weight: bold;
padding-bottom:10px;
}

.enquiry {
color: #F39C4F;
font-size:18px;
font-weight: bold;
padding:10px;
}

#header {
width:100%;
height:100px;
background-image: url(img/headerbackground.gif);
}

	#header .headerright {
	float: right;
	width: 485px;
	}
	
	#header .headerleft {
	float: left;
	width: 250px;
	}

		#header .headerleft .logo {
		margin: 10px 50pt 0pt;
		float:left;
		width:250px;
		height: 80px;
		}
		
		#header .headerright .banner {
		margin: 0px 10pt 0pt;
		float:right;
		width: 250px;
		height: 48px;
		background-image: url(img/banner.gif);
		}
		
		
.body {
width:100%;
}

.body .breadcrumb {
padding: 5px;
text-align: left;
}

.mainbody {
width:800px;
height: 400px;	
text-align:left;

}



	.mainbody .rightcolumn {
	float:right;
	width: 600px;
	}
	
	
	.mainbody .rightcolumn .tabs {

		font-size: 14px;
		}
		
		.mainbody .rightcolumn .tabon a {
		background-color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		color: #286BB2;
		float:left;
		width: 120px;
		height: 25px;
		border-color: #C0C0C0;
		border-style: solid; 
		border-top-width: 2px; 
		border-right-width: 2px; 
		border-bottom-width: 0px; 
		border-left-width: 2px;
		text-align: center;
		padding: 5px;
		margin-right: 5px;
		}
		
				
		
		.mainbody .rightcolumn .taboff a {
		font-weight: bold;
		float:left;
		background-color: #E9E9E9;
		width: 120px;
		height: 25px;
		border-color: #C0C0C0;
		border-style: solid; 
		border-top-width: 2px; 
		border-right-width: 2px; 
		border-bottom-width: 0px; 
		border-left-width: 2px;
		text-align: center;
		padding: 5px;
		margin-right: 5px;
		}
		
		
		.mainbody .rightcolumn .taboff a: hover {
		font-weight: bold;
		float:left;
		text-decoration: none;
		background-color: #ffffff;
		width: 120px;
		height: 25px;
		border-color: #C0C0C0;
		border-style: solid; 
		border-top-width: 2px; 
		border-right-width: 2px; 
		border-bottom-width: 0px; 
		border-left-width: 2px;
		text-align: center;
		padding: 5px;
		margin-right: 5px;
		}
		
		
		.mainbody .rightcolumn .rightcontent {
		clear: both;
		background-color: #ffffff;
		border-color: #C0C0C0;
		border-style: solid; 
		border-top-width: 2px; 
		border-right-width: 2px; 
		border-bottom-width: 2px; 
		border-left-width: 2px;
		padding: 10px;
		}
		
	
	.mainbody .leftcolumn {
	float:left;
	width:190px;
	margin-right: 10px;
	}
	
	.mainbody .leftcolumn .leftfeature {
	background-color: #ffffff;
	border-color: #C0C0C0;
	border-style: solid; 
	border-width: 2px; 
	padding: 10px;
	margin-bottom: 10px;
	}
	
	.mainbody .leftcolumn .featureheader {
	color: #F39C4F;
	font-size:14px;
	font-weight: bold;
	background-color: #ffffff;
	border-color: #C0C0C0;
	border-style: solid; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 0px; 
	border-left-width: 2px;
	padding: 4px;
	}


.feature {
clear: both;
padding:5px;
height: 110px;
}

	.featureimage {
	vertical-align: top;
	width:135px;
	}
	
	.featuretext {
	vertical-align: top;
	}
	


.footer {
font-size: 10px;
width:100%;
height:70px;
background-image: url(img/footerbackground.gif);
text-align:center;
color: #C0C0C0;
padding: 5px;
clear: both;
}

	.footernav {float:center;}
	.footernav a {color: #C0C0C0;}
	.footernav li {display:inline; list-style:none;}

	.copyright {float: left;}

	
		.formcontainer {
		margin-left: 50px;
		text-align: left;		
		}
		
		.formentry {
		margin-top: 5px;
		text-align: left;
		}

		.forminput {
		color:#286BB2;
		font-weight: bold;
		background-color:#E9E7E7;
		border-style: double;
		border-width: thin;
		border-color: #A4A4A4;
		width: 200px;
		}
		
		.formtextarea {
		color:#286BB2;
		font-weight: bold;
		background-color:#E9E7E7;
		border-style: double;
		border-width: thin;
		border-color: #A4A4A4;
		width: 200px;
		}
		
		.formsubmit {
		color:#F39C4F;
		font-weight: bold;
		background-color:#E9E7E7;
		border-style: double;
		border-width: thin;
		border-color: #286BB2;
		}


</style>