@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #76973F url(images/siteBcgGrn.jpg) repeat top;
	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;
}
#container {
	width: 1008px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#topNavg {
	background:url(images/siteTop.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:78px;
}
#topNavg a{
	color: #C06;
	text-decoration: none;
	text-indent: 5px;
	display: inline;
	padding-right: 25px;
	position: relative;
	right: 150px;
	padding-left: 22px;
	font: bold 14px Arial, Helvetica, sans-serif;
	float: right;
	height: 42px;
	padding-top: 35px;
}
#topNavg a:hover{
	color:#030;
}
#header {
	background: url(images/siteBanner.jpg) no-repeat;
	height: 165px;
	margin: 0px;
	padding-top: 1px;
}

#header h1 img {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 97px;
	padding-left: 270px;
}

#midContainer {
	height: 441px;
	background:url(images/siteMid.jpg) no-repeat;
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
}
#footer {
	background:#76973F url(images/siteBtm.jpg) no-repeat;
	height: 120px;
	padding: 110px 10px 0;
	margin-top: 0px;
}
#footer table a {
	color: #CF6;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#footer table a:hover {
	color: #060;
	text-decoration: none;
}
#footer table {
	padding: 0px;
}
#mainContent {
	overflow: auto;
	width: 560px;
	position: relative;
	margin: 0px auto;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 424px;
}
#mainContent h1 {
	font: bold 16px "Times New Roman", Times, serif;
	color: #F06;
	margin: 0px;
	padding-bottom: 6px;
}
#mainContent h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

#mainContent p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 150px;
}
#mainContent a {
	font: 11px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #F06;
	text-decoration: none;
	letter-spacing: 1px;
}
.bttnImages {
	margin-right: 10px;
	border: 1px solid #000;
	margin-bottom: 10px;
	vertical-align: middle;
}
#footer p {
	margin: 0;
	font-size: 10px;
}
.rightText {
	text-align: right;
}
.italicize {
	font: italic 15px "Times New Roman", Times, serif;
}
h3 {
	width: 475px;
	font: italic normal 12px "Times New Roman", Times, serif;
}
h5 {
	font: normal 15px/27px Arial, Helvetica, sans-serif;
}
p img {
	border: 1px solid #000;
}
