body {
	background-color: #c6c6c7;
}
.addressbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-color: A7C8BF;

}
.SubheadText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: 006049;
}
.IndexheadText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #004925;
}
.indexcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 32px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #004925;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	list-style-type: square;
}
.bodycopy  A:link {color: #006049}
.bodycopy   A:visited {color: #333333}
.SubheadSmallital {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 006049;
}
#navbar {
	/*margin: 0px;
	margin-left: 0px;
	clear: both;
	margin-top: 20px;
	margin-bottom:20px;*/
	font-family: Arial, Helvetica, sans-serif;
	z-index: 2000 !important;
width:100%;

}
#navbar ul {
	line-height: 13px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
/*height:15px;*/
background:#C6C6C7;
	list-style: none;
}
#navbar ul a {
 	background-color: #C6C6C7;
	display: block;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 0px;
}
#navbar li {
	float: left;
	width: 30%;
	w\idth: 30%;
	color: #C6C6C7;/*	text-align: center;*/
	margin-right: 1%;

}
#navbar li a {/*mainline*/
	color: #666666;
	padding-top: 3px;
	padding-left: 9px;
	padding-bottom: 2px;
	height: 15px;

}
/* *html #navbar li a {
	height: 15px;
	margin-top:-3px;

}*/


#navbar li a:hover, #navbar li a.selected, #navbar li.selected  {
	color: #006049;
	background-color: #C6C6C7;
	background-image: url(images/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*dropdowns*/
#navbar li ul {
	position: absolute;
	width: 19%;
	w\idth: 19%;
	left: -1999px;
	h\eight: 1px;
	margin-left: 0px;/*was6px*/
	z-index: 2100;


}
#navbar li li {
	background: #C6C6C7;
	color: white;
	padding-left: 4px;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	height:  100%;
	text-align: left;
	z-index: 2100 !important; /* does not work in IE*/


}

#navbar li li a {/*dropdowns*/
	background: #00646a;
	color: white;
	height:auto;
}
#navbar li li a:hover {
	color: #FFCC33;
}
#navbar li:hover ul, #navbar li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}