@charset "UTF-8";
body {
	background-image: url(../images/bkgd-page.jpg);
	background-repeat: repeat-x;
	background-color: #9A9967;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFFF99;
	margin-top: 20px;
}
#header {
	background-color: #006600;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF99;
}
#content {
	background-color: #f3f3d3;
}
#tdLeftCol {
	background-repeat: no-repeat;
	background-position: top;
	background-color: #CDCC9A;
}
#LeftColText {
	line-height: 1.3em;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bolder;
	color: #330000;
	font-size: x-small;
}
#LeftColText h3 {
	color: #FFFFFF;
}
#BodyText {
	line-height: 1.5em;
	padding: 20px;
	color: #000000;
}
#BodyText h2 {
	color: #330000;
}
.style1 {color: #FFFF99}
#BodyText a {
	color: #0000FF;
	text-decoration: none;
}
#BodyText a:visited {
	color: #0000FF;
	text-decoration: none;
}
#BodyText a:hover {
	color: #00CC00;
	text-decoration: none;
}
#BodyText a:active {
	color: #00CC00;
	text-decoration: underline;
}
#NavArea {
	font-size: x-small;
	font-weight: bold;
	float: right;
	width: 100px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 50px;
	line-height: 1.2em;
}
#NavArea p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	padding-bottom: 5px;
	padding-top: 10px;
}
#NavBot {
	padding-top: 20px;
}
