/* CSS File */

body {
	font-size: 14px;
}
/* Header & Header Element Styles */
#header {
	display: block;
}#logo {
	display: none;
}
#boldly {
	display: none;
}
#utility_links {
	display: none;
}
#site_search {
	display: none;
}
/* Style the content */
#body_content {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 30px 0px;
	width: 100%;
}
#body_content a:link, #body_content a:active, #body_content a:hover {
	text-decoration: none;
}
#body_content a:hover {
	text-decoration: underline;
}
#body_content h1 {
	font-size: 20px;
	font-weight: normal;
}
#body_content h2 {
	font-size: 18px;
	font-weight: normal;
}
#body_content h3 {
	font-size: 16px;
	font-weight: normal;
}
#body_content p {
	line-height: 140%;
}
#body_content ul li {
	line-height: 140%;
}
/* Style the main section navigation */
.navlinks {
	display: none;
}
/* Section Sub Navigation Styling */
.subnav {
	display: none;
}

/* Style the Footer */
#footer_left {
	font-size: 9px;
	color: #999999;
	display: block;
	width: 200px;
	padding: 0px;
}
#footer_left a:link, #footer_left a:active, #footer_left a:visited {
	text-decoration: none;
	color: #999999;
}
#footer_left a:hover {
	text-decoration: underline;
}
#footer_right {
	text-align: right;
	font-size: 9px;
	color: #999999;
	float: right;
	display: inline;
	width: 200px;
	padding: 0px;
	margin: -25px 0px 0px 0px;
}
/* Utility classes */
.clear {
	clear: both;
}
