body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3B9957 url("imgs/bigBackFader.jpg") repeat-x bottom left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;

}
#wrapper {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto 24px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#navTop {
	width: 620px;
	background: #3B9957 url("imgs/fadeHeader.jpg") no-repeat top right;
	text-align: right;
	height: 36px;
	margin: 10px 0 0 0;
	padding: 2px 100px 0 60px;
	font-weight: bold;
	border-bottom: 2px #FFF dotted;

}
#navTop ul {
	margin: 0;
}
#navTop li {
	list-style: none;
	float: right;
	font-size: 18px;
	padding: 8px 12px;
	margin: 0;

}
#navTop a {
	text-decoration: none;
	color: #FFF;
	padding: 6px 12px;
}
#navTop a:hover {
	text-decoration: none;
	color: #B0C85E;
	background: #0A4C10;
	padding: 4px 12px;
	border-top: 5px #333 solid;
}

#mainHold {
	background: #000 url("imgs/0Large.jpg") no-repeat center left;
	padding: 12px 0 0 0;
}
#header {
	background: url("imgs/head.gif") no-repeat bottom left;
}
#header img {
	float: left;
	display: inline;
	margin: 6% 0 0 24px;
}
#header h1 {
	font-size: 72px;
	line-height: 1.1em;
	float: left;
	margin: 0 0 0 -2000px;
	display: block;
}
#mainText {
	padding: 12px 20px;
	margin: 0 0 12px 0;
	width: 300px;
	float: right;
	font-size: 11px;
	line-height: 1.8em;
	background: #333 url("imgs/0LargeDk.jpg") no-repeat center right;
	border-left: 2px #FFF dotted;
}
#mainText p {
	margin: 4px 0;
}
#mainText b {
	font-size: 14px;
	line-height: 1.3em;
	color: #D4D846;
}
#mainText h2 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 18px;
	line-height: 1.3em;
	color: #D4D846;
}
#mainText a {
	text-decoration: none;
	color: #D4D846;
	font-weight: bold;
}
#mainText a:visited {
	text-decoration: none;
	color: #DDD;
	font-weight: bold;
}
#mainText a:hover {
	text-decoration: underline;
	color: #B0C85E;
	font-weight: bold;
}


#navWell {
	font-size: 10px;
	background: #000 url("imgs/0LargeDk2.jpg") no-repeat bottom left;
	border-top: 2px #FFF dotted;
	text-align: center;
	margin: 0;
	padding: 12px 80px;
}
#navWell .navPod {
	float: left;
	padding: 12px;
	background: #000 url("imgs/bigBackFader.jpg") repeat-x bottom left;
	margin: 0 4px 0 0;
	border-bottom: 2px #FFF dotted;
	border-top: 1px #FFF dotted;
	text-align: left;
	display: block;
}
#navWell .navPodWide {
	float: left;
	padding: 12px;
	background: #000 url("imgs/bigBackFader.jpg") repeat-x bottom left;
	margin: 0 4px 0 0;
	border-bottom: 2px #FFF dotted;
	border-top: 1px #FFF dotted;
	text-align: left;	
}
#navWell .subPod {
	float: left;
	padding: 0;
	margin: 0 2% 0 0;
	text-align: left;
}
#navWell .subPod h2 {
	font-size: 14px;
	color: #D4D846;
	padding: 0;
	margin: 0;
	padding: 0;
}
#navWell .subPod h3 {
	font-size: 12px;
	color: #B0C85E;
	padding: 0;
	margin: 8px 0 0 0;
	line-height: 1.5em;
	display: inline;
}
#navWell .subPod ul {
	margin: 0;
	padding: 0;
}
#navWell .subPod li{
	padding: 4px 0 2px 6px;
	margin: 0;
	list-style: none;
	color: #D4D846;
}
#navWell .navPod h2 {
	font-size: 14px;
	color: #D4D846;
	padding: 0;
	margin: 0;
	display: inline;
}
#navWell .navPodWide h2 {
	font-size: 14px;
	color: #D4D846;
	padding: 0;
	margin: 0;
}
#navWell .navPod h3 {
	font-size: 12px;
	color: #B0C85E;
	padding: 0;
	margin: 8px 0 0 0;
	line-height: 1.5em;
	display: inline;
}
#navWell .navPod ul {
	margin: 0;
	padding: 0;
}
#navWell .navPod li{
	padding: 4px 0 2px 12px;
	margin: 0;
	list-style: none;
	color: #D4D846;
}
#navWell a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
#navWell a:visited {
	text-decoration: none;
	color: #DDD;
	font-weight: bold;
}
#navWell a:hover {
	text-decoration: underline;
	color: #B0C85E;
	font-weight: bold;
}
#navInner {
	display: block;
	height: 160px;
	padding: 12px 0;
}

.clearAll {
	clear: both;
}

#footer {
	font-size: 10px;
	background: #000 url("imgs/footerBkg.jpg") repeat-x top left;
	padding: 8px;
	border-bottom: 4px #FFF solid;
	border-top: 2px #FFF dotted;
	text-align: center;
}
#footer p {

}
#footer a {
	text-decoration: none;
	color: #D4D846;
	font-weight: bold;
}
#footer a:visited {
	text-decoration: none;
	color: #AAA;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
	color: #B0C85E;
	font-weight: bold;
}


.clearAll {
	clear: both;
}
