@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: transparent;
	background-image: url(/images/fft.png);
	background-repeat: no-repeat;
	background-position: -20px -20px;
}
.oneColFixCtrHdr #header {
	background-color: transparent;
	color: #FF0000;
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 330px;
	text-align: left;
	margin: 0px;
}
#holder {
	background-image: url(/images/mission_bk.jpg);
	background-position: center 0px;
	width: 790px;
	background-repeat: no-repeat;
	padding-right: 319px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 75px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000000;
	color: #999999;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#right {
	height: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 350px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 100px;
}
#left {
	width: 390px;
	height: 390px;
	background-color: #B90F00;
	background-image: url(/images/blk02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 390px;
}
#right img {
	height: 390px;
	width: 390px;
}
#right01 {
	width: 740px;
	height: 350px;
	background-color: #000000;
	background-image: url(/images/blk01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 20px;
}
#right02 {
	width: 390px;
	height: 390px;
	background-color: #000000;
	background-image: url(/images/blk03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 390px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left02 {
	width: 740px;
	height: 350px;
	background-color: transparent;
	margin-right: 390px;
	padding: 20px;
	background-image: url(/images/blk04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#holder_bio {
	background-image: url(/images/bio_bk.jpg);
	background-position: center 10px;
	width: 790px;
	background-repeat: no-repeat;
	padding-right: 319px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#biotext {
	color: #666666;
	width: 500px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	height: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
}
#stats {
	color: #666666;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
	float: left;
	width: 150px;
	margin: 0px;
}
#75break {
	height: 5px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 175px;
	padding-top: 35px;
	text-align: center;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#stats ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	float: left;
	margin: 0px;
	padding: 0px;
}
#stats li {
	list-style-type: none;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 0px;
	padding-top: 10px;
	margin: 0px;
	width: 150px;
}
#biotext {
	width: 480px;
	float: right;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
	background: #ccc;
	border-left: 1px solid #999;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#navigation a {
	color: #666;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #333;
	}
	
#navigation #currentpage a {
	background: #fff;
	color: #333;
	}
#holder_services {
	background-image: url(/images/services_bk.jpg);
	background-position: center 90px;
	width: 790px;
	background-repeat: no-repeat;
	padding-right: 319px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#servicestext li {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 20px;
	margin-bottom: 5px;
}
#servicestext {
	width: 440px;
	float: right;
	height: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
}
#servicestext10 {
	margin-top: 0px;
	padding-left: 10px;
}
#servicestext ul {
	margin-right: 30px;
	padding: 10px;
	margin-left: 30px;
	color: #FFFFFF;
	background-color: #666666;
}
#servicestext .style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 400px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#services {
	color: #666666;
	font-size: 24px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	width: auto;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#services ul {
	list-style-type: none;
	list-style-position: inside;
	font-size: 24px;
}
#services li {
	font-size: 14px;
	list-style-position: inside;
	list-style-type: circle;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.grey {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#missiontext {
	width: auto;
	height: 500px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	background-color: transparent;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
	float: left;
	border: 0px dotted #CCCCCC;
}
#holder_mission {
	background-image: url(/images/con_bk.jpg);
	background-position: center 0px;
	width: 790px;
	background-repeat: no-repeat;
	padding-right: 319px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#holder_contact {
	background-image: url(/images/contact_bk.jpg);
	background-position: center 0px;
	width: 790px;
	background-repeat: no-repeat;
	padding-right: 319px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
