*{
margin:0;
padding:0;
}
html, body, ol, ul, li, dl, dt, dd, img {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;

	
	
}
body{
	background-color:#B5CB8B;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size:14pt;
	background-image:url(/images/af-fade-bg.gif);
	background-repeat:repeat-x;
	background-position:center top;
	color: #003300;
	
	}
/**************** Utility Rules *******************/

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.hide {display: none;}
#wrapper {
	width: 770px;
	border:1px solid silver;
	background-image: url(/images/af-main-bg.jpg);
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
	margin:0 auto;
	overflow: visible;
	min-height:544px;
}
/*\*/
* html #wrapper {
height: 544px;
}
/**/

#header{
	margin: 0;
}
#header h1 {
	width:235px;
	height:128px;
	background:url(/images/af-logo.jpg) top left no-repeat;
	margin: 0;
	}
#header h1 a {
	width:235px;
	height:128px;
	display: block;
	z-index:10;
}
#header h1 a span {display:none}

#content h4 {
	color: #F28D71;
	font-size: 125%;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: right;
	margin-bottom: 0.5em;
	margin-left: 220px;
}
#menu{
	padding:0px;
	width:380px;
	height: 30px;
	margin-top: -70px;
	margin-left: 260px;
	display: block;


}

#menu ul{
	width: 100%;
	float: left;
}
#menu ul li{
	text-align: center;
	margin-bottom: 1em;
	float:left;
	margin-right: 12px;
	list-style-type: none;
	display: inline;

}
#menu ul li a{
	color:#003333;
	text-decoration:none;
	display: block;
	height: 20px;
	padding-top: 6px;
	width: 70px;
	margin: 0 auto;
	text-transform: lowercase;
	font-size: 9pt;
	letter-spacing: 0px;
	background-color:#ACD99D;
	border: 1px solid #DDD;
	float: left;
}
#menu ul li a:hover{
	background-color: #F2F6EA;
}
#menu ul li.current a, #menu ul li.current a:hover{
	background-color: #F3A783;
}
#footer {
	font-size: 70%;
text-align:right;
	width: 770px;
	margin: 0 auto;

}

#content {
	color: #5F7D51;
	width: 570px;
	margin-left: 20px;
	margin-top: 30px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	padding-bottom: 1em;
	text-align:justify;
}

