body {
	color: #333333;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	width:100%;
	background:#fff;
	min-width:750px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}
#header_menu {
	float:left;
	width:100%;
	padding:0;
	margin:0;
text-align:center;
	color:#333333;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #8da08b;
	background-image: url(/images/Green_Roof_long.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 70px;
	border-top: 4px solid #c60;
}

#header_menu_wrapper {
	padding: 28px;
}
#header_menu_wrapper p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#fff;		/* Left column background colour */
		background-image: url(/images/leftcolumnback_revised.jpg);
	background-repeat: no-repeat;

}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
			background-image: url(/images/rightcolumnback_revised.jpg);
	background-repeat: no-repeat;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	margin:0;
	border-top:1px solid #000;
	height: 180px;
	background-color: #FFCC66;
}

#footerinfo {
	color : #333333;
	font-size: 0.7em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 30px;
}

#footerinfo p {
	padding:.5em 15px;
}

#footerinfo a {
	padding: 2px 4px;
	color: #333333;
	text-decoration: none;
} 
#footerinfo a:hover, #navbar a:active, #navbar a:focus {
	color: #000000;
}

.jumpmenu {
background-color: #8da08b;
color: #000;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, san-serif;
font-size: 12px;
padding-bottom: 1px;
padding-left: 0px;
padding-right: 0px;
padding-top: 1px;
text-decoration: none;
	border-style: solid;
	border-color: #ffffcc;
}

.headerlinks  {
font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
font-size: 12px;
font-weight: normal;
}

.headerlinks a:link, .headerlinks a:visited {
	color: #000;
	background-color: #8da08b;
	padding-bottom: 1px;
padding-left: 4px;
padding-right: 4px;
padding-top: 1px;
	border: none;
	text-decoration: none;
}

.headerlinks a:hover, .headerlinks a:active {
color: #ffffcc;
background-color: #8da08b;
padding-bottom: 1px;
padding-left: 4px;
padding-right: 4px;
padding-top: 1px;
border: none;
text-decoration: none;
}

#sidebar {
font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#sidebar h2 {
display: block; 
background-color: #8da08b;
font-size: 100%; 
padding: 3px 4px 5px;
border: 1px solid #000000;
color: #333333;
margin: 15px 0px 0px 15px;
width: 144px;
	text-align: center;
}


#sidebar ul {
list-style: none;
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px;
border: none;
}

#sidebar ul li {
margin: 0px;
padding: 0px;
}
#sidebar ul li a {
font-size: 90%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 4px 4px 3px 2px;
text-decoration: none;
color: #333;
width:160px;
font-weight: bold;
}

#sidebar ul li a.selected {
background-color: #fff;
}

#sidebar ul li a:hover, #sidebar ul li a:focus {
color: #000000;
background-color: #fff;
}
.rightsidebar
{
font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
font-size: 80%;
width: 160px;
padding: 0px;
color: #424242;
}
.rightsidebar h2
{
	margin-top: 50px;
}
.rightsidebar a
{
color: #000;
text-decoration: none;
}
.rightsidebar a:hover
{
text-decoration: underline;
}