/* CSS Document */
body { 
	background-color: #F1F1F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #343434;
	padding: 0px;
	margin: 0px;
	font-size: 12px; }

td, p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #343434;
	font-size: 12px; }
h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #343434;
	font-size: 16px;
	padding: 0px;
	margin: 0px; }

a { color: #90C23A; }

#mainTable { 
	width: 935px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 5px; }

#heaDer { 
	height: 195px;
	font-size: 1px; }
#headerTable { width: 100%; /*height: 195px;*/ height: 284px; background: url(/images/bg_logo.jpg) top left no-repeat; border-bottom: 1px solid #fff; }
#headerLogo { 
	width: 240px;
	padding: 0px; display: none;}
#headerMain { 
	width: 600px;
	/*background-color: #3F6633;*/
	/*background-image: url(../images/header_main_green.jpg);*/
	background-position: top left;
	background-repeat: no-repeat; }
#headerRight { 
	width: 95px;
	/*background-color: #90C23A;*/
	/*background-image: url(../images/header_right_green.jpg);*/
	background-position: top left;
	background-repeat: no-repeat; }


#bodyTable { width: 100%; }
#bodyNav { 
	width: 225px;
	background-color: #3F6633; }
#bodyContent { 
	padding-left: 10px;
	width: 595px;
	padding-right: 10px; }
#bodyRight { 
	width: 95px;
	background-color: #90C23A; }

#mainNavItem { 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #FFFFFF;
	display: block; }
#mainNavItem:hover { 
	color: #90C23A; }
#subNavItem { 
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #FFFFFF;
	display: block; }
#subNavItem:hover { 
	color: #90C23A; }

#fooTer { 
	height: 25px;
	font-size: 1px; }
#footerTable { width: 100%; height: 25px; }
#footerLeft { 
	width: 240px;
	background-color: #003300;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold; }
#footerMain { 
	width: 600px;
	background-color: #003300; }
#footerRight { 
	width: 95px;
	background-color: #90C23A; }

