@charset "UTF-8";
#bodyContent {
	height: auto;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#sideNav {
	height: auto;
	width: 200px;
	position: absolute;
	padding-top: 27px;
}
#sideNav ul {
	color: #666666;
	list-style-type: none;
}
#sideNav ul a {
	color: #E65B5B;
	text-decoration: none;
}
#sideNav ul a:hover {
	color: #788432;
	text-decoration: none;
}
#sideNav ul a.sideNavCurrent {
	color: #788432;
	text-decoration: none;
}
#bodyText {
	height: auto;
	width: 384px;
	left: 276px;
	position: relative;
	padding-top: 27px;
	margin-bottom: 100px;
}
#bodyText h1 {
	color: #94A545;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 15px;
}
#bodyText h2 {
	color: #94A545;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	padding-bottom: 15px;
}
#bodyText h5 {
	color: #94A545;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	padding-bottom: 15px;
    text-align: left;
	
}
#bodyText h6 {
	color: #126A07;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	/*padding-bottom: 4px;*/
	padding:0px 0px 0px 0px;
    text-align: left;
	
}


 
#bodyText p {
	padding-bottom: 15px;
}
#bodyText ul {
	list-style-position: inside;
}
.listIndent {
	padding-left: 12px;
}
.vertMarginErase {
	margin-bottom: -15px;
}
.brownHighlight {
	color: #8F6301;
}

