﻿body {margin: 0px 0px 0px 0px;
	background-color: #cde7da;
	 font-family: Verdana, Arial;
	 font-size: 10pt;
	 color: Black;
	 
}

HTML {
overflow: -moz-scrollbars-vertical;
}

#current { background-color: #b2dac5; }

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}


div.nocentered table 
{
margin: 0; 
text-align: left;
}

#header 
{
	
    background-image: url(images/gradiantHeader.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding: 0;
}

#footer 
{
	
    background-image: url(images/gradiantFooter.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding: 0;
}

#mainContent 
{margin-top: 40px;
}

.textParagraph 
{
margin: 0px 44px 0px 44px;	
}

.textGreen 
{color: #00853e;
	
}

.textGreenSmall

{ text-decoration: none;
	color: #00853e;
	font-size: 9px;
	
}

.textGreenSmall a:hover
{color: black;
	
}


.display_archive {font-family: verdana, arial; font-size: 14px; color: black;}
.campaign {line-height: 125%; text-decoration: none; color: black; }
.campaign a {color: #00853E; text-decoration: none; font-weight: bold; }
.campaign:hover a {color: black; }

.textRollover 
{
	text-decoration: none;
	color: Black;
}

.textRollover:hover
{
	color: #00853e;
}

/* MENU ATTEMPT 2 */

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	overflow: hidden;
}

#nav a 
{
	background-color: #00853e;
	display: block;
	width: 10em;
	text-decoration: none;
	color: White;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	/*padding: 10px;*/
	text-align: center;
	
}

#nav a:hover 
{
 background-color: #b2dac5;	
}

#nav li { /* all list items */
	float: left;
	
padding-bottom: 0px;
 padding-right: 3px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 158px;
	/*display: none;*/
	/*visibility: hidden;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0px;
	

}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
