@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	background-color: #35623c;
}
p, tr, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
a {
	color: #339900;
	text-decoration: none;
}
a:hover {
	color: #99CC66;
	text-decoration: underline;
}
a:active {
	color: #339900;
	text-decoration: underline;
}
ul {
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 3px;
}
ul li {
	background: url(images/bullet.gif) no-repeat 0px 0.45em;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 15px;
	float: none;
	margin: 0px;
	line-height: 13px;
}
ol {
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 20px;
}
ol li {
	padding-top: 0px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 0px;
	float: none;
	margin: 0px;
	line-height: 13px;
}



/* wrapper */
#content_wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0px;
	top: 0px;
}


/* Top Logo Band */
#top_band {
	background-image: url(images/bkg-top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #c4df9b;
}


/* Horizontal Navigation Band */
#nav_band {
	background-color: #35623c;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	z-index: 100;
	background-image: url(images/bkg-navbar.jpg);
	background-repeat: repeat-x;
}

#nav_band ul {
	list-style: none;
	margin:0;
	padding:0 0 0 8px;
	white-space: nowrap;
}
#nav_band ul li {
	position:relative;
	min-height: 1px;
	/* keep the menus on one line */
	white-space: nowrap;
	display: inline;
	
}
#nav_band ul li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	line-height: 22px;
	font-size: 11px;
}
#nav_band ul li a:hover {
	color: #c4df9b;
	text-decoration: none;
}
#nav_band ul li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#nav_band ul li a.on {
	text-decoration: none;
	color: #c4df9b;
}





/* Content Band includes sidebars and content area */
#content_band {
	width: 100%;
}


/* Sidebar left */
#sidebar_left {
	background-color: #c4df9b;
	width: 182px;
	margin: 0px;
	padding-top: 50px;
	padding-left: 14px;
	padding-right: 4px;
	padding-bottom: 100px;
	background-image: url(images/bkg-sidebarleft.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#sidebar_left a {
	color: #336633;
	text-decoration: none;
}
#sidebar_left a:hover {
	text-decoration: underline;
	color: #339933;
}
#sidebar_left a:active {
	text-decoration: underline;
	color: #003300;
}



/* Content */
#content {
	background-color: #FFFFFF;
	width: 486px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 69px;
	padding-bottom: 100px;
	padding-left: 69px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #B0D381;
	padding-bottom: 20px;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #35623C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4DF9B;
	padding-bottom: 5px;
}
#content h3 {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #35623C;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#content h4 {
	font-size: 12px;
	line-height: 14px;
	color: #35623C;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #C4DF9B;
}
#content h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #35623C;
}
#content h6 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.definition_left {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c4df9b;
	border-right-color: #c4df9b;
	border-bottom-color: #c4df9b;
	border-left-color: #c4df9b;
	width: 20px;
}
.definition {
	padding: 10px 5px;
	color: #336633;
}
.definition_right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c4df9b;
	border-right-color: #c4df9b;
	border-bottom-color: #c4df9b;
	border-left-color: #c4df9b;
	width: 20px;
}


/* Sidebar Right */
#sidebar_right {
	background-color: #c4df9b;
	background-image: url(images/bkg-sidebarright.jpg);
	background-repeat: repeat-y;
}



/* Footer */
#footer {
	background-color: #35623c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 100px;
	padding-left: 14px;
	line-height: 13px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #c4df9b;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
