 
body, div, h1, h2, h3, h4, h5, h6, ul, img {margin:0px; padding:0px; } 

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #4f4f4f;
	background-image: url(../images/ff_pagebg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	}  

.container {
	width: 750px;
	margin-left: auto ;
	margin-right: auto ;
	}
	
.containerbg {
	width: 750px;
	background-image: url(../images/spacer.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	
#logo {
	background: url(../images/FF_logo.png) no-repeat;
	height: 77px;
	width: 250px;
	float: left;
	margin-top: 15px;	
	}
	
#tagline {
	float: left;
	margin-left: 100px;
	margin-top: 50px;
	}
	
#topbar {
	margin-top: 29px;
	}

#menu {
	margin-top: 3px;	
	}

ul#menu {
	list-style: none;
	display: block;
	padding-top: 35px;
	}  
	
ul#menu li a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bolder;
	height: 27px;
	width: 100px;
	display: block;
	text-align: center;
	font-variant: small-caps;
	padding-top: 4px;	
	} 
	
ul#menu li a:hover {
	color: #316500;
	} 
	
ul#menu li#current a {
	color: #000;
	}

ul#menu li#current a:hover {
	color: #316500;
	}
	
ul#menu li {
	float: left;
	padding-right: 45px;
	} 
	
#content {
	margin-top: 25px;
	}
	

	
#content a {
	color: #4ca200;
	text-decoration: none;
	font-weight: bold;
	}
	

	
#content a:hover {
	text-decoration: underline;
	}
	
.horizontal {
	display: block;
	width: 700px;
	height: 150px;
	padding: 10px;
	}
	
.horizontalalt {
	display: block;
	width: 700px;
	height: 150px;
	background-color: #dadada;
	padding: 10px;
	}
	
	
.horizontal2 {
	margin-top: 25px;
	display: block;
	width: 700px;
	padding-bottom: 5px;
	}

#contentleft {
	float: left;
	width: 230px;
	padding-right: 20px;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: right top;
	  }
	  

#contentcontactleft {
	float: left;
	width: 250px;
	padding-right: 50px;
	  }
	  
#contentcontactleft p{
	font-size: 16px;
	color: #000;
	  }
	  
#contentcontactleft p span.indent{
	padding-left: 25px;	
	  }

#contentleft img {
	border: 4px solid #494949;
	margin-top: 5px;
	}

#contentmiddle {
	float: left;
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
#contentmiddle img {
	border: 4px solid #494949;
	margin-top: 5px;
	}
      	
#contentright {
	float: left;
	width: 230px;
	padding-left: 20px;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#contentright img.framed {
	border: 4px solid #494949;
	margin-top: 5px;
	}
	
#contentcontactright {
	float: left;
	width: 450px;
	}
   
#footer {
	height: 58px;
	width: 750px;
	font-weight: bolder;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	}
	
#footer p {
	font-size: 10px;
	padding-top: 35px;
	}
	
#footer a {
	font-size: 10px;
	color: #517b1d;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
	
#footertext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	background-color: #272727;
	}
	
	
#footertext p {
	color: #FFF;
   }	
   
#footertext a {
	color: #517b1d;
	text-decoration: underline;
	font-weight: bold;
   } 
   
#footertext a:hover {
	text-decoration: none;
	} 
	
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	}

h1 span.greenhead{
	color: #8cc33f;
	}



h2 {
	font-size: 34px;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	}

h3 {
	font-size: 16pt;
	font-weight: normal;
	color: #000;
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #494949;
	}
	
	
p.horizontalheader {
	font-size: 18pt;
	font-weight: normal;
	color: #517b1d;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: -3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #494949;
	}

img.floatleft {
	float: left;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 4px;
	border: 4px solid #494949;	
	}
	
img.floatright {
	float: right;
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 4px;
	border: 4px solid #494949;	
	}
	
img.framed {
	margin-top: 4px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-left: 4px;
	border: 8px solid #494949;	
	}
	
a.portimg {
	margin-right: 15px;
	padding: 4px;
	}
	
	
ul#frontlist {
	padding:0;
	margin:0;
	list-style-position: inside;
	list-style-image: url(../images/bullet1.png);
	}  
	
ul#frontlist li {
	list-style-type:none;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 10px;
	} 

