
body {
	background-color: #0d1b42;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-image: url(../images/bg_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#wrap {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#wrap_left {
	width: 7px;
	height: 700px;
	float: left;
	background-image: url(../images/bg_wrap_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

#wrap_right {
	width: 7px;
	height: 700px;
	float: right;
	background-image: url(../images/bg_wrap_right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}

#main {
	width: 976px;
	float: left;
}

.main_home {
	width: 976px;
	float: left;
	background-image: url(../images/bg_main_home.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.main_inside {
	width: 976px;
	float: left;
	background-image: url(../images/bg_main_inside.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 976px;
	height: 120px;
	float: left;
	background-image: url(../images/bg_header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header_logo {
	width: 300px;
	height: 120px;
	float: left;
}

#header_login {
	width: 400px;
	height: 20px;
	float: right;
	padding: 93px 0px 0px 0px;
	color: #ffffff;
	font-size: 11px;
}

.login_text {
	width: 132px;
	height: 16px;
	border: 1px solid #666666;
	color: #666666;
	font-size: 11px;
}



/*************************************************************/
/********************* quick links ***************************/
/*************************************************************/
#quicklinks {
	width: 976px;
	height: 30px;
	float: left;
	background-image: url(../images/bg_quicklinks.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.quicklink_bar {
	width: 2px;
	height: 30px;
	float: left;
	background-image: url(../images/bg_quicklink_bar.gif);
	line-height: 0px;
}

.quicklink_item,
.quicklink_item_left,
.quicklink_item_right {
	height: 30px;
	float: left;
}

.quicklink_item a {
	height: 22px;
	padding-top: 8px;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_quicklink_off.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.quicklink_item a:hover,
.quicklink_item a.current {
	color: #999999;
	text-decoration: none;
	background-image: url(../images/bg_quicklink_on.gif);
}

.quicklink_item_left a {
	height: 22px;
	padding-top: 8px;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_quicklink_off_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.quicklink_item_left a:hover,
.quicklink_item_left a.current {
	color: #999999;
	text-decoration: none;
	background-image: url(../images/bg_quicklink_on_left.gif);
}

.quicklink_item_right a {
	height: 22px;
	padding-top: 8px;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_quicklink_off_right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.quicklink_item_right a:hover,
.quicklink_item_right a.current {
	color: #999999;
	text-decoration: none;
	background-image: url(../images/bg_quicklink_on_right.gif);
}



/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 212px;
	float: left;
	background-image: url(../images/bg_navigation.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 7px 8px;
	min-height: 200px;
}

#navcontainer {
	width: 212px;
	float: left;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #0d1b43;
}

#navcontainer li
{
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li a
{
	display: block;
	width: 200px;
	padding: 5px 6px 5px 6px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #0d1b43;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	padding: 5px 5px 5px 5px;
	color: #ffcb5c;
	background-image: url(../images/bg_menu1_on.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-color: #1a3582;
	border-bottom: 1px solid #0d1b43;
	border-left: 1px solid #0d1b43;
	border-right: 1px solid #0d1b43;
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_menu2.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	border-bottom: 1px solid #0d1b43;
	border-top: none;
}

#navcontainer li li
{
	font-size: 13px;
	font-weight: normal;
	list-style: none;
	margin: 1px 0px 0px 0px;
	padding: 0px;
}

#navcontainer li li a
{
	display: block;
	width: 195px;
	padding: 2px 6px 2px 11px;
	background-color: #223d8c;
	border: none;
	color: #ffffff;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	padding: 2px 6px 2px 11px;
	background-color: #223d8c;
	background-image: none;
	border: none;
	color: #ffcb5c;
}

#banners {
	width: 212px;
	float: left;
	padding: 30px 0px 0px 0px;
}

.navbanner {
	width: 212px;
	float: left;
	margin-bottom: 5px;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#container {
	width: 693px;
	float: right;
	padding: 5px 25px;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 500px;
}

#breadcrumbs {
	text-transform: lowercase;
	font-size: 11px;
	color: #666666;
	text-align: right;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#bottom {
	width: 976px;
	height: 15px;
	float: left;
	background-image: url(../images/bg_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
.cb_top {
	width: 976px;
	height: 4px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_cb_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.cb_welcome {
	width: 641px;
	height: 290px;
	float: left;
	padding: 0px 13px 0px 4px;
}

.cb_news {
	width: 298px;
	height: 274px;
	padding: 9px 8px 7px 8px;
	float: left;
	background-image: url(../images/bg_cb_news.gif);
	color: #ffffff;
}

.cb_news_title {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #112252;
	padding: 0px 0px 4px 0px;
}

.news_cb_container {
	overflow: auto;
	height: 217px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.news_cb_1_title {
	font-size: 14px;
	font-weight: bold;
	color: #ffcb5c;
}

.cb_news a,
.cb_news a:hover {
	color: #ffcb5c;
}

.news_cb_1_date {
	font-size: 11px;
}

.news_cb_1_description {
	padding-bottom: 5px;
	padding-top: 0px;
	border-bottom: 1px solid #19327a;
}

.cb_row {
	width: 976px;
	height: 13px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_cb_row.gif);
	background-repeat: no-repeat;
}

.cb_container_left {
	width: 298px;
	float: left;
	padding: 0px 16px 0px 12px;
	background-image: url(../images/bg_cb_container.gif);
	background-position: 4px 0px;
	background-repeat: no-repeat;
	min-height: 200px;
}

.cb_container_right {
	width: 298px;
	float: left;
	padding: 0px 11px 0px 12px;
	background-image: url(../images/bg_cb_container.gif);
	background-position: 4px 0px;
	background-repeat: no-repeat;
	min-height: 220px;
}

.cb_bottom {
	width: 976px;
	height: 5px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_cb_bottom.gif);
	background-repeat: no-repeat;
}

.cbTitle {
	color: #19347f;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #112252;
	height: 24px;
	padding: 8px 0px 0px 0px;
}

.cbBody {
	padding: 1px 0px 0px 0px;
}



/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 960px;
	float: left;
	padding: 35px 8px 10px 8px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #0d1b42;
	font-size: 12px;
	color: #ffffff;
}

.footer_home {
	background-image: url(../images/bg_footer_home.gif);
}

.footer_inside {
	background-image: url(../images/bg_footer_inside.gif);
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffd147;
}

#footer_left {
	width: 500px;
	float: left;
}

#footer_right {
	width: 400px;
	float: right;
	text-align: right;
}

.footer_title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#grip {
	padding-top: 15px;
}	

#printfooter {
	display: none;
	visibility: hidden;
}

