/* CSS Document */
* {
	margin: 0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	background: #000000;
}

a:link, a:visited {
	color: #cccccc; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	
	text-decoration: none;
	font-weight: bold;
}

h2 {
	float: right;
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #511B00;
	margin: 105px 5px 0 0;
}

#page {
	width: 770px;
	margin: 10px auto;
	background: url(../images/hf_bg.jpg) repeat-y;
	border: 1px solid #333333;
}

#header {
	width: 770px;
	height: 150px;
}

#logo_cont {
	float: left;
	background-image: url(../images/hf_design_2_01.jpg);
	width: 225px;
	height: 150px;
}

#logo h1{
	margin-top: 60px;
	margin-left: 25px;
}

#head_right {
	float: right;
	background-image: url(../images/hf_design_2_02.jpg);
	width: 545px;
	height: 150px;
}

#badge h1{
	float: right;
}

#main {
	clear: both;
	width: 770px;
	height: 413px;
}

#sidebar {
	float: left;
	background: url(../images/hf_design_2_03.jpg) no-repeat;
	width: 225px;
	height: 413px;
}

/*Navigation*/
#nav_cont {
	margin: 50px 0 0 0px;
	width: 225px;
}

#nav_cont dt a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 18px;
	padding: 0 0 5px 55px;
}

#nav_cont dt a:hover {
	color: #333333;
	text-decoration: underline;
	background: url(../images/arrow.gif) no-repeat left;
	margin: 0 0 0 40px;
	padding: 0 0 5px 15px;
}

/*Left Side Content*/
#module {
	margin: 50px 0 0 30px;
	width: 190px;
}

#module a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	padding: 0 0 18px 15px;
	background: url(../images/arrow.gif) no-repeat top left;
}

#module a:hover {
	text-decoration: underline;
}

.latestnews {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
}

/*Main Content Area*/
#content {
	float: right;
	background: url(../images/hf_design_2_04.jpg);
	width: 545px;
	height: 413px;
	}

#contentbullets{
	width: 545px;
	height: 313px;
	}
	
#contentbullets ul, li {
	text-indent: -5000px;
	list-style: none;
	}

#content h1{
	font-size: 14px;
	line-height: 18px;
}

#footer {
	clear: both;
	background: url(../images/hf_design_2_05.jpg) no-repeat;
	width: 770px;
	height: 37px;
}

#footer h1 {
	float: right;
}