@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	background: #006600;
	background-image:url(images/pagebg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	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 */
}
#container {
	width: 920px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#Content {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#Content p {
	padding:0 10px 0px 40px;
}
#Content ul, #Content ol {
	padding:0 10px 0px 50px;
}
a {color:#336666;}

.centercontent {padding:10px; text-align:left;}
.bottomcontent {height:100%; font-size:10px; color:#669933; vertical-align:bottom; padding:10px;}

h1 {font: "Arial Black";font-size:16px; color:#679a00; text-align:center;}
h2 {font-weight:bold; font-size:12px; color:#679a00; margin-bottom: 0px;}
h3 {font-size:12px; margin-bottom: -6px; color:#679a00; text-transform:uppercase; margin-bottom: -6px; text-decoration:underline;}
.h1descrip  {font:Arial, Helvetica, sans-serif; font-style:italic; font-weight:bold; font-size:16px; color:#679a00;}

.green {color:#679a00; font-style:italic;}
.leftsidehead {
	color:#FFFFFF;
	font-weight:bold;
	padding: 0px;
	text-decoration:none;
}
.leftsidelist {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	list-style-type:disc;
	margin-left:-22px;
}
.leftsidelist a, .leftsidehead a {color:#ffffff; text-decoration:none;}
.bghiliteintro {
	color:#ffffff;
	background-color:#00620D;
	margin: 0px -10px 0px -10px;
	padding: 6px 10px 10px 10px;
	text-align:center;
	}
.bghilite {
	color:#996633;
	background-color:#e5eae5;
	margin: 0px -10px 0px -10px;
	padding: 6px 10px 10px 10px;
	background-image:url(images/shadow.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}

.authorspan {color:#996666; font-style:italic;}
.quoteinternal {font-weight:bold; font-style:italic; color:#663300; padding: 0px 40px 0px 40px; text-align:center;}
.tablehead {padding-left:3px; font-weight:bold; font-size:12px; line-height:14px; border-bottom:#600 1px solid;}
.tabletopline {padding-top:10px; border-top:#669933 1px solid;}
.rightsidepic {padding-left:10px;}
.leftsidepic {padding-right:10px;}
#footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration:none;
	}
#footer a {
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
input { text-align:right; font-size:10px; background-color:#FFCC66; margin: 18px 54px -18px 0;}

.homerightsidelinks {padding-right:20px;}
.homerightsidelinks p {margin-bottom: -6px;}

.sidebarhead {font-weight:bold; font-size:12px; color:#CC9933;}
