#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background-color: #40B24E;
	height: 35px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
#inner_back {
	background-color: #e0dfd9;
	height: 350px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none; 
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	float: left;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 9px;
	text-decoration: none;
}
#navbar ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #F8EC59;
	text-decoration: none;
}

.sub_background {
		background-image: url(images/sub_background.gif);
	background-repeat: no-repeat;
}
.main_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

.nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #FFF;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background-color: #40B54A;

}
a:link { color:#009fd0; text-decoration: underline }
a:active { color:#009fd0; text-decoration: underline }
a:visited { color:#009fd0; text-decoration: none }
a:hover { color:#40b54a; text-decoration: none }

.nav_text_sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #FFF;
}
