.bottomtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #336633;
}
.headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
}


.arialtext {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #336633;
}

.flowleft {
	float: right;
	margin: 5px 0px 5px 5px;
}
.flowright {
	float: left;
	margin: 5px 10px 5px 0px;
}
.textBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #336633;
	font-weight:bold;
}
body p{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #336633; }
	
	
	.small {font-size:10px}
	
.banner {			
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	padding: 5px;
	background-color: #ccffcc;
	-moz-border-radius: 5px;
	border-style: solid;
	border: 3px solid #363;
	width:600px;} 
	
.banner_narrower {			
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #336633;
	padding: 5px;
	background-color: #ccffcc;
	-moz-border-radius: 5px;
	border-style: solid;
	border: 3px solid #363;
	width:400px;} 	
	
	
.hnav_table    {background-color: #ffffff;
				border-width:0;
				border-style: solid;
				border-color: #ffffff;
				font:bold 11px Arial, Helvetica, sans-serif;
				letter-spacing:.1em;
				}
				
#hnav a {
	background-color: #E6F0E6;
	color: #363;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding: 1px 4px;
	}
	
#hnav a:hover {
	background-color:#363;
	color:white;
	}
	
a:hover {
	color: #00CC33;
}
a:link {
	border:none;
	text-decoration:underline;
	color:#336633;
}

a:visited {
	border:none;
	text-decoration:underline;
	color:#336633;
}

a:active {
	border:none;
	text-decoration:underline;
	color:#336633;
}

/* image decoration drop shadow effect index page */
div.img-dec {
	background:  url(images/gradient1.jpg) no-repeat bottom right;
	clear: right;
	float: right;
	margin: 0 0 5px 0px;
	padding: 0;
	position: relative;
}

div.img-dec img {
	background-color: #ffffff;
	border: 1px solid #000099;
	display: block;
	margin: -5px 10px 10px -5px;
	padding: 1px;
	position: relative;
}


															