@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #303030;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000000;
}
img {
	border: 1px solid #000000;
}

#container  {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/body-bkgd.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 12px;
}
#header  {
	padding: 0px 20px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 15px;
}
#header  h1  {
	margin: 0px 0px -40px -1000em; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



#header img {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header img.banner   {
	margin: 0px 0px 0px 11px;
	padding: 0px;
}

#mainNav {
	background: url(images/topnav-bkgd.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}
#header ul {
	display: inline;
	margin: -8px 0px 0px;
	padding: 0px;
	float: right;
	list-style: none;
	height: 40px;
	width: 945px;
}

#header li {
	display: inline;
	padding: 12px;
	color: #D1F8CB;
	margin: 0px;
	float: right;
}
#header a:link, #header a:visited {
	color: #D1F8CB;
	text-decoration: none;
}
#header a:hover, #header a:active {
	color: #B0F3A7;
	text-decoration: underline;
}


#mainContent  {
	padding: 0 20px;
}
#mainContent  li {
	list-style: none;
}
#mainContent a:link, #mainContent a:visited {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
#mainContent  a:hover, #mainContent  a:active {
	color: #6B0000;
	text-decoration: none;
}



#footer  {
	padding: 10px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer-bkgd.jpg) no-repeat;
	text-align: center;
	color: #D1F8CB;
	margin: 0px 20px;
	clear: both;
}
.reqform {
	border: 3px double #6B0101;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}

#footer  p  {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 940px;
}
#footer li {
	display: inline;
	padding: 12px;
	color: #D1F8CB;
	margin: 0px;
}
#footer a:link, #footer a:visited {
	color: #D1F8CB;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #B0F3A7;
	text-decoration: underline;
}
#footer p a:link, #footer p a:visited {
	color: #D1F8CB;
	text-decoration: underline;
	font-style: italic;
}
#footer p a:hover, #footer p a:active {
	color: #94EF87;
	text-decoration: underline;
}
.fltR {
	margin: 5px;
	float: right;
}
.fltL {
	margin: 5px;
	float: left;
}
#footer  a  img {
	border-style: none;
}
#hAds {
	margin-right: auto;
	margin-left: auto;
	border: thin double #8A0002;
	padding: 0px;
	background: #FFFFFF center;
	clear: right;
}
#form1 {
	clear: none;
}
.fltClear {
	clear: both;
}
#pups {
	margin-right: auto;
	margin-left: auto;
}
#submit2 {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.commentary {
	margin: 20px;
}

