/* GENERAL BODY STYLES */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

/* HIDDEN HEADER LINK */
div#header_links {
	position: absolute;
	top: 0;
	left: -3000em;
	height: 0;
	width: 0;
}

/* HEADER BACKGROUND */
div#template_header_background_outer {
	position: relative;
	height: 203px;
}

/* PORTAL BAR */
div#template_portalbar_outer {
	position: absolute;
	top: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	border-bottom: 0;
}

/* HEADER BAR */
div#template_header_outer {
	position: absolute;
	top: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	border-bottom: 0;
}

div#template_search_options {
	position: absolute;
	top: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	border-bottom: 0;
}

/* NAV BAR */
div#template_navbar_outer {
	position: absolute;
	top: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	border-bottom: 0;
}

/* SOCIAL MEDIA BOX */
div#template_social_media {
	position: absolute;
	top: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	border-bottom: 0;
}

/* MAIN BODY */
div#template_body_outer {
	position: relative;
}

div#template_body_inner {
	width: auto;
	margin: 0;
	background-color: #fff;
}

div#template_body_main {
	float: none;
	width: auto;
	height: auto;
	padding-bottom: 1em;
	padding-right: 0;
}

/* RIGHT COLUMN STYLES */
div#template_body_side {
	clear: both;
	float: none;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
}

/* FOOTER STYLES */
div#template_footerbar_outer {
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	border: 0;
}

div#template_footer_outer {
	top: 0;
	width: 100%;
	height: auto;
}

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

div#template_footer_inner a:link,
div#template_footer_inner a:visited,
div#template_footer_inner a:active {
	color: #000;
	text-decoration: none;
}

div#template_footer_inner a:hover {
	color: #000;
	text-decoration: none;
}

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

div#template_footer_inner div#template_disclaimer,
div#template_footer_inner div#template_copyright {
	float: none;
	width: auto;
	padding: 0;
	text-align: left;
}

div#template_footer_inner div#template_devsite_link {
	position: absolute;
	top: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	border-bottom: 0;
}