
body {
	margin: 0px;
	padding: 0px;
	color: #666b67;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #d5d6d3;
	background-image: url(../images/bg_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#wrap {
	width: 1012px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_left {
	width: 2px;
	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: 1px;
	height: 800px;
	float: right;
	background-image: url(../images/bg_wrap_right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

#main {
	width: 1009px;
	float: left;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#header {
	width: 1009px;
	height: 86px;
	float: left;
	background-image: url(../images/bg_header.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#header #logo {
	width: 240px;
	height: 83px;
	float: left;
}

#printheader {
	display: none;
	visibility: hidden;
}




/*************************************************************/
/********************* quicklinks ****************************/
/*************************************************************/
#quicklinks {
	width: 700px;
	height: 86px;
	float: right;
	font-size: 14px;
	text-transform: lowercase;
}

.quicklink_item {
	width: 132px;
	height: 86px;
	float: right;
	padding: 0px 0px 0px 1px;
	background-image: url(../images/bg_quicklink_item.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.quicklink_item a {
	width: 132px;
	height: 86px;
	padding: 0px;
	display: block;
	text-decoration: none;
}

.quicklink_item a span {
	width: 119px;
	height: 34px;
	display: block;
	padding: 48px 0px 0px 11px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #656966;
	text-decoration: none;
	cursor: pointer;
}

.quicklink_item a:hover {
	height: 83px;
	border-bottom: 3px solid #2780e5;
	text-decoration: none;
}

.quicklink_item a:hover span {
	color: #2780e5;
	text-decoration: none;
}

.quicklink_item a.current,
.quicklink_item a.current:hover {
	height: 83px;
	padding: 0px 0px 3px 0px;
	background-image: url(../images/bg_quicklink_on.gif);
	background-position:0 100%;
	background-repeat: no-repeat;
	border: none;
}

.quicklink_item a.current span,
.quicklink_item a.current:hover span {
	height: 35px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: none;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}



#main_top {
	width: 1003px;
	float: left;
	background-image: url(../images/bg_main_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 5px 6px 0px 0px;
}

#main_bottom {
	width: 1009px;
	float: left;
	padding: 0px;
	background-image: url(../images/bg_main_bottom.gif);
	background-position: 6px 0;
	background-repeat: repeat-y;
}




/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 222px;
	float: left;
	padding: 20px 12px 20px 0px;
	margin: 0px;
}

#navcontainer {
	width: 222px;
	float: left;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

#navcontainer li a {
	display: block;
	width: 205px;
	padding: 0px 0px 0px 17px;
	text-decoration: none;
	color: #666b67;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	width: 205px;
	padding: 0px 0px 0px 11px;
	text-decoration: none;
	color: #000000;
	border-left: 6px solid #2780e5;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 17px;
}

#navcontainer li li {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #d9d9d7;
}

#navcontainer li li a {
	display: block;
	width: 195px;
	padding: 1px 0px 2px 9px;
	text-decoration: none;
	color: #666b67;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	width: 195px;
	padding: 1px 0px 2px 9px;
	color: #000000;
	border: none;
}

#banners {
	width: 205px;
	float: left;
	padding: 15px 0px 0px 17px;
}

.navbanner {
	width: 205px;
	float: left;
	margin-bottom: 5px;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#title_image {
	width: 1009px;
	height: 106px;
	float: left;
	border-top: 2px solid #fafafa;
	border-bottom: 2px solid #fafafa;
}

#container {
	width: 710px;
	float: left;
	padding: 0px 25px 20px 26px;
	min-height: 450px;
}

#breadcrumbs {
	text-transform: lowercase;
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding: 2px 0px 5px 0px;
}

#breadcrumbs a {
	color: #2780e5;
	text-decoration: none;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
#contentbox1 {
	width: 1009px;
	height: 325px;
	float: left;
	margin: 1px 0px;
}

#contentboxes {
	width: 997px;
	float: left;
	padding: 0px 0px 0px 6px;
	background-image: url(../images/bg_contentboxes.gif);
	background-position: 6px 0;
	background-repeat: repeat-y;
}

.cb_container {
	width: 325px;
	float: left;
	border-top: 6px solid #f7f8f8;
	background-image: url(../images/bg_cb_container.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
	padding: 14px 0px 0px 0px;
}

.cb_bar {
	width: 11px;
	height: 285px;
	float: left;
	background-image: url(../images/bg_cb_bar.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.cb_bullet {
	width: 21px;
	float: left;
	padding-top: 5px;
}

.cbTitle {
	width: 280px;
	float: left;
	color: #000000;
	font-size: 14px;
}

.cbBody {
	padding: 12px 21px 25px 21px;
	min-height: 150px;
	line-height: 17px;
}
	


/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 997px;
	float: left;
	padding: 30px 6px;
	margin-top: 8px;
	font-size: 12px;
	color: #666b67;
	background-image: url(../images/bg_footer.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer a {
	color: #666b67;
	text-decoration: none;
}

#footer a:hover {
	color: #2780e5;
	text-decoration: none;
}

#footer #register {
	width: 400px;
	float: left;
}

#footer #links {
	width: 400px;
	float: right;
	text-align: right;
}

#footer #siteviz {
	padding-top: 3px;
}

#footer #siteviz a {
	padding-top: 3px;
	color: #949792;
}

#printfooter {
	display: none;
	visibility: hidden;
}


