body
{
line-height: 1.5em;
color: #2b7330;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
margin: 0px;
text-align: center;
background-color: #1ead47;
}
#header
{
text-align: center;
width: 100%;
margin: 0px auto;
background-image: url('greenGradient.jpg');
background-repeat: repeat-x;
}

#navBar
{
clear: both;
text-align: center;
width: 780px;
margin: 0px auto 14px auto;
}

ul#navlist
{
width: 780px;
margin: 0px auto;
padding: 0px;
font-size: 84%;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a 
{ 
padding: 2px 4px 2px 4px; 
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #2b7330;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #34933b;
text-decoration: none;
}

#navlist a:link#current
{
background-color:#000000;	
}

#mainRow
{ 
	clear: both;
	overflow:hidden;
	width: 100%; 
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #99ff99;
}


a:link, a:visited
{
color: #2b7330;
text-decoration: none;
font-weight: bold;
}

a:hover, a:active
{
color: #1ead47;
text-decoration: underline;
font-weight: bold;
}



h1
{
font-size: 20px;
}

h2
{
font-size: 16px;
}

h3
{
font-size: 14px;
text-align: center;
}

h4
{
font-size: 12px;
}


#mainContent
{
	overflow: hidden;
	width: 780px; 
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
}

#leftCol
{
float: left;
	width: 85px;
	margin: 0px;
}

.arrowLft
{
margin: 50px 0px 0px 44px;
}


.arrowRt
{
margin: 159px 0px 0px 0px;
}


#flash
{
float: left;
width: 600px;
margin: 0px;
}

#rtCol
{
	float: left;
	width: 90px;
	margin: 0px;
}

#info
{
display: block;
width: 600px;
margin: 20px auto;
}

.redtitle
{
font-size: 150%;
font-family: sans-serif;
color: red;
margin-top: 10px;
text-align: center;
}


.textSmCenter
{
clear: both;
text-align: center;
font-size: 80%;
}

.textSmLeft
{
clear: both;
text-align: left;
font-size: 80%;
font-style: italic;
}


.imgCenter
{
width:  780px;
margin: 0px auto;
}

p
{
text-align: left;
margin: 10px 0px;
}


