html, body{
	height: 100%;
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	background:#A4B96B;
	font-family: Trebuchet MS, Verdana; font-size: 12px; text-decoration: none; }
	
#content {
	width: 800px;
	margin: 10px auto; 
	padding:0px;
	background: url("graphics/logo.jpg") no-repeat #FFFFFF top center;
	border:1px solid #242923;}
	
#bar {
	height: 20px; 
	position: relative; 
	top: 103px; 
	background-color: #FFFFFF;
	border-bottom:1px solid #242923; 
	text-align: left; }
	
#text {
	margin-top: 100px;
	padding: 30px;
	text-align: justify;}
	
.space {padding:15px;}

.bigspace {padding:40px;}

.nav {
	font-size: 12px; font-weight: bold; color: #CF7223; text-decoration: none;
	padding-right: 5px; padding-left: 5px;} 	
	
.bold {
	font-size: 13px; font-weight: bold; color: #CF7223; text-decoration: none;} 	 
	
.link {
	font-size: 12px; 	color: #406B7B; text-decoration: none; }
	
.tiny {
	font-size: 10px; color: #CF7223; text-decoration: none; 
	margin-top: 20px;}

.list {font-size: 10px; margin: 0px; border: 1px solid #A4B96B;}	

 hr {	border: 0;	width: 100%; height: 1px;
	color: #A4B96B;  background-color: #A4B96B;}

a:link { text-decoration: none;}
a:hover {color: #CF7223; text-decoration: none; background-color: #FCDF90;}
a:active {color: #CF7223; text-decoration: none;}
a:visited {text-decoration: none;}