fbody{
	background-color:#ffffff;
	margin:0;
	padding:0;
	color: #006600;
}

/*Container*/
#container
{
width: 1000px;
background-color: white;
padding:0;
margin:0;
border-left: 1px solid #003300;
border-right: 1px solid #003300;
}

.groupTable {
padding-top:0.5em;
padding-bottom: 0.5em;
}

/*Banner*/
#header
{
	width:719px;
	height:182px;
	background-image: url(images/newbanner.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

/*Navigation*/
#navbar {
	width: 100%;
	height: 1.6em;
	background-color:#538931;
	text-align: left;
	/*padding-top: 10px;*/
}
*/

ul#navlist{
	width:100%;
	position: absolute;
	margin-left:0;
	padding-left:0;
	white-space: nowrap;
}

#navlist li {
	list-style-type:none;
	display:inline;
	color:#ffffff;
	border-left: 1px solid #003300;
	font-family: Arial,verdana, sans serif;
}

#navlist a
{ 
	padding: 1em;
	
}

#navlist a:link, #navlist a:visited
{
	font-size:.8em;
	color:#ffffff;
	text-decoration:none;
}

#navlist a:hover 
{
	color:#003300;
	text-decoration:none;
	font-weight:bold;
}



#active a {
	color:#003300;
	text-decoration:none;
	font-weight:bold;
}
/*Main Content*/
#content
{
float: left;
width: 90%;
margin-left: 3%;
margin-right: auto;
background-color: #ffffff;
margin-top: 2em;
margin-bottom: 2em;
text-align:justify;
padding: 0 0 1em 0;
 }
 #content img{
 margin: 1em;
 display: block;
 border: 1px solid #333333;
 text-align: center;
 }

#noborder img{border:none}

h1 {
	font-size:1.2em; 
	font-family: "Trebuchet MS", helvetica, sans-serif;
	color: #666666;
	line-height: 130%;
	}

 h2 {
	font-size:1em; 
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#006600;
	}

h3 {
	font-size:.9em;
	font-family: "Trebuchet MS", helvetica, serif;
	color: #990000;
	font-weight: bold;
	}

	

p{
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	
	}
#content  ul li{
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	list-style-type: square;
	}

#smallcontent ul li{
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	list-style-type: square;
	}
	
#content ol li{
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	line-height:130%;
	list-style-type:lower-roman;
	margin: 1em;
	}	
a {
	font-size:.9em;
	color: #156a4d;
	/*text-decoration: none;*/
	}
	
a:hover {
	color: #99ff99;
	text-decoration: none;
	font-weight: bold;
	}
table{
	width:100%;
	
	
	}

	
tr{
	vertical-align:top;
	padding: 1em;
	
	}
td{
	
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	text-align: left;
	padding:.3em;
	/*display:inline;*/
	}

th {
	font-size:1em; 
	font-family: georgia, verdana, times new roman, serif;
	color: #336666;
	text-align: center;
	}
td img{
	
	width: 44px;
	height: 44px;
	border:none;
	}
td a{
	text-decoration: none;
	
	}

#box{
width:20%;
float:left;
}
#box1{
width: 20%;
margin-left:25px;
padding-right:10%;
float:right;
}

#box3{
width:300px;
float:left;
background-image: url(images/arrow.gif);
background-repeat:no-repeat;
}
#box4{
width: 55%;
float:right;
padding: 2em ;

}
#clear {
clear:both}
#form{
	position: relative;
	width: 100%;
	margin-right: auto;
	background-color: #fdfee9;
	margin-top: 2em;
	padding-left: 5%;
	padding-right: 5%;
 }

#form table{
	width: 90%;
	
	}

/*Smaller content*/
#smallcontent 
{
float: left;
width:95%;
margin-left: 3%;
margin-right: auto;
background-color: #ffffff;
margin-top: 2em;
margin-bottom: 2em;
text-align:justify;
 }
/*Right Content*/
#rightcontent
{
float: right;
width: 35%;
}
 #rightcontent img{

  border:none;
 
 }
/*Footer*/

#footer
{
clear: both;
width:100%;
background-color:#538931;
border-left: 0px solid #003300;
border-right: 1px solid #003300;
}



#footer p{
	text-align: center;
	font-size:.6em; 
	font-family: Arial,verdana, sans serif;
	color: #ffffff;
	letter-spacing:.1em;
	}

#footer
a {
	color: #99ff99;
	text-decoration: none;
	font-weight: bold;
	}
	
#footer
a:hover {
	color: #ffffff;
	text-decoration:underline;
	}