@charset "utf-8";
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #076324;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	font-size: small;
}

#header {
	height: 200px;
	width: 800px;
	position: relative;
	top: 0px;
	right: 0px;
	background-image: url(images/header.gif);
}
#menubar {
	width: 150px;
	position: relative;
	left: 0px;
	top: 50px;
	float: left;
}
#main p {
	font-size: small;
	text-align: justify;
}

#main {
	float: right;
	width: 610px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #000000;
	font-size: small;
	padding: 20px;
	overflow: auto;
	height: inherit;
}
#main td {
	font-size: small;
}
#main h1 {
	color: #076324;
}

body {
	background-color: #C9D98D;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	margin: 1em;
}
#main h2 {
	color: #076324;
}
#main h3 {
	color: #076324;
}
#footer  h3 {
	color: #076324;
}
#copyline {
	font-size: x-small;
	text-align: center;
	text-decoration: none;
}
#copyline a {
	text-decoration: none;
	color: #000000;
}
