@charset "utf-8";
body
{
	font-family:  Verdana, Arial, sans-serif;
	margin: 0;
	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 #wrapper selector */
	color: #000000;
	font-size: 10pt;
	background-color: #C9CCA4;
 }

#wrapper
{
	width: 900px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
}
.thrColFixHdr #wrapper
{
	background-image: url(../images/graphics/sidebar1_bkgrnd.gif);
	background-repeat: repeat-y;
}
.twoColFixHdr #wrapper
{
	background-image: url(../images/graphics/sidebar1_bkgrnd.gif);
	background-repeat: repeat-y;
}
#topMenu
{
	width: 900px;
	margin: 0;
	padding: 0;
	background-color: #004000;
	height: 30px;
	font-size: 90%;
}
#topmenu img
{
	padding: 0;
	margin: 0;
}
#mainContent {
	background-color: #FFF;
}
.oneColFixHdr #mainContent
{
	padding: 0 8px 6px 14px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixHdr #mainContent
{
	margin: 0 0 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#sidebar1
{
	margin: 0;
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 6px 10px 6px; /* padding keeps the content of the div away from the edges */
	font-size: 10pt;
}
.thrColFixHdr #mainContent {
	margin: 0 218px 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

h1 
{
	font-size: 130%;
	text-align: left;
	color: #074B01;
	letter-spacing: 0.3em;
	padding: 0;
	margin: 16px 0 10px 0;
	font-stretch: normal;
	font-variant: normal;
	word-spacing: normal;
}
h2
{
	font-size: 110%;
	text-align: left;
	color: #074B01;
	font-weight: bold;
	margin: 12px 0 3px 0;
	padding: 0;
}
h3
{
	font-size: 100%;
	text-align: left;
	color: #9CBB6B;
	font-weight: bold;
	margin: 16px 0 3px 0;
	padding: 0;
}
#sidebar1 img
{
	margin: 10px 0 0 0;
	padding: 0;
}
#banner
{
	margin: 0;
	padding: 0;
	height: 131px;
	width: 900px;
	border-top-color: #002400;
	border-top-style: solid;
	border-top-width: 6px;
}
#footer
{
	clear: both;
	margin: 0;
	text-align: center;
	font-size: 80%;
	padding: 8px 0 0 0;
	background-color: #C9CCA4;
	height: 44px;
}
.projectgardens
{
	font-size: 90%;
	padding: 0;
	margin: 0 0 20px 0;
	background-color: #E3E6CC;
}
.projectgardens img
{
	margin-top: 14px;
}
.meetings
{
	padding:3px;
	border: solid 1px #004000;
	margin:8px 0;
}
.meetings img
{
	float:right;
	margin: 0 3px 5px 6px;
}
tr.heading
{
	font-size: 90%;
	text-align: left;
	color: #9CBB6B;
	font-weight: bold;
	margin: 16px 0 3px 0;
	padding: 0;
}
.photocredit
{
	font-size: 80%;
	color:#666666;
}
.photoHorz
{
	float: left;
	margin: 8px 0 8px 0;
	width: 330px;
}
.photoHorz img
{
	float: left;
	width: 175px;
	margin-right: 14px;
	border-right: 2px solid #101010;
	border-bottom: 2px solid #101010;
	border-top: 1px solid #101010;
	border-left: 1px solid #101010;
}
.photoHorz p
{
	margin: 0;
	padding: 70px 0 0 0;
	font-size: 80%;
	color:#666666;
}
.boxheader_promos
{
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding: 2px 3px 2px 0;
}
.boxcontents_promos 
{
	padding: 6px 5px;
	border: solid 1px #004000;
	background-color: #FFFFFF;
	margin-bottom: 6px;
	font-size: 90%;
	margin-top: 4px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clear_lft_float
{
	clear: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.clear_rt_float {
	clear: right;
}
.centerObject {
	text-align: center;
}
li
{
	padding-top: 5px;
}
a:link,a:visited,a:active
{
	color: #629700;
	text-decoration: underline;
	margin: 0;
}
a:hover,a:focus
{
	color: #629700;
	font-weight: normal;
	text-decoration: none;
}

