/* Main Site Formatting*/

body /*Page colour*/
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFDF;
	background-repeat: no-repeat;
}
p /*Body text paragraph formatting*/
{
	margin: 0px; 
	padding-bottom:10px;
}
#container
{
	position: relative;
	display: block;
	width: 750px;
	margin: 0px auto 0 auto;
	background-image: url(../images/splash-nav.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#contentzone
{
	position: relative;
	float:right;
	margin:0px;
	padding: 0px;
	width: 650px;

}	
#header 
{
	margin: 0px;
	padding:0px;
	width: 750px;
	height: 227px;
	background-image: url(../images/splash-header.jpg);
	background-repeat: no-repeat;
}














/*Text Space*/
#content1 
{
	width: 520px;
	float: left;
	clear:both;
	padding: 15px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	
}
#content1 ul
{
	width: 275px;
	padding: 0px 0px 0px 28px;
	color: #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	
}
#content1 a:link, #content1 a:visited 
{
	color: #000;
	text-decoration: underline;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
#content1 a:hover
{
	color: #000000;
	text-decoration: none;
}







/* Text Headers*/
h1 
{
	color: #030277; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: Bold; 
	padding: 10px 0px 5px 0px;/* Change for position of header */
	margin: 0px;

}
h2 
{
	color: #127132; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: Bold; 
	padding: 7px 0px 5px 0px; /* Change for position of header */
	margin: 0px;

}
h3 
{
	color: #030277;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Bold; 
	padding: 4px 0px 5px 0px; /* Change for position of header */
	margin: 0px;
}
h4
{
	color: #127132;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: Bold; 
	padding-bottom: 10px; 
	margin: 0px;
}












/* Image space */
#content2 
{
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 20px 12px 0px 0px;
	color: #333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	float: right; 
	clear:right;

}
#pics
{
	padding: 0px 0px 0px 40px;
}



/* Footer*/
#footer
{
	position: relative;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 2px 0px 2px 0px;
	height: 45px;
	width: 750px;
	text-align: center;
	background: #127132;

}
#footertext, #footertext a:link, #footertext a:visited
{
	color: #ffffff;
	text-decoration: none;
	font: normal 11px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 7px 0px 0px 0px;
}
#footertext a:hover
{
	text-decoration: underline;
}













