/* 

08330a - dark green
124615 - previous mid green 
18530f - lighter colour

background stripes: 
abb9a1 - darker
d8dece - lighter


*/

* { margin: 0; padding: 0; }

body { font-family: "trebuchet ms", verdana, sans-serif; 
	font-size: 12px;
	line-height: 20px;
	color: #124615; 
	background-image: url('images/background.jpg');
	background-repeat: repeat-x; 
	background-color: #d8dece; 
	}
	
a img { border: 0; margin: 0px; padding: 0px; }
	
h1 { font-size: 20px; margin: 5px 5px 10px 5px; }
h2 { font-size: 18px; margin: 5px 5px 10px 5px; }
h3 { font-size: 16px; margin: 5px 5px 10px 5px; }
h4 { font-size: 12px; margin: 5px 5px 10px 5px; }
h5 { font-size: 12px; margin: 5px 5px 10px 5px; }
h1, h2, h3, h4, h5 { border-bottom: 1px dotted #124615; padding-bottom: 5px; font-family: Georgia, "Times New Roman", Times, serif; }
p { font-size: 12px; margin: 5px 5px 20px 5px; text-align: justify; }
ul { margin: 5px 5px 10px 5px;  }

img.right { float: right; margin: 5px 5px 5px 10px; }
img.left { float: left; margin: 5px 10px 5px 5px; }

div#container { position: relative;
	width: 780px;
	margin: 10px auto;
	padding: 10px; 
	border: 1px solid #a9b8aa; 
	background: #fff url('images/abg.gif') repeat-y;}	

div#nav_links { position: relative; width: 100%; 
	margin: 4px 0px 8px 0px; padding: 10px 0px 10px 0px;
	background-color: #5d5d3b; color: #ffffff; 
	background-image: url('images/nav_background.jpg'); background-repeat: repeat-x; }
div#nav_links a { margin: 0px 10px 0px 20px; font-size: 14px; color: #ffffff; }
div#nav_links a:hover { color: #ffffff; }
div#nav_links a:visited { color: #ffffff; }

span#date { position: absolute; right: 10px; top: 10px;  text-align: right; color: #d8dece; }

div#main_content { float: left; clear: both; width: 560px; padding-bottom: 50px; }
div#main_content img { padding: 3px; margin-left: 10px; border: 1px solid #a9b8aa; }
div#main_content iframe { padding: 5px; border: 1px solid #a9b8aa; width: 100%; height: 450px; }
div#main_content ul li{ margin-left: 30px; }

div#contact_form_div { }
form#contact_form { border: 1px dashed #a9b8aa; padding: 5px; background-color: #efefef; margin-left: 30px; margin-bottom: 20px; width: 400px; }
form#contact_form input{ margin: 2px; }
form#contact_form textarea{ margin: 2px; }
form#contact_form label { float: left; width: 80px; }


div#right_content { float: right; width: 200px; padding-bottom: 50px;}
div#right_content img { padding: 3px; border: 1px solid #a9b8aa; }
div#right_content ul li { list-style-type: none; }
div#right_content a { color: #124615; font-weight: bold; }

div#footer { clear: both; margin-top: 20px; padding: 5px; background-color: #abb9a1; color: #ffffff; background-image: url('images/nav_background.jpg'); background-repeat: repeat-x; }
div#footer a { color: #ffffff; text-decoration: none; }
div#footer a:hover { color: #ffffff; text-decoration: underline; }
div#footer a:visited { color: #ffffff; }
div#footer span#gwd { float: right; }

div.clr {clear: both; height: 1px; width: 100%; overflow: hidden;}

div.err { color: red; font-weight: bold;  }