@charset "UTF-8";
/* CSS Document */
body{
	background-color:#D6AF6D;
}
#wrapper{
	margin:0 auto;
	width:700px;
	border:1px solid #7B4D17;
	clear:both;
	background-color:#FFFFFF;
}
#header{
	background: url(../afa-istock/wheat.jpg) #7B4D17;
	background-repeat:repeat-x;
	background-position:left bottom;
}
#wrapper2{
	width:100%;
}
/*Sidebars*/
#leftside{
 	float:left;
 	width:150px;
	border-right: 1px dashed #333333;
	border-bottom: 1px dashed #33333;
 }
 #rightside{
 	float:right;
	width:188px;
	border-left: 1px dashed #333333;
	border-bottom: 1px dashed #33333;
}
#rightnav{
	width:100%;
	background-color:#9A8152;
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
}
ul#rightnav{
	margin:0px;
}
#rightnav li{
	list-style:square;
	padding:2px 3px 2px 3px;
}
#rightnav a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
}
#rightnav a:hover {
	color:#999999;
}
#rightnav a:visited {
	color:#ffffff;
}
#content{
	margin-left:5px;
	margin-right:156px;	
}
/*Footer*/
#footer{
	width:100%;
	height:20px;
	background-color:#7B4D17;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	clear:both;
}
ul#footer{
	margin:0px;
	text-align:center;
}
#footer li{
	list-style:none;
	float:left;
	padding:2px 10px 2px 5px;
}
#footer a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
}
#footer a:hover {
	color:#999999;
}
#footer a:visited {
	color:#ffffff;
}
/*Main Navigation*/
.mainnav{
	margin:0 auto;
	text-align:center;
}
ul.mainnav{
	padding:0px;
}
.mainnav li{
	list-style:none;
	float:left;
	margin-left:0px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	background-color:#7B4D17;
}
.mainnav a {
	display: block;
	padding: 3px 5px 3px 5px;
	text-align: center;
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
}
.mainnav a:hover {
	color:#FFFFFF;
	background-color:#1F7F02;
}
#brown{
	width:100%;
	background-color:#7B4D17;
	height:25px;
}
/*Fonts*/
#resources{
	font:Arial, Helvetica, sans-serif 14px bold;
}
#resources ul{
	list-style:square;
	display:block;
}
ul#resources a{
	text-decoration:none;
	color:000000;
}
ul#resources a:link{
	text-decoration:none;
	color:000000;
}
ul#resources a:visted{
	text-decoration:none;
	color:000000;
}
ul#resources a:hover{
	text-decoration:underline;
	color:000000;
}
ul#resources a:active{
	text-decoration:none;
	color:000000;
}
ul#resources li{
	padding:3px;
}



