@charset "UTF-8";
/* global print CSS Document */
body  {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background: #FFFFFF;
	color: #000000;
}
#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
} 
#printHeader {
	display: block;
}
#header {
	display: none;
}
#headerSpacer {
	display: none;
}
#homeHeaderSpacer {
	display: none;
}
/* ============================================================================================== */
/*		ADMIN AREA			*/
/* ============================================================================================== */
#adminWrapper {
	padding: 50px 50px 50px 50px;
	width: 600px;
}
#adminNav {
	clear: both;
	padding: 12px 0 12px 0;
	margin-bottom: 12px;
}
#adminNav ul {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#adminNav li {
	list-style-type: none;
	display: inline;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
#adminNav a:link, #adminNav a:active, #adminNav a:visited {
	padding: 0 6px 0 6px;
}
/* ============================================================================================== */
/*		GLOBAL LINK EFFECTS			*/
/* ============================================================================================== */
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #000000;
	text-decoration: none;
}
/* ============================================================================================== */
/*		GLOBAL HEADING EFFECTS			*/
/* ============================================================================================== */
h4 {
	color: #000000;
}
h3 {
	color: #000000;
}
h2 {
	color: #000000;
}
h1 {
	color: #000000;
}
/* ============================================================================================== */
/*		TOP NAVIGATION			*/
/* ============================================================================================== */
#topNav {
	display: none;
}
#overview {
	color: #000000;
}
#sidebar1 {
	clear: both;
	display: block;
}
#sidebar2 {
	clear: both;
	display: block;
}
#mainContent {
	clear: both;
	display: block;
} 
#homePageContainer {
	clear: both;
	display: block;
}
#insideContentWrapper {
	clear: both;
	display: block;
}
#insidePageContainer {
	clear: both;
	display: block;
}
#insidePrimaryImage {
	float: left;
	display: inline;
}
#breadcrumbs {
	display: none;
}
#insideContent {
	clear: both;
	display: block;
}
/* ============================================================================================== */
/*		FOOTER SETTINGS			*/
/* ============================================================================================== */
#footer {
	clear: both;
	display: block;
	border-top: 1px solid #000000;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #000000;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	color: #000000;
	text-decoration: none;
}
#footertextleft {
	display: none;
}
#footertextright {
	float: left;
	padding-top: 12px;
}
#copyright {
	clear: both;
	display: block;
}
/* ============================================================================================== */
/*		CLASSES			*/
/* ============================================================================================== */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.red {
	color: #CB2027;
}
.smalltxt {
	font-size: 80%;
}
.expertimage {
	clear: both;
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
/* ============================================================================================== */
/*		SUB-NAVIGATION (with fly-out menu options for deeper menus)			*/
/* ============================================================================================== */
#subNav{
	display: none;
}