@charset "utf-8";
body {
	margin: 0px;
	padding: 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #9dac6e;
}
#wrapper {
	padding: 0px;
	width: 775px;
	background-color: #9dac6e;
	border: 2px solid #5c663c;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	clear: both;
}

#leftnav {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 185px;
	color: #CCCCCC;
}

#mainbody {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 547px;
	background-color: #e3e3cc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #5c663c;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5c663c;
	border-left-color: #5c663c;
}

#header {
	padding: 0px;
	width: 775px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #5c663c;
}
#footer {
	margin: 0px auto;
	padding: 0px;
	width: 775px;
	text-align: center;
	color: #5c663c;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 36px;
	color: #333366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	color: #474948;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #9DAC6E;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#leftnav    a:link img  {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #333366;
}
#leftnav a:visited img {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #333366;
}
#leftnav a:hover img {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #333366;
}
#leftnav a:active img {
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: 1px solid #333366;
}
#pagetitle {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#leftnav a:link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E3E3CC;
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
}
#leftnav a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E3E3CC;
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
}
#leftnav a:hover {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FDFBFC;
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
}
#leftnav a:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C9BBBB;
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
}

