@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #006633;
}
#outerWrapper {
	width: 860px;
	margin: 0px auto;
}
#header {
	background: url(images/background/logo_header.jpg) no-repeat;
	height: 130px;
}
#contentWrapper {
	margin: 0px auto;
}
#top_content {
	background: url(images/background/top_row.jpg) no-repeat;
	height: 50px;
	margin-bottom: 0px;
}
#content {
	padding-left: 50px;
	background-image: url(images/background/mid_row.jpg);
	background-repeat: repeat;
	padding-right: 50px;
}
#bottom_content {
	background-image: url(images/background/bottom_row.jpg);
	background-repeat: no-repeat;
	height: 50px;
	margin-top: 0px;
}
h1 {
	font-size: 24px;
	color: #999999;
}
h2 {
	font-size: 18px;
	color: #006633;
	text-decoration: none;
}
#footer {
	text-align: center;
	background-color: #006633;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin: 0px;
}
.bottomNav {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.bottomNav a:link, .bottomNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomNav  a:hover, .bottomNav a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 48px;
	width: 600px;
	position: absolute;
	left: 275px;
	top: 126px;
}
#nav  ul {
	margin: 0px;
	list-style-type: none;
}
#nav li {
	line-height: 24px;
	text-align: center;
	float: left;
	height: 24px;
	width: 100px;
	margin-right: 10px;
}
#nav a {
	background-image: url(images/nav_buttons/nav_btn_unselected.gif);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	width: 100%;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	text-decoration: none;
	color: #336633;
}
#current a:link, #current a:visited, #current a:hover, #current a:active {
	text-decoration: none;
	background-image: url(images/nav_buttons/nav_btn_selected.gif);
	color: #006633;
}
.caption_homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #006633;
}
.clearDiv {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.no_top_margin {
	margin-top: 0px;
}
.last_item {
	margin-bottom: 0px;
}
.top0left10 {
	margin-top: 0px;
	margin-left: 18px;
}
