@charset "iso-8859-1";
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: disc;
	color: #000000;
}
.body_textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.body_textitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.body_textLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
//	color: #00B040;
}

.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	color: #00b040;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
//	color: #00b040;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}
.links_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
//	color: #00B040;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}
.link_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
//	color: #00B041;
	list-style-type: none;
}

.body_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	list-style-type: disc;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00b040;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}

.swf_list {
	list-style-type: none;
}
.links_L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006600;
	text-decoration: none;
	text-align: left;
}
.form_headdings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: right;
}

.menu1 {
	color: #FFFFFF;
	background-color: #00b040;
}

.menu2 {
	color: #FFFFFF;
	background-color: #585858;
}

.spacer1 {
	color: #FFFFFF;
	background-color: #00b040;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #00b040;
}

a:link {
	color: #00B041;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #00B040;
}

a:hover {
	text-decoration: underline;
	color: #585858;
}

a:active {
	text-decoration: none;
	color: #585858;
}

img {
   behavior: url("pngbehavior.htc");
}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
	line-height: 1;
}

#nav ul {
	padding: 0 0 0 0px;
	margin: 0;
	list-style: none;
	list-style-type: none;
	background-color: #DCE5D7;
	line-height: 38px;
}

#nav a {
	display: block;
//	width: 10em;
	color: #000000;
}

#nav li {
	float: left;
//	width: 7em;
	z-index: 10;
}
#nav li ul {
	position: absolute;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	left: -999em;
	z-index: 10;
	width: 120px
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

.sorted_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-left: -2em;
	list-style-position: outside;
	list-style-type: decimal;
}
