@charset "utf-8";
html {
height:100%;
margin-bottom:1px;
}
body {
	background-color: #f1edde;
	background-image: url(new-images/header-bkgrd2.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: auto;
}
#wrapper #header {
	margin: auto;
	width: 950px;
}
#wrapper #navigation {
	background-color: #A88C25;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003300;
	border-bottom-color: #003300;
	padding-top: 3px;
	padding-bottom: 3px;
}
#wrapper #navigation #topnavigation {
	margin: auto;
	width: 950px;
	color: #003300;
}
#wrapper #navigation #topnavigation a:link {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	font-size: 15px;
}
#wrapper #navigation #topnavigation a:visited {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	font-size: 15px;
}
#wrapper #navigation #topnavigation a:hover {
	font-weight: bold;
	color: #F1EDDE;
	text-decoration: none;
	font-size: 15px;
}
#wrapper #navigation #topnavigation a:active {
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	color: #003300;
}
#wrapper #contentarea {
	margin: auto;
	width: 950px;
}
#wrapper #contentarea #rightcol {
	margin-left: 80px;
	margin-right: 80px;
}
#wrapper #contentarea #rightcol h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 32px;
	margin-top: 15px;
	color: #073007;
	margin-bottom: 10px;
}
#wrapper #contentarea #rightcol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	margin-top: 20px;
	color: #073007;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #335D1E;
}
#wrapper #contentarea #rightcol p {
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #contentarea #rightcol ul li {
	margin-left: 45px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 15px;
}

#wrapper #contentarea #footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CAA356;
	font-size: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
}
.rightquote {
	display: block;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #335D1E;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 28px;
}
.rightsideimage {
	margin-left: 50px;
}
.large {
	font-size: 14px;
	line-height: normal;
	color: #335D1E;
	font-weight: bold;
}
.rightimg {
	margin-left: 5px;
}

