
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
	background-color: #0166ca;
	background-image: url(../images/bg_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#wrap {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 965px;
	height: 96px;
	float: left;
}

#header_logo {
	width: 240px;
	height: 96px;
	float: left;
}

#header_search {
	width: 678px;
	height: 46px;
	float: right;
	padding: 18px 0px 0px 0px;
	font-size: 11px;
}
	#header_search_img {
		float: right;
		color: #ffffff;
		font-size: 13px;
		padding-left: 4px;
	}
	#header_search_textbox {
		float: right;
		width: 188px;
		padding-left: 4px;
	}
	#header_search_button {
		float: right;
		width: 38px;
		padding-left: 4px;
	}

#header_links {
	width: 678px;
	height: 22px;
	float: right;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

.header_links_bar {
	width: 1px;
	height: 22px;
	float: left;
	line-height: 0px;
}

.header_links_item {
	height: 22px;
	float: left;
}

.header_links_item a span {
	display: block;
	padding-top: 4px;
	height: 18px;
	cursor: pointer;
	background-color: #4e99e4;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.header_links_item a:hover span {
	background-color: #ff9000;
	color: #ffffff;
	text-decoration: none;
}

.header_links_item a .header_links_left {
	background-image: url(../images/bg_header_links_left_off.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.header_links_item a:hover .header_links_left {
	background-image: url(../images/bg_header_links_left_on.gif);
}

.header_links_item a .header_links_right {
	background-image: url(../images/bg_header_links_right_off.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.header_links_item a:hover .header_links_right {
	background-image: url(../images/bg_header_links_right_on.gif);
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#main {
	width: 965px;
	float: left;
	background-position: 0 0;
	background-repeat: repeat-y;
}

.main_home {
	background-image: url(../images/bg_main_home.gif);
}

.main_inside {
	background-image: url(../images/bg_main_inside.gif);
}

#container {
	width: 742px;
	float: left;
	padding: 8px 24px;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 580px;
}

#breadcrumbs {
	text-transform: lowercase;
	font-size: 12px;
	color: #666666;
	text-align: right;
	padding-bottom: 1px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#bottom {
	clear: both;
	width: 965px;
	height: 10px;
}



/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 157px;
	float: left;
	background-image: url(../images/bg_navigation.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 15px 9px 0px 9px;
	min-height: 580px;
}

#navcontainer {
	width: 157px;
	float: left;
	padding: 0px;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 13px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li a {
	display: block;
	width: 157px;
	padding: 2px 0px;
	text-decoration: none;
	color: #ffffff;
}

#navcontainer li a:hover {
	color: #ff9000;
}

#navcontainer li a#current {
	color: #ffffff;
	font-weight: bold;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 4px 0px;
}

#navcontainer li li {
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #1474d3;
}

#navcontainer li li a {
	display: block;
	width: 149px;
	padding: 2px 0px 2px 7px;
	color: #ffffff;
}

#navcontainer li li a:hover {
	color: #ff9000;
}

#navcontainer li li a#current {
	color: #ffffff;
	font-weight: bold;
}

#navcontainer ul ul ul {
	list-style: none;
	margin: 0px;
	padding: 4px 0px 4px 7px;
}

#navcontainer li li li {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #1474d3;
}

#navcontainer li li li a {
	display: block;
	width: 142px;
	padding: 2px 0px 2px 7px;
	color: #ffffff;
}

#navcontainer li li li a:hover {
	color: #ff9000;
}

#navcontainer li li li a#current {
	color: #ffffff;
	font-weight: bold;
}

#search {
	width: 153px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 30px;
}

#banners {
	width: 157px;
	float: left;
	padding: 30px 0px 0px 0px;
}

.navbanner {
	width: 157px;
	float: left;
	margin-bottom: 5px;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
#homepage {
	width: 790px;
	float: right;
}

.cb_top {
	width: 790px;
	height: 3px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_cb_top.gif);
}

.cb_row {
	width: 790px;
	height: 11px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_cb_row.gif);
}

.cb_container {
	width: 246px;
	float: left;
	padding: 2px 7px;
	margin-right: 5px;
	background-color: #ffffff;
	background-image: url(../images/bg_cb_container.gif);
	background-position: 5px 2px;
	background-repeat: no-repeat;
	min-height: 100px;
}

.cbTitle {
	color: #0054a6;
	font-size: 20px;
	letter-spacing: -1px;
	text-align: center;
	padding: 3px 0px 2px 0px;
	border-bottom: 1px solid #b4d1ee;
}

.cbBody {
	padding: 0px;
}

.news_cb_container {
	padding-top: 10px;
}

.news_cb_1_date {
	font-size: 12px;
}

.news_cb_1_description {
	padding-top: 0px;
	color: #0158ae;
}
	


/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 790px;
	clear: both;
	padding: 5px 0px 10px 175px;
	background-image: url(../images/bg_footer.gif);
	background-position: 0 79px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ff9000;
}

#footer_left {
	width: 500px;
	height: 74px;
	float: left;
}

#footer_right {
	width: 200px;
	height: 74px;
	float: right;
	text-align: right;
}

#footer_logos {
	width: 500px;
	height: 35px;
	float: left;
	padding: 20px 0px 0px 50px;
}

#grip {
	padding-top: 8px;
}	

#printfooter {
	display: none;
	visibility: hidden;
}


