@charset "utf-8";
body {
	background-color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
	line-height: 20px;
	text-decoration: none;
}
h2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #f78c19;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 26px;
}
#container {
	background-color: #FFFFFF;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#container #banner {
	height: 115px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#container #topnav  {
	height:60px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	background-position: center top;
	margin: 0;
	vertical-align: middle;
	background-color: #00BF00;
	}

#container #topnav ul  {
	float:left;
	list-style: none;
	display:inline;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 11px;
	}
	
#container #topnav li  {
	padding: 0 10px 0 0;
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F4F4F4;
	}

#container #topnav ul li a  {
	display:inline;
	color:#FFFFFF;
	font-weight:lighter;
	text-decoration: none;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	}
	
#container #topnav ul li a:hover {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 30px;
	color: #CCCCCC;
	text-transform: uppercase;
}
#container #content {
	width: 100%;
}
#container #content #left {
	float: left;
	width: 150px;
	margin-top: 10px;
}
#container #content #left #sub_menu {
	width: 148px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(submenu_bg.jpg);
	background-repeat: repeat-y;
}
#content #left #sub_menu #sub_menuTop {
	background-image: url(submenu_top.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 148px;
}


#container #content #left #sub_menu ul{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}
#container #content #left #sub_menu ul ul{
	list-style: none;
	width: 98%;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
#container #content #left #sub_menu ul ul ul{
	list-style: none;
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
#container #content #left #sub_menu ul a{
	width:140;
	margin: 3px;
	text-align:left;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	word-wrap:normal;
	color:#000000;
	display:block;
	padding:3px 3px 3px 5px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #f78c19;
	border-left-color: #ffffff;
	}
#container #content #left #sub_menu ul a:hover {
	text-decoration:none;
	color:#000000;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #f78c19;
	border-left-color: #006600;
	}
#content #left #sub_menu #sub_menuBottom {
	background-image: url(submenu_bottom.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 148px;
}
#container #content #right {
	float: right;
	width: 730px;
	margin-top: 10px;
}
#content #right #content_main {
	text-align: justify;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}


#container #footer {
	color: #FFFFFF;
	background-color: #006600;
	clear: both;
	height: 20px;
	width: 100%;
}
a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9933;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}