body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
	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 */
	background-repeat:repeat;
	padding-top:10px;
	font-size:12px;
	font-weight:normal;
	}

img
{
border:none;
}

img#float_left
{
float:left;
margin-right:20px;
margin-bottom:10px;
margin-left:5px;
}

img#float_right
{
float:right;
margin-right:10px;
margin-bottom:10px;
margin-left:10px;
}

hr
{
color:#999999;
size:1px;
margin-right:30px;
}

table
{
top:0px;
}
/* code for the top navigation area for all sections */
.topNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#48863E;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	text-transform:none;
	text-indent:20px;
	padding-top:10px;
    padding-bottom: 10px;
	}
	
.topNav a 
{ 
text-decoration: none;
color: #FFFFFF;
}

.topNav a:hover
{ 
text-decoration: none;
color:#91BA24;

}

.subNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#666666;
	color: #91BA24;
	font-weight: bold;
	text-align:center;
	text-transform:none;
	text-indent:20px;
	padding-top:10px;
    padding-bottom: 10px;
	}
	
.subNav a 
{ 
text-decoration: none;
color: #FFFFFF;
}

.subNav a:hover
{ 
text-decoration: none;
color:#91BA24;

}
	
.on_page
{ 
text-decoration: none;
color:#91BA24;

}

.dim
{
padding-bottom:10px;
}

.ruler
{
padding-top:10px;
padding-left:10px;
}

.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color:#FFFFFF;
	color: #48863E;
	font-weight: bold;
	text-align:left;
	text-transform:none;
	}

.subheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color:#FFFFFF;
	color: #48863E;
	font-weight: bold;
	text-align: left;
	text-transform:none;
	padding-top:0px;
}

.announce
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#FFFFFF;
	color: #48863E;
	font-weight: bold;
	text-align: left;
	text-transform:none;
	padding-top:0px;
}

.specialheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#FFFFFF;
	color: #3A89C9;
	font-weight: bold;
	text-align:left;
	text-transform:none;
	padding-top:0px;
	padding-right:0px;
}


.edit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	color: #000000;
	font-weight: normal;
	text-align:left;
	text-transform:none;
	padding-top:0px;
	padding-right:15px;
    padding-left: 15px;
}

.editgreen
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	color: #48863E;
	font-weight: bold;
	text-align:left;
	text-transform:none;
	padding-top:0px;
	padding-right:0px;
    padding-left: 0px;
}


.team
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	color: #003300;
	font-weight: bolder;
	text-align:left;
	text-transform:none;

}

.position
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	color: #999999;
	font-weight: bold;
	text-align:left;
	text-transform:none;
	}

.title
{
color:#666666;
font-weight:bold;
}

.closedout
{
color:#00CC66;
font-weight:bold;
}

.quote
{
font-weight:bold;
font-size:20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#999999;
margin-right:15px;
}

.quote_red
{
font-weight: bold;
font-size:23px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #3399FF;
margin-right:15px;
}

.quote_orange
{
font-weight: bold;
font-size:23px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#48863E;
margin-right:15px;
}

.notes
{
font-size:10px;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color:#FFFFFF;
	color: #48863E;
	font-weight:bolder;
	text-align:center;
	text-transform:none;
	padding-bottom:3px;
    padding-right: 10px;
    padding-left: 10px;
	}
    
	.footer2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	background-color:#FFFFFF;
	color: #999999;
	font-weight:bolder;
	text-align:left;
	text-transform:none;
	padding-bottom:3px;
    padding-right: 10px;
    padding-left: 10px;
	}
	
.disclaimer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#FFFFFF;
	color: #48863E;
	font-weight:normal;
	text-align:center;
	text-transform:none;
    padding-right: 10px;
    padding-left: 10px;
	}
    	

.address
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#FFFFFF;
	color: #000000;
	font-weight: bolder;
	text-align:center;
	text-transform:none;
	padding-bottom:1px;			
}


a {
color:#48863E;
border:none;
text-decoration: none; 
font-weight: bold;
}

a:hover {
color:#91BA24;
text-decoration:none;
font-weight: bold;
}
 
a:active 
{
color:#91BA24;
text-decoration:none;
font-weight: bold;
} 

.green
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#48863E;
	color: #FFFFFF;
	font-weight: normal;
	text-align:left;
	text-transform:none;
	text-indent:20px;
	padding-top:10px;
    padding-bottom: 10px;
	}
.green_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-transform:none;
	padding-top:0px;
}
