/* CSS Document */
a.nav1{
color: #99cc33;
font-weight: bold;
}
a.nav1:hover{
color: #FFFFFF;
}
a.nav2{
color: white;
font-size:9px;
}
a.nav2:hover{
color: #99cc33;
}

a{
color: #99cc33;
font-weight: bold;
}
a:hover{
color: #669933;
text-decoration:none;
}
body{
	font-family:Arial;
	font-size:12px;
	background: #333333;
	vertical-align:top;
	color:#333333;
	margin:0px;
	padding:0px;
}

td{
	font-family:Arial, Helvetica, sans-serif;s
	font-size:12px;
	color:#333333;
	vertical-align:top;
}

p {
	line-height: 16px;
}

h1{
	color:#8BB82C;
	font-family:Tahoma, Arial;
	font-size:14px;
}

h2{
	color:#8BB82C;
	font-family:Tahoma, Arial;
	font-size:12px;
}

/* ----CUSTOM STYLES----*/

.header {
	width: 100%;
}

.header_top_outside {
	background: url(../images/header_top_outside.gif) repeat-x;
	width: 100%;
	height: 10px;
}

.header_top {
	background: url(../images/header_top.gif) repeat-x;
	width: 100%;
	height: 20px;
}

.header_mid {
	width: 100%;
	height: 62px;
	background: #FFFFFF;
	vertical-align: middle;
}

#Logo {
	width: 296px;
	height: 49px;
	margin: 15px 0 0 20px;
}

.header_bottom {
	background: url(../images/header_bottom.gif) repeat-x;
	width: 100%;
	height: 20px;
}

.header_bottom_outside {
	background: url(../images/header_bottom_outside.gif) repeat-x;
	width: 100%;
	height: 10px;
}

.Content_top_outside {
	background: url(../images/content_bottom_outside.gif) repeat-x;
	width: 100%;
	height: 10px;
}

.Content_top {
	background: url(../images/content_top.gif) repeat-x;
	width: 100%;
	height: 16px;
}

.Content_mid {
	background: #FFFFFF;
	width: 100%;
}

.Content_bottom {
	background: url(../images/content_bottom.gif) repeat-x;
	width: 100%;
	height: 16px;
}

.Content_bottom_outside {
	background: url(../images/content_bottom_outside.gif) repeat-x;
	width: 100%;
	height: 10px;
}

.Footer {
	background: #474744;
	padding: 10px;
}

.Flash {
	text-align: center;
}

.Xtra_top {
	background: url(../images/xtra_top.gif) no-repeat;
	width: 236px;
	height: 46px;
}

.Xtra_mid {
	background: url(../images/xtra_mid.gif) repeat-y;
	width: 236px;
}

.Xtra_bottom {
	background: url(../images/xtra_bottom.gif) no-repeat;
	width: 236px;
	height: 19px;
}

.Xtra_top h3 {
	font-size: 14px;
	font-weight: bold;
	color: #99cc33;
	margin: 20px 0 0 20px;
}

.Xtra_mid #XtraLinks {
	margin: 0 0 0 20px;
}

.Xtra_mid #XtraLinks a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

.Xtra_mid #XtraLinks a:hover {
	color: #99cc33;
}

.maintable{
	vertical-align:top;
	background: #8bb82c;
}

.logo{
	padding-left:30px;
	padding-top:30px;
	padding-bottom:10px;
}

.banner{
	text-align: center;
}

.contentarea{
	padding: 20px;
}

.content{
	text-align: justify;
}

.navback{
	width: 100%;
	height: 36px;
	position: relative;
	left: 10px;
}

.navigation{
	width: 100%;
}

.subnavstyle{
	background: url(../images/nav_sub_bg.gif) repeat-x;
	height: 32px;
	display: none;
	vertical-align: middle;
}

.subnav{
	background: url(../images/nav_sub_bg.gif) repeat-x;
	height: 32px;
	vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
}


.topnav{
	height: 36px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 10px 0 10px;
	vertical-align: middle;
}

.selectedNavLeft {
	background: url(../images/nav_main_selected_left.gif) no-repeat;
	height: 36px;
	width: 5px;
}

.selectedNavMid {
	background: url(../images/nav_main_selected.gif) repeat-x;
	height: 36px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 10px 0 10px;
	vertical-align: middle;
}

.selectedNavRight {
	background: url(../images/nav_main_selected_right.gif) no-repeat;
	height: 36px;
	width: 5px;
}

/*===================================
		SPRY MENU STYLES
=====================================*/

a.tab:hover{
	position: relative;
	top: -2px;
}

a.tab:link, a.tab:active, a.tab:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a.tabsld:hover{
	position: relative;
	top: -2px;
}

a.tabsld:link, a.tabsld:active, a.tabsld:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a.subtab:link, a.subtab:active, a.subtab:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a.subtab:hover{
	position: relative;
	top: -2px;
}

.TabbedPanels{
	position: relative;
	top: -1px;
	fonts-size:12px;
	font-weight:bold;
}

.TabbedPanelsTabGroup{
	margin:0px;
	padding:0px;
	width:690px;
	background-color:#333333;
}

.TabbedPanelsTab{
	-moz-user-select:none;
	background-color:#333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #000000;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000000;
	cursor:pointer;
	float:left;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 1px 0px 0px;
	padding:2px 10px;
	position:relative;
	top:1px;
}

.Tabbedsld{
	-moz-user-select:none;
	background-color:#8BB82C;
	border-color:#8BB82C #8BB82C #8BB82C #8BB82C;
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	float:left;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px 1px 0px 0px;
	padding:2px 10px;
	position:relative;
	top:1px;
}

.TabbedPanelsSubTabGroup{
	background-color:#8BB82C;
	border-color:#8BB82C #8BB82C #8BB82C #8BB82C;
	border-style:solid;
	border-width:1px;
	clear:both;
	height:20px;
	margin-top:1px;
}		

.TabbedPanelsSubTab{
	padding:4px;
}