/* Style Sheet used for whole site (in root directory) */

body 
{
	background-color: #619080;
	font-size:12px;
	background-repeat: repeat-x; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}


body, td /* This is the "standard" size/shape of text unless specified by another style */
{
	font-family:Verdana, Arial, sans-serif; 
	font-size:14px;
	color:Black;
	
}


.h2SectionHeader2
{

	font-size:18px;
	font-weight:bold;
	color: #5D8464;
	margin-top: 0em; /* put no space below */
} 
.h2SectionHeader
{
	font-size:18px;
	font-weight:bold;
	color: #5D8464;
	margin-top: 0em; /* put no space below */
}

table
{
	background-color: #E1D5A5;
}
td
{
	background-color: #E1D5A5;
	font-size:12px; 
}
li
{
	font-size:12px; 
}
 

/* These are for the links in the navigation menu on the left of nearly all pages */
a.leftNavHyperlink:link    {font-size: 12px; color: #5D8464; text-decoration: none}
a.leftNavHyperlink:visited {font-size: 12px; color: #5D8464; text-decoration: none}
a.leftNavHyperlink:hover   {font-size: 12px; color: #0000FF; text-decoration: underline}
a.leftNavHyperlink:active  {font-size: 12px; color: #5D8464; text-decoration: none}
