body {
	font-family: Arial, sans-serif;
	}
	
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #76A87A;
	}
	
#pagetop {
	width: 800px;
	height: 180px;
	background-image: url(../media/pagetop.gif);
	background-repeat: no-repeat;
	}
	
#leftcolumn {
	width: 150px;
	float: left;
	}
	
#navigation {
	width: 150px;
	height: 184px;
	background-color: #76A87A;
	}	

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navigation li a {
	display: block;
	height: 13px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 23px;
	padding-top: 4px;
	padding-bottom: 5px;
	background-image:url(../media/buttonbak.gif);
	background-repeat: no-repeat;
	border-bottom: solid 1px #76A87A;
	}		
		
#navigation li a:hover {
	color: #A04C46;
	text-decoration: none;
	}
	
#registration {
	width: 150px;
	height: 100px;
	}
	
#dropin {
	width: 150px;
	height: 100px;
	}				
	
#content {
	width: 609px;
	min-height: 460px;
	float: right;
	border-left: solid 1px #FFFFFF;
	padding: 20px;
	}
	
#content .welcome {
	width: 609px;
	height: 220px;
	clear: both;
	margin-bottom: 10px;
	display: block;
	}	
		
#content .text {
	width: 260px;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 170%;
	display: block;
	float: left;
	}
	
#content .text2 {
	width: 260px;
	min-height: 460px;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 170%;
	display: block;
	float: left;
	}
	
#content .text .quote {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;	
	}
	
#content .text p {
	margin: 0px;
	padding: 0px;
	}		
	
#content UL {
	margin: 5px 0px 10px 8px;
	padding: 5px 0px 10px 8px;
	}	
	
#content .image {
	float: right;
	margin-left: 0px;
	margin-bottom: 20px;
	}
	
#content .image2 {
	float: right;
	clear: none;
	}		

.link {
	color: #A04C46;
	font-weight: bold;
	text-decoration: none;
	}
	
.link:hover	{
	color: #82645B;
	text-decoration: underline;
	}
	
.bold {
	font-size: 14px;
	font-weight: 100;
	}
	
.dropin {
	font-size: 14px;
	font-weight: 100;
	padding: 10px 0px;
	margin: 10px 0px;
	border-top: dotted 1px #FFFFFF;
	border-bottom: dotted 1px #FFFFFF;
	}	
	
#map {
	width: 330px;
	height: 220px;
	float: right;
	clear: none;
	border: solid 1px #FFFFFF;
	}	
	
.register {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #91CBCF;
	border: solid 1px #FFFFFF;
	padding: 3px;
	}
	
.register:hover {
	color: #A04C46;
	}		
	
.statement {
	width: 330px;
	float: right;
	clear: none;
	border-bottom: solid 1px #FFFFFF;
	padding: 5px 0px 18px 0px;
	margin-bottom: 16px; 
	}
	
.statement .large {
	font-size: 30px;
	font-weight: lighter;
	letter-spacing: -2px;
	}
	
.statement .large .white {
	color: #FFFFFF;
	}		

.statement .content {
	width: 310px;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 170%;
	display: block;
	padding: 0px 0px 2px 20px;
	}
	
.statement .content UL {
	margin: 5px 10px 0px 5px;
	padding: 5px 10px 0px 5px;
	}		
	
.statement .content .red {
	font-size: 20px;
	color: #A04C46;
	}	
			
.form {
	font-size: 12px;
	color: #76A87A;
	border: 1px solid #D6F5AB;
	margin: 1px;
	padding-left: 5px;
	}
	
form p {
	clear: left;
	margin: 1px;
	padding: 1px;
	}		
	
form p label {
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
	float: left;
	width: 33%;
	}	
	
.button {
	font-size: 11px;
	color: #76A87A;
	background-color: #F4F7FA;
	border: 1px solid #B5CF91;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	cursor: pointer;
	}
	
#success {
	width: 220px;
	height: 240px;
	font-size: 13px;
	line-height: 180%;
	letter-spacing: 1px;
	border: 1px solid #F4F4F4;
	padding: 20px;
	margin-top: 18px;
	}		
	
#address {
	width: 800px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background-color: #93A876;
	border-top: solid 1px #FFFFFF;
	padding-top: 7px;
	padding-bottom: 10px;
	clear: both;
	}
	
#search {
	width: 300px;
	float: right;
	}
	
#search .form {
	font-size: 12px;
	color: #76A87A;
	border: 1px solid #D6F5AB;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	}
	
	
#search .button {
	font-size: 11px;
	color: #76A87A;
	background-color: #F4F7FA;
	border: 1px solid #B5CF91;
	padding: 2px;
	margin: 0px;
	font-weight: bold;
	cursor: pointer;
	}
	
#results  {
	width: 609px;
	height: 440px;
	min-height: 460px;
	float: right;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 170%;
	border-left: solid 1px #FFFFFF;
	padding: 20px;
	display: block;
	}
	
#results .line {
	width: 260px;
	border-bottom: dotted 1px #FFFFFF;
	padding: 10px;
	}
	
#results .date {
	color: #D6F5AB;
	font-weight: bold;
	}					
	
#footer {
	width: 800px;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #91CF96;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 7px;
	display: block;
	clear: both;
	}
	
/*
base colour - 	Dark green - #76A87A;
				Top green - #91CF96;
				Light green - #B5CF91;
				Very light Green - #D6F5AB;
				Sage - #93A876;
				Dark red - #A04C46;
				Salmon - #ED7168;
				Light blue - #91CBCF;
				Dark blue - #5B7F82;
*/		
