body {
			font: 80% arial, verdana, helvetica, sans-serif;
			background: #aaa178;
			margin: 0;
		}


<!-- 		
.accessaid, h1 {
								position: absolute;
								height: 0;
								overflow: hidden;
								}
 -->

		
#header {
			background: #aaa178 url(../images/agriculture_banner_800.png) no-repeat center;
			height: 157px;
		}








#navigation {
			position: absolute;
			top: 160px;
			left: 0px;
			width: 160px;
			color: white;
		}




#inline-list {
	border: 0px solid #ffffff;
	width: 780px;
	padding: 8px;
	background: #2a6e38;
	color: white;
	}

#inline-list p {
	display: inline;
	align: center;	
	}

#inline-list ul, #inline-list li  {
	display: inline;
	list-style: none;
	margin: 10px;
	padding: 10px;
	color: #ffffff;
	}


#inline-list li a {
		width: 21em;
		w\idth : 20em;
		color : white;
		font-weight : bold;
		text-decoration : none;
		background-color: #2a6e38;
		border : 0px solid #353909;
	}


inline-list ul, a:hover {
												color : white;
	  										background-color: black;
												}


	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 4px;
		list-style: none;
		float : left;
		width : 120px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.5em;
		margin-bottom : -1px;
		width: 120px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -2.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : white;
		font-weight : bold;
		text-decoration : none;
		background-color: #2a6e38;
		border : 1px solid #353909;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : white;
		background-color : black;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	





#content {
			clear: left;
			background: white;
			xpadding: 1px 1px 2px 1px;
			padding: 1px 10px 1px 20px;
			border-left: 160px solid #2a6e38;
			border-top: 40px solid #2a6e38;
		}

a {
		color : #2a6e38;
		font-weight : bold;
		text-decoration : underline;
		}

a:hover {
		color : white;
		background-color: black;
	}



		
h2 {
			font-size: 2em;
			color: #353909;
		}
		
h3 {
			font-size: 1.25em;
			color: #353909;
		}
		
#content img {
			padding: 0px;
			border: 0px solid #2a6e38;
			clear: both;
			margin: 0 0 1em 1em;
   		clear: both;
		}



#rightcolumn {
					float: right;
					width: 150px;
					margin: 0em 0em 0em 0em;
					border-left : 2px solid #353909;
}

		
#container {
			position: relative;
			width: 806px; /* width + border for IE 5.x */
			w\idth: 800px; 			 /* real width */
			border: solid #353909;
			border-width: 3px;
			margin: auto;
			background: #2a6e38;
		}

#footer {
   	padding-top: 10;
   	padding-bottom: 10;
   	text-align : center;
   	line-height : 1.5em;
		border-top : 2px solid #353909;
		border-bottom : 2px solid #353909;
	  margin: auto;
    clear: both;
		}


#footer a {
		color : black;
		font-weight : bold;
		text-decoration : underline;
		}

#footer a:hover {
		color : white;
		background-color: black;