body {
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	color: black;
	text-decoration: none;
	background-color: #6C9648;
	/*background: url(images/back-gradient_green.gif) repeat-x;*/
}

h1 { color: #24580F; font-size: 14px; }

a:link { color: #24580F; }
a:visited { color: #24580F; }
a:hover { color: #49922B; }

.header-logo 
{
	/*background-image: url(../images/header/green/logo.gif);*/
	border-right: solid 1px #ccc;
	padding: 0px;
	margin: 0px;
}
.header-banner 
{
	height: 142px;
	width: 519px;
	/*background-image: url(../images/header/green/banner.jpg);*/
	padding: 0px;
	margin: 0px;
}
.header-banner_inside 
{
	height: 142px;
	width: 519px;
	/*background-image: url(../images/header/green/insidebanner.jpg);*/
	padding: 0px;
	margin: 0px;
}
/* Green: Header Tabs */

#header 
{
  border-top: solid 1px #999;
  background: url("../images/header/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul 
{
  float: right;
  margin:0;
  padding:0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../images/header/green/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("../images/header/green/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#255810;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url(../images/header/green/left_on.gif);
  }
#header #current a {
  background-image:url(../images/header/green/right_on.gif);
  color:#333;
  padding-bottom:5px;
}

