	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		text-align: center; /* centering hack 1/2 */
		
	}
	a {
		color:#369;
		text-decoration:none;
	}
	a:hover {
		/*color:#fff;
		background:#369;*/
		text-decoration:none;
	}
	
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	img {
		margin:10px 0 5px;
	}
	
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		/*border-bottom:1px solid #000;
		height:200px;
		background: url(images/green_hill_zone_bg.png);
   		background-repeat:repeat;
		background-position:-2100px -250px;*/
	}
	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	.col2{
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	/* 3 Column settings */
	.threecol {
		background:#d8d7df;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#d8d7df;		/* center column background colour */
	}
	.threecol .colleft {
		right:52%;			/* width of the middle column */
		background:#d8d7df;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		height:963px;
		background:#566363;
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:89%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
		background:#566363;
		height:963px;
	}
	/* Footer styles */
	#footer {
		/*clear:both;
		float:left;
		border-top:1px solid #000;*/
		width:100%;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	
	.content{
	   width:900px;
	   text-align:left; /* centering hack 2/2 - don't think it works on this site*/
	   left:15%; /*push it to the middle a bit*/
	   position:relative;
	   border: 1px solid #666666;
	   /*height:1315px;*/
	   background: #d8d7df;
	   margin-top:10px;
	   margin-bottom:10px;
	}
	
	#navigation {
	   text-align:center;
	   font-size:18px;
	   font-family:Arial, Helvetica, sans-serif;
	}
	
	#navigation a{
	   color:#FFFFFF;
	   text-decoration:none;
	}
	
	#navigation a:hover{
	   color: #566363;
	   background:#FFFFFF;
	   text-decoration:none;
	}
	
	label.required {
		border:0 none;
		color:#338085;
		font-size:1px;
		height:0;
		line-height:0;
		margin:0;
		padding:0;
		visibility:hidden;
		width:0;
   }
   
input.required {
	border:0 none;
	color:#338085;
	font-size:1px;
	height:0;
	margin:0;
	padding:0;
	visibility:hidden;
	width:0;
}

#footer a:visited {
   color:#000000;
}

#footer a {
   color:#000000;
}

#footer a:hover {
   color:#000000;
   text-decoration:none;
}

.col1 {
   overflow:visible;
}

ul {
font-size: 14px;
font-family: Arial,Helvetica,sans-serif;
}

li {

font-size: 14px;
font-family: Arial,Helvetica,sans-serif;
}
