body {
	background-color: #505050;
	text-align:center;
	font-family: 'Arial-ItalicMT', 'Arial', sans-serif;
}
#container {
	margin: 0 auto;
	padding: 0;
	text-align:left;
	width: 700px;
}
#header {
	margin-top: 10px;	
}
#hflblogo {
	position:relative; 
	top: 362px; 
	width: 690px; 
	background-color: white; 
	padding: 5px 0px 5px 10px;
}
#topnav {
	position:relative; 
	top: 385px; 
	width: 580px; 
	background-color: white; 
	padding: 5px 0px 5px 10px;
}
#content {
	background-color:#FFFFFF;
	width: 100%;
	height:570px;
}
#content2 {
	background-color:#FFFFFF;
	width: 620px;
	height:570px;
	padding: 40px;
}
#lefttext {
	background-color:#d6ddd8;
	width: 240px;
	margin-left: 25px;
	margin-top: 36px;
	float: left;
	padding: 10px;
}
#righttext {
	background-color: #FFFFFF;
	width: 340px;
	height: 440px;
	float: right;
	margin-right: 50px;
	margin-top: 36px;	
}
#footertext {
	background-color:#d6ddd8;
	width: 100%;
	height:26px;
	color: #a64b3c;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.04em;
	padding-top: 8px;
}
#footertext a:link, a:visited{
	color:#a64b3c;
	text-decoration: none;
}
#footertext a:hover {
	color:#d67053;
	text-decoration: underline;
}
#footergray {
	background-color: #515151;
	width: 100%;
	height:7px;
}
#footertopwhite {
	background-color: #FFFFFF;
	width: 100%;
	height:5px;	
}
#footerbottomwhite {
	background-color: #FFFFFF;
	width: 100%;
	height: 40px;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	color: #222221;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
	color: #222221;
}
h3 {
	color: #a64b3c;
    font-size: 14px;
    line-height: 16px;
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: left;
    text-transform: uppercase;
}
.class1 {
	color: #a64b3c;
    font-size: 13px;
    text-align: left;  
	letter-spacing: 0.04em; 
	list-style-type: none;
	margin-left: 15px;
	margin-top: 4px;
}
.class1 a:link, a:visited {
	color: #a64b3c;
    text-decoration: none;
}
.class1 a:hover {
	color: #d67053;
    text-decoration: underline;
}
.class2 {
	color: #404040;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
}
.class2 a:link, a:visited {
	color: #a64b3c;
    text-decoration: none;
}
.class2 a:hover {
	color: #d67053;
    text-decoration: underline;
}
ul {
	list-style-type: none;	
	color: #404040;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
}
li {
	background-image: url(images/pinkbullet.png);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding: 4px 0 0 25px;
}