* {
margin:0px;
padding:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282828;
	background-repeat: repeat-y;
	background-image: url(images/background.gif);
	background-color: #B1BEA4;
	background-position: 235px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #647168;
	font-style: italic;
	margin: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #282828;
	margin-top: 10px;
}
h4 {
	font-size: 12px;
	font-style: italic;
	color: #2E5B8B;
	margin-top: 5px;
	font-weight: normal;
}
p {
	margin: 5px 5px 10px;
}
img {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336f26;
	border-bottom-color: #CED59F;
	margin: 10px;
	padding: 3px;
	border-right-width: 0px;
	border-left-width: 0px;
}
img.noborder {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
hr {
	height: 2px;
	width: 100%;
}
#container {
	width: 777px;
	margin-top: 30px;
	background-color: #ffffff;
	background-image: url(images/content.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#banner {
	background-color: #336f26;
	background-image: url(images/banner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 5px 15px;
	margin: 0px;
}
#topnav {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}
#topnav ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topnav ul li {
	float: left;
	width: 150px;
	list-style-type: none;
}
#topnav ul li a:link, #topnav ul li a:visited {
	text-decoration: none;
	color: #282828;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
#topnav ul li a:hover {
	text-decoration: none;
	color: #647168;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
#navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	text-indent: 10pt;
	padding: 0px;
}
#navigation ul li {
	width: 200px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #647168;
	line-height: 25px;
}
#navigation ul li a:link, #navigation ul li a:visited {
	text-decoration: none;
	color: #282828;
/*	font-weight: bold; */
	text-align: center;
	font-size: 12px;
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #647168;
/*	font-weight: bold; */
	text-align: center;
	font-size: 12px;
}
#content {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #647168;
	margin-left: 200px;
	margin-right: 25px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #647168;
	padding: 10px;
}
#content a:link, #content a:visited{
	color: #647168;
}
#content ol, #content ul {
	list-style-position: outside;
	margin-left: 25px;
}
#content li {
	margin: 4px;
}
#footer {
	font-size: 12px;
	color: #282828;
	margin-top: 20px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CED59F;
	padding-top: 5px;
}
#credit {
	width: 777px;
	height: 60px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	padding: 16px 4px 4px 4px;
	font-size: 9px;
	color: #282828;
	margin-top: 0px;
}
