@charset "utf-8";
#container {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: solid #000000 2px;
}
#header {
	text-align: right;
	padding: 10px;
	color: #018e2c;
	font-weight: bold;
	font-size: 24px;
	float: right;
	height: auto;
	width: auto;

}
body {
	background-color: #018e2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #018e2c;
}
#main {
	float: right;
	width: 560px;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #018e2c;
}
#rightbar {
	float: left;
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	height: 300px;
	text-align: center;
}
#navbar {
	width: 670px;
	height: 20px;
	text-align: center;
	clear: right;
	margin-right: 10px;
	float: right;
	margin-top: 20px;
}
#navbar a {
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	text-decoration: none;
}
#navbar a:visited {
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
	color: #018e2c;
}
#navbar a:active {
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
	color: #018e2c;
}



#navbar a:hover {
	background-color: #cccccc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #018e2c;
}
#navbar a:link {
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
	color: #018e2c;
}

#navbar li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	list-style-type: none;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	font-weight: bold;
	color: #018E2C;
	text-align: center;
}
#logo {
	width: 180px;
	height: 68px;
	float: left;
	background-image: url(limetree.gif);
	margin-top: 10px;
	margin-left: 10px;
}
#top {
}
#content {
	clear: both;
}
#copyright {
	font-size: 9px;
	text-align: center;
	clear: both;
	margin-top: 10px;
}
#copyright a {
	color: #000000;
	text-decoration: none;
}
#content a {
	color: #018e2c;
}
