@charset "utf-8";
body {
	background: #ebedef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtrHdr #container {
	width: 818px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 94px;
	width: 818px;
}
.oneColFixCtrHdr #logo_img {
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 36px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: left;
}
.oneColFixCtrHdr #main_nav {
	background: #FFFFFF;
	text-align: right;
	float: right;
	padding-top: 48px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #line {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background:#ebedef;
	height: 2px;
	width: 818px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 30px;
	padding-right: 36px;
	padding-bottom: 30px;
	padding-left: 36px;
}
.oneColFixCtrHdr #rightSidebar {
	background: #FFFFFF;
	margin: 0px;
	padding: 20px;
	float: right;
	width: 150px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.oneColFixCtrHdr #rightside_features {
	background: #FFFFFF;
	margin: 0px;
	height: 133px;
	width: 133px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float:right
}
.oneColFixCtrHdr #page_title {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #005596;
	padding: 20px;
}
.oneColFixCtrHdr #body_content {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	float: left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: 510px;
}
.oneColFixCtrHdr #title_line {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background:#ebedef;
	height: 2px;
}
.oneColFixCtrHdr #stripe {
	margin: 0;
	height: 40px;
	width: 818px;
	background-image: url(/images/stripe.gif);
	background-repeat: repeat-x;
	float: none;
	clear: both;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #footer {
	background:#ebedef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 818px;
	clear: both;
}
.text_highlight {
	color: #6DB33F;
}
.p_header {
	font-size: 14px;
	font-weight: bold;
	color: #005596;
}
.breadcrumb {
	color: #cccccc;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #005596;
	text-decoration: underline;
}
a hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #005596;
	text-decoration: none;
}
.footer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333;
	text-decoration: underline;
}

