
.bodyclass {
	background-color: #e0e0d3;
	background-image: url(../images/bg_body.gif);
	background-position: 50% 0;
	background-repeat: repeat-y;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 983px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1px;
}

#wrap_left {
	width: 12px;
	height: 1000px;
	float: left;
	background-image: url(../images/bg_wrap_left.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

#wrap_right {
	width: 12px;
	height: 1000px;
	float: right;
	background-image: url(../images/bg_wrap_right.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}

#main {
	width: 959px;
	float: left;
}




/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 959px;
	height: 137px;
	float: left;
	background-image: url(../images/bg_header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header_logo {
	width: 360px;
	height: 134px;
	float: left;
}

#header_title {
	width: 330px;
	height: 63px;
	float: right;
	padding: 33px 14px 0px 0px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #adafaf;
}

#header_links {
	width: 372px;
	height: 18px;
	padding-top: 2px;
	float: left;
	text-align: right;
	color: #000000;
}

#header_links a {
	color: #000000;
	text-decoration: none;
}

#header_search {
	width: 203px;
	height: 20px;
	float: right;
	padding: 0px 18px 0px 0px;
}




/*************************************************************/
/********************* quick links ***************************/
/*************************************************************/
#quicklinks {
	width: 959px;
	height: 33px;
	float: left;
	padding: 0px 0px 2px 0px;
	background-image: url(../images/bg_quicklinks.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.quicklinks_bar {
	width: 2px;
	height: 33px;
	float: left;
	background-image: url(../images/bg_quicklinks_bar.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

.quicklinks_link {
	height: 33px;
	float: left;
	text-align: center;
	font-size: 16px;
}

.quicklinks_link a {
	height: 27px;
	padding-top: 6px;
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.quicklinks_link a:hover,
.quicklinks_link a.current {
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/bg_quicklinks_on.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}




/*************************************************************/
/********************* nav-container *************************/
/*************************************************************/
#container {
	width: 959px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#container_top {
	width: 959px;
	float: left;
	background-image: url(../images/bg_container_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 4px;
}

#container_bottom {
	width: 952px;
	float: left;
	background-image: url(../images/bg_container_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 0px 3px 3px 4px;
}




/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 188px;
	float: left;
	background-image: url(../images/bg_content.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 3px 15px 10px 14px;
}

#navcontainer {
	width: 188px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li a
{
	display: block;
	width: 186px;
	padding: 8px 1px 2px 1px;
	text-decoration: none;
	color: #231f20;
	border-bottom: none;
	
}

#navcontainer li a:hover,
#navcontainer li a#current {
	padding: 8px 1px 1px 1px;
	color: #ee1b2e;
	border-bottom: 1px solid #ee1b2e;
}


#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 3px 0px 5px 0px;
}

#navcontainer li li
{
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
}

#navcontainer li li a
{
	display: block;
	width: 172px;
	padding: 1px 8px 1px 8px;
	color: #231f20;
	border: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	padding: 1px 8px 1px 8px;
	color: #ee1b2e;
	border: none;
}

#banners {
	width: 188px;
	float: left;
	padding: 20px 0px 0px 0px;
}

.navbanner {
	width: 188px;
	float: left;
	margin-bottom: 5px;
}




/*************************************************************/
/********************* content *******************************/
/*************************************************************/
#maincontent {
	width: 690px;
	float: right;
	background-image: url(../images/bg_content.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 7px 20px 10px 20px;
	min-height: 500px;
}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	font-size: 12px;
	color: #666666;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}




/*************************************************************/
/*************************** homepage ************************/
/*************************************************************/
#homepage {
	width: 956px;
	float: left;
	padding: 2px 1px 3px 2px;
	background-image: url(../images/bg_homepage.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.cbContainer {
	border: 1px solid #ebebeb;
	background-color: #ffffff;
	padding: 1px;
}

.cbContainer1 {
	background-image: url(../images/bg_content.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 8px 10px;
}

.cbTitle {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 1px 0px;
	line-height: 22px;
	color: #231f20;
	border-bottom: 1px solid #ee1b2e;
}	

.cbBody {
	padding: 1px 0px 0px 0px;
}

.cbCol {
	width: 1px;
	line-height: 0px;
}

.cbRow {
	line-height: 1px;
}


/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#footer {
	width: 945px;
	height: 140px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	clear: both;
	padding: 9px 0px 0px 12px;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer_left {
	width: 400px;
	height: 30px;
	float: left;
	font-weight: bold;
}

#footer_right {
	width: 500px;
	height: 30px;
	float: right;
	padding-right: 7px;
	text-align: right;
}

.footer_bar {
	width: 1px;
	height: 85px;
	float: left;
	background-image: url(../images/bg_footer_bar.gif);
	line-height: 0px;
}

#footer_address {
	width: 287px;
	height: 75px;
	float: left;
	padding: 10px 14px 0px 0px;
}

#footer_211 {
	width: 470px;
	height: 90px;
	float: left;
	font-size: 11px;
	padding-right: 26px;
}

#footer_united {
	width: 146px;
	height: 100px;
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}	

#printfooter {
	display: none;
	visibility: hidden;
}

