
.bodyclass {
	background-color: #b8b8b8;
	background-image: url(../images/bg_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_left {
	width: 30px;
	height: 650px;
	float: left;
	background-image: url(../images/bg_wrap_left.gif);
	background-repeat: no-repeat;
}

#wrap_right {
	width: 26px;
	height: 650px;
	float: right;
	background-image: url(../images/bg_wrap_right.gif);
	background-repeat: no-repeat;
}


/*************************************************************/
/******************** Top navigation *************************/
/*************************************************************/
#banner_top {
	width: 968px;
	height: 32px;
	float: left;
}

#quicklinks {
	width: 956px;
	height: 40px;
	float: left;
	border-left: 6px solid #000000;
	border-right: 6px solid #000000;
	font-size: 15px;
}

.quicklink_bar {
	width: 2px;
	height: 40px;
	float: left;
	background-image: url(../images/bg_quicklink_bar.gif);
	line-height: 0px;
}

.quicklink {
	width: 135px;
	height: 40px;
	float: left;
	text-align: center;
}
	
.quicklink a {
	background-image: url(../images/bg_quicklink_off.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
	height: 28px;
	padding-top: 12px;
	display: block;
}

.quicklink a:hover,
.quicklink a#current {
	background-image: url(../images/bg_quicklink_on.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #ffffff;
	text-decoration: none;
}



/*************************************************************/
/******************** Main ***********************************/
/*************************************************************/
#main {
	width: 968px;
	float: left;
	border-top: 3px solid #000000;
}

.main_inside {
	width: 968px;
	float: left;
	background-image: url(../images/bg_main_inside.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#main_bottom {
	width: 968px;
	height: 7px;
	float: left;
	background-image: url(../images/bg_main_bottom.gif);
	background-repeat: no-repeat;
	line-height: 0px;
}



/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}



/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 191px;
	float: left;
	padding: 0px 0px 0px 7px;
}

#navigation_logo {
	width: 191px;
	height: 115px;
	float: left;
}

#navcontainer {
	width: 191px;
	float: left;
	padding-top: 5px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0px 0px 5px 0px;
}

#navcontainer li a
{
	display: block;
	width: 183px;
	padding: 3px 8px 3px 0px;
	border-bottom: 1px solid #504f4f;
	text-decoration: none;
	color: #ffffff;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #ce4244;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li
{
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
}

#navcontainer li li a
{
	display: block;
	width: 175px;
	padding: 2px 8px;
	border: none;
	color: #ffffff;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	border: none;
	color: #ce4244;
}

#banners {
	width: 191px;
	float: left;
	padding: 20px 0px 0px 0px;
}

.navbanner {
	width: 191px;
	float: left;
	margin-bottom: 5px;
}



/*************************************************************/
/*************************** homepage ************************/
/*************************************************************/
.welcome {
	width: 968px;
	height: 288px;
	float: left;
}

.cb_body{
	width: 968px;
	float: left;
	background-image: url(../images/bg_cb.gif);
	background-position:  0 0;
	background-repeat: repeat-y;
}

.cb_top {
	width: 968px;
	float: left;
	background-image: url(../images/bg_cb_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.cb_bottom {
	width: 961px;
	float: left;
	background-image: url(../images/bg_cb_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 0px 0px 1px 7px;
}

.cb_container {
	width: 234px;
	padding-right: 6px;
	float: left;
}

.cbTitle {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	height: 24px;
	padding-top: 6px;
	letter-spacing: -1px;
}

.cbBody {
	width: 222px;
	padding: 6px;
	min-height: 235px;
}



/*************************************************************/
/*************************** container ***********************/
/*************************************************************/
#container {
	width: 968px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 560px;
}

#maincontent {
	width: 722px;
	float: left;
	padding: 0px 0px 10px 25px;
}

#breadcrumbs {
	text-align: right;
	text-transform: lowercase;
	font-size: 12px;
	color: #666666;
	padding: 10px 0px 3px 0px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}



/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#footer {
	width: 948px;
	height: 95px;
	margin-top: 1px;
	float: left;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 12px;
	padding: 55px 10px 0px 10px;
	color: #000000;
}

.footer_home {
	background-image: url(../images/bg_footer_home.gif);
}

.footer_inside {
	background-image: url(../images/bg_footer_inside.gif);
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer_left {
	width: 300px;
	float: left;
}

#footer_middle {
	width: 400px;
	float: right;
	text-aign: right;
	height: 60px;
	padding-top: 9px;
}

#footer_right {
	width: 120px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}


