body {
	color: #05450E;
	background-color: #FFFFE8;
	font-family: sans-serif;
	width: 98%;
}

#header {

}

#headtext {
	background-image: url("background.jpg");
	background-repeat: repeat-y;
	background-color: #50935a; /* #8DAA91; */
}

#pacehead {
	font-size: 26px;
}

#pagetitle {
	font-weight: bold;
	font-size: 24px;
}

#menu {
	float: left;
	margin-right: 10px;
}

#menu a {
	display:block;
	width:141px;
	height: 37px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	color:#e0d305;
	background: url("button.gif") 0 0 no-repeat;
	text-decoration: none;
	padding-bottom: 5px;
	

}

#menu a:hover {	
	background-position: -141px 0;
}

#menu a:active {
	background-position: -282px 0;
	color:black;
}

.twoline {
	height: 46px !important;
	padding-top:6px !important;
}

#content {
	margin-left: 150px;
	margin-top: 10px;
}

H1 {
	font-size: 26px;
	font-family: sans-serif;
	font-weight: bold;
}

H2 {
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
}

img.floatleft {
	margin-right: 10px;
	float: left;
}

img.floatright {
	margin-left: 10px;
	float: right;
}

#footerbar {
	margin-left: 150px;
	color: #e0d305;
	background-color: #006105;
	text-align: center;
	font-weight: bold;
}

#copyright {
	margin-left: 150px;
	font-size: 12px;
}

