
.bodyclass {
	background-image: url(../images/bg_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #5c5c5e;
	background-color: #ffffff;
}

#main {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_left {
	width: 10px;
	height: 800px;
	float: left;
	background-image: url(../images/bg_wrap_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

#wrap_right {
	width: 10px;
	height: 800px;
	float: right;
	background-image: url(../images/bg_wrap_right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}	

#wrap {
	width: 932px;
	float: left;
	background-image: url(../images/bg_wrap.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #790000;
}

#wrap_inside {
	width: 932px;
	float: left;
	background-image: url(../images/bg_wrap_inside.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#wrap_home {
	width: 932px;
	float: left;
}


/*************************************************************/
/*************************** header **************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 932px;
	height: 148px;
	float: left;
}



/*************************************************************/
/*************************** navigation **********************/
/*************************************************************/
#navigation {
	width: 180px;
	float: left;
}

#navcontainer {
	width: 180px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	font-size: 12px;
	list-style: none;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#navcontainer li a
{
	display: block;
	width: 162px;
	height: 16px;
	padding: 13px 9px 11px 9px;
	text-decoration: none;
	background-image: url(../images/bg_menu1_off.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #707073;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	background-image: url(../images/bg_menu1_on.gif);
	color: #ffffff;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}

#navcontainer li li
{
	font-size: 12px;
	list-style: none;
	text-transform: none;
	margin: 0px;
}

#navcontainer li li a
{
	display: block;
	width: 162px;
	height: auto;
	padding: 0px 9px 3px 9px;
	text-decoration: none;
	background-image: none;
	color: #ffffff;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	background-image: none;
	color: #cccccc;
}

#banners {
	width: 180px;
	float: left;
	padding: 5px 0px 0px 0px;
}

.navbanner {
	width: 180px;
	float: left;
	margin-bottom: 3px;
}



/*************************************************************/
/*************************** homepage ************************/
/*************************************************************/
.cb_body {
	border-left: 1px solid #a7a7aa;
	border-bottom: 1px solid #a7a7aa;
	background-image: url(../images/bg_wrap.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 0px 2px 2px 2px;
	width: 745px;
	float: left;
}

.cb_border_3 {
	border: 3px solid #dbd3cf;
}

.cb_border_1 {
	border: 1px solid #ffffff;
}

.cb_body_small {
	background-image: url(../images/bg_cb_body.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	width: 745px;
	float: left;
}

.cbTitle {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	background-image: url(../images/bg_wrap.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 24px 0px 6px 3px;
	line-height: 14px;
	border-bottom: 3px solid #dbd3cf;
}

.cbBody {
	padding: 1px 4px 0px 4px;
}

.cb_left {
	width: 247px;
	float: left;
}

.cb_right {
	width: 246px;
	float: left;
	padding-left: 3px;
}

.cb_bottom {
	border-bottom: 3px solid #dbd3cf;
	line-height: 10px;
}


/*************************************************************/
/*************************** main ****************************/
/*************************************************************/
#container {
	float: left;
	min-height: 580px;
}

.container_home {
	width: 750px;
	padding-left: 2px;
}

.container_inside {
	width: 739px;
	padding-left: 8px;
}

#breadcrumbs {
	text-align: right;
	font-size: 11px;
	color: #59595b;
	padding: 77px 6px 4px 0px;
	border-top: 3px solid #dbd3cf;
	width: 733px;
	float: left;
	background-image: url(../images/title_image.jpg);
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#maincontent {
	width: 709px;
	float: left;
	clear: both;
	padding: 0px 15px;
}



/*************************************************************/
/*************************** footer **************************/
/*************************************************************/
#footer {
	width: 932px;
	padding: 35px 0px 10px 0px;
	height: 70px;
	float: left;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-size: 12px;
	color: #717174;
}

#footer a {
	color: #717174;
	text-decoration: none;
}

#footer_left {
	width: 417px;
	float: left;
}

#footer_middle {
	width: 300px;
	float: left;
}

#footer_right {
	width: 150px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}

.formSection a
{
	color: #ffffff;
}

.formSection a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
