@charset "utf-8";
body, p, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	background-color: #FFF;
	margin-top: 16px;
}
#outerWrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	width: 980px;
	height: 90px;
}
#topNav {
	float: right;
}
#bannerWrapper {
	width: 980px;
	height: 230px;
}
#flashPanel {
	width: 720px;
	height: 230px;
	float: left;
}
#mainNav {
	width: 260px;
	height: 230px;
	float: right;
}
#contentWrapper {
	width: 980px;
}
#content {
	width: 600px;
	float: right;
	margin-top: 36px;
	margin-bottom: 36px;
	display: inline;
	margin-right: 48px;
}
#content h1 {
	font-size: 24px;
	margin-bottom: 18px;
	color: #423500;
}
#content h2 {
	font-size: 24px;
	color: #6AC200;
	line-height: 120%;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #423500;
	font-weight: normal;
}
#content h3 {
	font-size: 15px;
	color: #423500;
	margin-bottom: 4px;
	font-weight: normal;
}
.brownText {
	color: #423500;
}
#content h3 {
	font-size: 16px;
	margin-bottom: 12px;
}
#content p {
	margin-bottom: 8px;
	line-height: 140%;
	color: #423500;
}
#content ul {
	margin-bottom: 10px;
	margin-left: 36px;
}
#content li {
	margin-bottom: 4px;
	color: #423500;
}
#content a:link, #content a:visited {
	color: #423500;
}
#content a:hover, #content a:active {
	color: #6BC300;
}
#sidebar {
	width: 250px;
	float: left;
	margin-top: 40px;
	margin-bottom: 36px;
	margin-left: 20px;
	display: inline;
}
.sbSection {
	background-image: url(../images/sb_box_repeat.gif);
	background-repeat: repeat-y;
}
.sbSection h1 {
	font-size: 14px;
	color: #6BC300;
	background-image: url(../images/sb_box_top.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 36px;
	width: 250px;
	padding-top: 20px;
}
.sbSection h2 {
	font-size: 14px;
	margin-bottom: 14px;
}
.sbSection h3 {
	font-size: 14px;
	color: #6BC300;
	background-image: url(../images/sb_box_top.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 250px;
	padding-top: 20px;
}
.sbSection p {
	margin-bottom: 10px;
	margin-right: 24px;
	margin-left: 24px;
	font-size: 11px;
	color: #423500;
}
.sbSection ul {
	margin-left: 32px;
	margin-bottom: 10px;
}
.sbSection li {
	margin-bottom: 6px;
	color: #423500;
	font-size: 11px;
}
.sbSection a:link, .sbSection a:visited {
	color: #423500;
}
.sbSection a:hover, .sbSection a:active {
	color: #6AC100;
}
#footer {
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #676767;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.copyright {
	font-size: 10px;
	color: #999;
	margin-top: 4px;
	float: left;
}
.author {
	font-size: 10px;
	color: #999;
	margin-top: 4px;
	float: right;
}
.author a:link, .author a:visited {
	font-size: 10px;
	color: #999;
}
.author a:hover, .author a:active {
	font-size: 10px;
	color: #6AC200;
}
.floatImageLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}
.floatImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
}
.columnUL {
	margin-left: 16px !important;
}
.sbSection ul {
	margin-left: 48px;
}
.center {
	text-align: center;
}
