﻿/* CSS for FHF Website:  about.htm */

body  {
	height: 100%;
	background-color: #E8E8E8;

}	

html  {
	height: 100%;
}	

#header {
	width: 778px; 
	height: 120px; 
	margin: 0 auto; 
	background-color: #800000;
	text-align: center;
}

/** 2-COLUMN LAYOUT */

.two-col {
}

.two-col .colA {
	float: left;
	width: 192px;
	height: 300px;
	margin-right: 3px;
}
	
.two-col .colB {
	float: left;
	width: 548px;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0 auto;
	height: 1100px;
	background-color: #FFFFFB; 
	
	
}

.content {
	margin: 0px;
	 height: 547px;
	 width: 568px;
	 float: right;
	 padding-top: 20px; 
}	

/** Pictures */

.leftpic {
	height: 146px;
	width: 195px;
}

.leftpic2 {
	height: 130px;
	width: 195px;
}

.leftpic3 {
	height: 183px;
	width: 175px;
	padding-left: 10px;
}

.lowertblpic {
	text-align: center;
	padding-top: 30px;
}

.bannerpic {
	 text-align: center;
	 padding-left: 15px;
	 height: 115px;
}
/** Tables */

.lefttbl {
	color: #FFFFFF;
	border: 0 solid #FFFFFF;
	background-color: #FFFFFF;
	width:  195px;

}

.midtbl {
	text-align: left;
	vertical-align: top;
	height: 370px;
	width: 509px;
	padding-top: 10px; 
	
}
.lowertbl {
	text-align: left;
	border: 2px solid #800000;
	background-color: #CCCCCC;
	vertical-align: top;
	height: 40px;
	width: 509px; 
	padding-left: 10px;
	
	

}

.midlowtbl {
	text-align: center;
	border: 2px solid #800000;
	background-color: #CCCCCC;
}

.colbtbl {
	margin-left: 20px;
}

/** Header Text **/

.headertxt {
	color: #FFFFFF;
	font-size:  xx-large;
}

.headertbl {
	 width: 620px;
	 text-align:left;
}

.headertbl2 {
	text-align: center;
	width: 620px;
	padding-bottom: 9px; 
}

.headertxt3 {
	position: relative;
	 left: 35px;
	font-size:  xx-large;
	color: #FFFFFF;
	text-align: center;
	

}

.ftxt {
	font-size: small;

}

.headertxt4 {
	text-align: center;
	font-size: xx-large;
	color: #FFFFFF;

}

/* Text Attributes  */

.leftlinks2 {
	font-family: "Times New Roman";
	border: 1px solid #FFFFFF;
	font-size: large;
	font-weight: bold;
	padding-bottom: 1px;
	text-align: center;
	background-color: #CCCCCC;
	height: 25px;
	width: 190px;

	
}

.textmidbox {
	border: 2px solid #800000;
	background-color: #CCCCCC;
	width: 400px;
}

.textmidbox2 {
	font-size: xx-small;
}

.midtbltext {
	font-family: "Times New Roman";
}

.midtbltext2 {
	font-size: x-large;
}

.lowertbltxt3 {
	text-align: center;
}

.midtbltext3 {
	font-size: medium;
}

.lowertbltxt {
	font-size: xx-small;
}

.lowertbltxt2 {
	font-size: medium;
}

.midlowtbltxt {
	font-size: xx-small;
}

/* LINKS */

a:link
{
	font-family: Times New Roman;
	font-size: large;
	color: navy;
	text-decoration: none;
}

a:active
{
	font-family: Times New Roman;
	font-size: large;
	color: navy;
	text-decoration:none;
}

a:visited
{
	font-family: Times New Roman;
	font-size: large;
	color:navy;
	text-decoration: none;
	}

.l1 a:visited
{
	font-family: Times New Roman;
	font-size: large;
	color: #0066FF;
	text-decoration: underline;
	}



/** Footer */

.hrline {
	width: 778px; 
	height:  4px;
	color: #800000;
	border-collapse;
	direction: ltr;   
}

.ftpic {
	 height: 76px;
	 width: 778px;
	 margin: 0 auto;
}

.ftlinks {
	font-size: small;
	background-color: #FFFFFB;  
	width: 778px;
	margin: 0 auto;
	text-align: center;
}

/** BOX1 */

#box1 {
}

#box1 .title {
}

#box1 .content {
	margin: 0;
}

#box1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#box1 li {
	display: inline;
}

#box1 a {
	border-top: 1px solid #FFFFFF;
}

/** BOX2 */

#box2 {
}

#box2 .title {
}

#box2 .content {
}

/** BOX3 */

#box3 {
}

#box3 .title {
}

#box3 .content {
}

/** BOX4 */

#box4 {
  padding-left: 20px;
}

#box4 .title {
}

#box4 .content {
}

#box4 .hr1 {
	margin-bottom: 1em;
}

#box4a {
	float: left;
	width: 153px;
	padding-right: 18px;
	
}

#box4b {
	float: left;
	width: 164px;
	margin-left: 18px;
}




