@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/hfth-background.jpg);
	background-repeat:repeat;
	}

h1 { 
	color:#CC0000;
	text-align: center; 
	font-weight:bold;
	font-style:italic; 
	font-size: 18px; 
	font-family: Georgia, "Times New Roman", Times, serif 
	}
	
h2 {  
	color:#CC0000; 
	font-size:12px; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-style:italic;
	text-align:center  
	}

h3 { 
	text-align: center; 
	color:#CC0000;
	font-weight:bold; 
	font-size:18px; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic 
	}

p { 
	color:#000000;
	text-align:justify; 
	font-size:14px; 
	font-family:Geneva, Arial, Helvetica, sans-serif 
	}

p1 { 
	color:#000000;
	text-align:center; 
	font-size:12px; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic
	}

li { 
	color:#000000; 
	font-size:12px; 
	font-family:Geneva, Arial, Helvetica, sans-serif 
	}

a {  
	font-weight:bold; 
	color:#CC0000; 
	text-decoration:none 
	}
	
a:hover {	
	text-decoration: underline
	}
	
.tdheader {
	background-image:url(images/header-hfth.jpg);
	background-repeat:no-repeat;
	width:668px;
	height:106px;
	vertical-align:top
	}

.tdnav {
	background-image:url(images/navbg-hfth.jpg);
	background-repeat:no-repeat;
	width:633px;
	height:102px;
	vertical-align:top
	}
	
.tdrightside {
	background-image:url(images/rightside-hfth.jpg);
	background-repeat:no-repeat;
	width:282px;
	height:712px;
	vertical-align:bottom
	}

.tdleftside {
	background-image:url(images/leftside-hfth.jpg);
	background-repeat:no-repeat;
	width:35px;
	height:606px;
	vertical-align:bottom
	}

.tdbody {
	background-image:url(images/textbg-hfth.jpg);
	background-repeat:no-repeat;
	width:633px;
	height:504px;
	vertical-align:top
	}

.footer {	
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background-image:url(images/hfth-background.jpg);
	background-repeat:repeat;
	}
	
div {
	float:left;
	width:195px;
	margin:0;
	padding:10px;
	border:0px;
	text-align:center;
	color:#663300;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif
	}

