/* Author: Gillian Don, January 2007 */

body {
	margin: 10px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: black;
	background-color: #ffffec;
}

/* centres a 760px width layout */
#centrePage {
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	float: left;
}

h1 {
	font-size: 17px;
	color: #145620;
}

h2 {
	font-size: 17px;
	color: #360000;
}

h3 {
	font-size: 17px;
	color: #4D8119;
}

a {
	font-weight: 400;
	color: #145620;
}

a:hover {
	color: #999999;
}

/* Main Menu bar */
ul#main_menu {
	position: absolute;
	left: 588px;
	top: 40px;
	margin: 5px 0px 10px 0px;
	padding: 10px 0px 0px 10px;
	/* awful hack for IE5, thanks to Tantek Celik */
	height: 22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	/* correct height */
	height: 10px;
}

ul#main_menu li {
	display: block;
	width: 74px;
	float: left;
	border-style: solid;
	border-color: #ffffec;
	border-width: 0px 0px 0px 1px ;
	font-weight: 400;
	text-align: center;
}

ul#main_menu li a {
	color: #ffffec; 
	font-weight: 400;
	text-decoration: none;
}

ul#main_menu li a:hover {
	color: #999999;
	
}

#this_page {
	/* awful hack for IE5 */
	text-align: center;
	color: #145620;
}


/* Header controls */
#Header {
height: 80px;
background-color:#4D8119;
border-style: solid;
border-color: #145620;
border-width: 1px 1px 1px 1px ;

}

#Logo {
	position: absolute;
	top:3px;
	left:3px;
}

#Text_1 {
	position: absolute;
	top: 36px;
	left: 148px;
	font-weight: 400;
	color: #ffffec;
}

/* Footer controls */
#Footer {
	height: 18px;
	padding: 2px 10px 2px 10px;
	background-color:#4D8119;
	border-style: solid;
	border-color: #145620;
	border-width: 1px 1px 1px 1px;
	text-align: right;

}

#Footer a {
	font-weight: 400;
	text-decoration: none;
	color: #ffffec; 
}

#Footer a:hover {
	color: #999999;
}