/* RESET BLOCK This block puts most browsers on the same level */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
/* END RESET BLOCK */
html, body {
	height: 100%;
}
body {
	background-color: #005596;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
ul, ol {
	margin: 1em 0 0 40px;
}
ul ul, ol ol {
	margin: 0 0 0 40px;
}
li.type2 {
	list-style-type: circle;
}
sup {
	vertical-align: 25%;
}
#container {
	background: #aad3f1 url(/stylesheets/images/bkground.gif) 0px 0px repeat-y;
	position: relative;
	width: 950px;
	min-height: 100%;
	margin: 0 auto 0 auto;
}
#container p {
	margin-top: 1em;
}
#banner {
	width: 100%;
	height: 76px;
	background: url(/stylesheets/images/banner-pic.jpg) top right no-repeat;
}
#banner a {
	position: absolute;
	top: 17px;
	left: 12px;
	width: 279px;
	height: 45px;
	background-image: url(/stylesheets/images/hfh-logo.gif);
}
#main_content {
	width: 648px;
	float: right;
	padding-top: 2em;
}
#main_content p {
	padding-right: 8px;
}
#main_content .center {
	padding-right: 6px;
	text-align: center;
}
#main_content h1 {
	font-weight: bold;
	font-size: 20px;
}
#intro_content {
	width: 294px;
	padding-top: 2em;
}
#intro_content p {
	padding-left: 8px;
}
#intro_content p.center {
	text-align: center;
}
.intro_item_img {
	padding: 0 6px 1em 6px;
	float: left;
}
.intro_item_p {
	font-size: 12px;
}
#clearer {
	clear: both;
}
#navigate {
	position: absolute;
	top: 76px;
	width: 100%;
	text-align: center;
	background-color: #f78934;
}
#navigate ul {
	margin: 0 auto;
}
#get-involved {
	width: 100%;
	font-size: 11px;
}
#get-involved caption {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 1em;
}
#get-involved a {
	font-size: 14px;
}
#get-involved td {
	padding-bottom: 6px;
	vertical-align: top;
}
#get-involved td.img-header {
	text-align: center;
	width: 84px;
}
.emphasis {
	font-weight: bold;
	text-decoration: underline;
}
form.form-one {
	font-size: 14px;
	margin-top: 0;
}
#main_content form.form-one p.inputs {
	margin: 4px 0 0 10em;
	padding: 0;
}
form.form-one .label {
	position: absolute;
	width: 8.5em;
	text-align: right;
	margin-top: 8px;
	left: 310px;
}
form.form-one input.formfield {
	font-size: 14px;
}