html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #DCD9C6;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



#wrapper {
	width: 740px;
	background: #FFFFFF;
	margin: 15px auto;
	border: 1px solid #999966;
	text-align: left;
}



#bannermain {
	height: 316px;
	background: url(../indexAssets/Welcome.jpg) no-repeat;
}
#bannersmall {
	height: 55px;
	background: url(../siteAssets/PageHeader.jpg) no-repeat;
}




#sponsorbar {
	background-color: #556B2F;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#sponsorbar p {
	font-size: 75%;
	color: #FFFFCC;
	text-align: center;
}




#calendar {
	margin-bottom: 20px;
	text-align: center;
}
#calendar h2 {
	font-size: 100%;
	color: #5A4F3C;
	padding: 0px;
	margin: 0px 20px 4px;
	line-height: 100%;
	text-align: left;
}





#pathbar {
	background-color: #556B2F;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#pathbar p {
	font-size: 75%;
	color: #FFFFFF;
}
#pathbar p a {
	color: #FFFF99;
	text-decoration: underline;
}





#content {
	width: 530px;
	float: left;
	margin-bottom: 40px;
}
#content p {
	font-size: 85%;
	margin: 0px 20px;
	line-height: 150%;
	text-indent: 30px;
}
#content p.noindent {
	text-indent: 0px;
}
#content p.titlelist {
	padding-top: 0px;
	padding-bottom: 12px;
	text-indent: 0px;
}
#content h1 {
	font-size: 125%;
	color: #59462D;
	padding: 0px;
	margin: 0px 20px 10px;
	line-height: 125%;
}
#content h2 {
	font-size: 100%;
	color: #59462D;
	padding: 0px;
	margin: 20px 20px 8px;
	line-height: 125%;
}
#content h2.noneabove {
	margin-top: 0px;
}
#content h3 {
	font-size: 90%;
	color: #59462D;
	padding: 0px;
	margin: 20px 20px 6px;
	line-height: 125%;
}
#content ul {
	font-size: 85%;
	margin: 0px 40px;
	line-height: 150%;
	padding: 0px;
}
#content ul li {
	list-style: disc;
}
#content ol {
	font-size: 85%;
	margin: 0px 45px;
	line-height: 150%;
	padding: 0px;
}
#content ol ol {
	font-size: 100%;
	margin: 0px 25px;
	line-height: 150%;
	padding: 0px;
}
#content p.backtotop {
	text-indent: 0px;
	font-size: 80%;
	color: #59462D;
	font-weight: bold;
}
#content p.backtotop a {
	text-decoration: none;
	color: #59462D;
}




#rightcol {
	width: 170px;
	margin-left: 20px;
	float: left;
	margin-bottom: 40px;
}
#rightcol #nav {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 15px;
}
#rightcol #nav ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
	list-style-type: none;
	font-size: 80%;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#rightcol #nav ul li {
	padding: 0;
	margin: 0;
}
#rightcol #nav ul li a {
	background-color: #F1F376;
	border-bottom: 1px solid #000000;
	color: #000000;
	display: block;
	padding: 6px 6px 6px 6px;
	text-decoration: none;
	height: 1%;
}
#rightcol #nav ul li a:hover, #rightcol #nav ul li a:focus {
	background-color: #B67A5D;
	color: #FFFFFF;
}
#rightcol p {
	color: #666666;
	font-size: 75%;
	line-height: 135%;
	margin-top: 0px;
}
#rightcol p.spaceabove {
	margin-top: 5px;
}
#rightcol h1 {
	color: #846944;
	font-size: 80%;
	line-height: 135%;
	margin-bottom: 5px;
}




#footer {
	background: #556B2F;
	color: #FFFFFF;
	clear: both;
	margin-top: 50px;
}
#footer p {
	text-align: center;
	padding: 7px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}
#footer p a {
	color: #FFFF99;
	text-decoration: underline;
}




a {
	color: #294606;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #846944;
	text-decoration: none;
}
.imagefull {
	margin: 0px 0px 0px 0px;
}
.imageleft {
	float: left;
	margin: 0px 0px 0px 0px;
}
.imageright {
	float: right;
	margin: 0px 0px 0px 0px;
}
.p30indent {
	text-indent: 30px;
}
.date {
	font-size: 70%;
	color: #999999;
	margin-left: 5px;
}
.p8above {
	margin-top: 8px;
}



