/* GENERAL BODY STYLES */
body {
	background-color: #fff;
	background-image: none;
}

/* HIDDEN HEADER LINK */
div#header_links {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
}

/* HEADER STYLES */
div#header_outer {
	display: none;
}

div#header_outer div#header_inner {
	display: none;
}

div#header_outer div#header_inner div#wordmark {
	display: none;
}

div#header_outer div#header_inner div#fhl_wordmark {
	display: none;
}

div#header_outer div#header_inner img#logo {
	display: none;
}

div#header_outer div#header_inner h1 {
	display: none;
}

div#headerbar_bottom_outer {
	position: relative;
	top: 0;
	width: auto;
	height: auto;
	padding: 0;
	border-bottom: 0;
	background-color: #fff;
}

div#headerbar_bottom_outer div#headerbar_bottom_inner {
	position: relative;
	top: 0;
	width: auto;
	height: auto;
	margin: auto;
	font-weight: bold;
	color: #000;
}

div#headerbar_bottom_outer div#headerbar_bottom_inner ul li.active a:link,
div#headerbar_bottom_outer div#headerbar_bottom_inner ul li.active a:visited,
div#headerbar_bottom_outer div#headerbar_bottom_inner ul li.active a:active {
	color: #036;
}

div#headerbar_bottom_outer div#headerbar_bottom_inner a:link,
div#headerbar_bottom_outer div#headerbar_bottom_inner a:visited,
div#headerbar_bottom_outer div#headerbar_bottom_inner a:active {
	color: #036;
}

div#headerbar_bottom_outer div#headerbar_bottom_inner ul li.active a:hover,
div#headerbar_bottom_outer div#headerbar_bottom_inner a:hover {
	color: #036;
	text-decoration: underline;
}

div#headerbar_bottom_outer div#headerbar_bottom_inner ul#main_nav {
	float: none;
	margin: 0 0 1em 0;
	padding-left: 0;
	list-style: none;
	font-size: 1em;
}

div#headerbar_bottom_outer div#headerbar_bottom_inner ul#main_nav li {
	clear: none;
	float: left;
	margin-left: 0;
	margin-right: 2em;
	font-size: .7em;
}

div#headerbar_bottom_outer div#headerbar_bottom_inner ul#sub_nav {
	clear: none;
	float: none;
	margin: 0 0 1em 0;
	padding-right: 0;
	list-style: none;
	font-size: 1em;
}

div#headerbar_bottom_outer div#headerbar_bottom_inner ul#sub_nav li {
	clear: none;
	float: left;
	margin-left: 0;
	font-size: .7em;
}

/* MAIN BODY STYLES */
div#header_spacer {
	height: 0;
	margin: 0;
}

div#body_outer {
	width: 100%;
	background-color: #fff;
}

/* MAIN COLUMN STYLES */
div#body_outer div#body_inner {
	width: auto;
	margin: auto;
	background-color: #fff;
}

div#body_outer div#body_inner div#main_col {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 1em;
	padding-right: 1em;
	background-color: #fff;
}

/* RIGHT COLUMN STYLES */
div#body_outer div#body_inner div#right_col {
	clear: left;
	float: none;
	width: 100%;
	margin-top: 2em;
	padding: 0;
	background-color: #fff;
}

/* FOOTER STYLES */
div#footerbar_outer {
	border: 0;
	background-color: #fff;
}

div#footerbar_outer div#footerbar_inner {
	width: auto;
	height: auto;
	margin: 0;
	color: #000;
}

div#footerbar_outer div#footerbar_inner a:link,
div#footerbar_outer div#footerbar_inner a:visited,
div#footerbar_outer div#footerbar_inner a:active {
	color: #036;
}

div#footerbar_outer div#footerbar_inner a:hover {
	color: #036;
	text-decoration: underline;
}

div#footer_outer {
	width: auto;
	height: auto;
}

div#footer_outer div#footer_inner {
	width: auto;
	height: auto;
	font-weight: bold;
	color: #000;
}

div#footer_outer div#footer_inner a:link,
div#footer_outer div#footer_inner a:visited,
div#footer_outer div#footer_inner a:active {
	color: #036;
	text-decoration: none;
}

div#footer_outer div#footer_inner a:hover {
	color: #036;
	text-decoration: underline;
}

div#footer_outer div#footer_inner p {
	margin: 0;
	line-height: 2em;
	font-size: .7em;
}

div#footer_outer div#footer_inner div#disclaimer,
div#footer_outer div#footer_inner div#copyright {
	float: none;
	width: auto;
	padding: 0;
	text-align: left;
}