A:link {text-decoration: none; color: #4ea553;}
A:visited {text-decoration: none; color: #4ea553;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: underline overline;}
 


p.body {
	margin-top:0in;
	margin-bottom:0in;
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height:20.0px;
	text-align: left;
}

p.boldRightText {
	margin-top:0in;
	margin-bottom:0in;
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height:20.0px;
	text-align: right;
	font-weight: bold;
}

li.body {
	margin-top:0in;
	margin-bottom:0in;
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height:20.0px;
	text-align: left;
}

p.smallText {
    margin-top:0in;
	margin-bottom:0in;
	font-family: Arial, Geneva, sans-serif;
	font-size: 9px;
	text-align: center;
}

h1 {
	
    margin-top:0in;
	margin-bottom:0in;
	font-family: Arial, Geneva, sans-serif;
	font-size: 22px;
	line-height:28.0px;
	text-align: left;
	font-weight: bold;
}
h2 {
	
    margin-top:0in;
	margin-bottom:0in;
	font-family: Arial, Geneva, sans-serif;
	font-size: 18px;
	line-height:24.0px;
	text-align: center;
	font-weight: normal;
}
h3 {
	
    margin-top:0in;
	margin-bottom:0in;
	font-family: Arial, Geneva, sans-serif;
	font-size: 14px;
	line-height:20.0px;
	text-align: center;
	font-weight: normal;
	font-color: #4ea553;
}
	

.whiteBox {font:10pt Arial, Helvetica, sans-serif; border:1px solid #222222; background:#f1f1f1; color: #222222;}


img.center {display: block;
margin-left: auto;
    margin-right: auto ;
border-style:solid;
    border-width:1px;
/* for ie */
text-align: center;}

/* drop down menu */

#menu {
	width: 520px;
	float: right;
	}

#nav {
	background: transparent url(/menu/menu-images.jpg) 0 0 no-repeat;
	width: 520px;
	height: 40px;
	position: relative;
	margin-left:-3px;
	top:2px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: block; 
	line-height: 40px; 
	position: absolute; 
	text-indent: -2000px; 
	text-align: center;
	font-size:12px;
	}
	
#nav a {
	display: block; 
	text-decoration: none;   
	overflow: hidden;
	font-size:12px;
	}	
#nav1 {left: 0px; top: 0; width: 101px; height: 40px; }	
#nav2 {left: 102px; top: 0; width: 128px; height: 40px; }
#nav3 {left: 230px; top: 0; width: 97px; height: 40px; }
#nav4 {left: 327px; top: 0; width: 195px; height: 40px; }



#nav1 a:hover, #nav1 .on {background: url(/menu/menu-images.jpg) 0px -40px no-repeat; }	
#nav2 a:hover, #nav2 .on {background: url(/menu/menu-images.jpg) -102px -40px no-repeat; }	
#nav3 a:hover, #nav3 .on {background: url(/menu/menu-images.jpg) -230px -40px no-repeat; }	
#nav4 a:hover, #nav4 .on {background: url(/menu/menu-images.jpg) -327px -40px no-repeat; }	

	
/* ######### Style for Drop Down Menu ######### */



.dropmenudiv_a{
font-family:Trebuchet, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: left;
position:absolute;
top: 0;
margin-top: 0;
line-height:16px;
z-index:100;
color:#000000;
visibility: hidden;
border: dotted thin #4ea553;

}


.dropmenudiv_a a{
width: 200px;
display: block;
text-indent: 5px;
padding: 4px;
text-decoration: none;
background-color: #fff;
color: #4ea553;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 200px;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #c7e1c9;
color: #fff;
  
}

.dropmenudiv_a a:active{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #c7e1c9;
color: #4ea553;
}		