body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 74%;
	margin: 10px;
	background: #6B8639;
	color: #444;
	width: 684px;
}

/* headers */
#topbanner {
	width:100%;
	height:131px;
	white-space:nowrap;
}
#box {
	width: 684px;
	padding: 0px;
	background: #FFF;
}

/* end headers */

	
#content {
	font-size: 90%;
	line-height:1.6em;
	padding: 10px 10px 40px 30px;
}

#content a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #676429;
	}
#content a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #676429;
	}
#content a:hover, a:active {  
	text-decoration: underline; 
	color: #676429;
	}	
		
h3 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

img.title {
	padding-top: 5px;
}	
	
a img {
	border:0px;
}
ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 1em;
	}

