
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

#wrap {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 778px;
	float: left;
	border-top: 1px solid #80a8c4;
	border-left: 1px solid #80a8c4;
	border-right: 1px solid #80a8c4;
	margin-bottom: 15px;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 780px;
	height: 87x;
	float: left;
	padding: 0px;
}

#logo {
	width: 225px;
	height: 87px;
	float: left;
}

#quicklinks {
	width: 555px;
	height: 35px;
	float: right;
	padding: 36px 0px 16px 0px;
}

.quicklink_item {
	width: 109px;
	height: 35px;
	float: left;
	margin-right: 1px;
	font-size: 12px;
	font-weight: bold;
}

.quicklink_item a {
	display: block;
	width: 109px;
	height: 21px;
	padding: 14px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/bg_quicklink_off.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #01264f;
}

.quicklink_item a:hover,
.quicklink_item a.current {
	text-decoration: none;
	background-image: url(../images/bg_quicklink_on.gif);
	color: #5488be;
}



/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 140px;
	float: left;
	padding: 3px 0px 0px 0px;
}

#navcontainer {
	width: 140px;
	float: left;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 12px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li a {
	display: block;
	width: 128px;
	padding: 3px 6px 4px 6px;
	line-height: 14px;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	color: #003b77;
	font-weight: bold;
	text-decoration: none;
	background-color: #d2e5fb;
	background-image: url(../images/bg_menu1_on.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	background-color: #325d8d;
	border-bottom: 1px solid #537ba9;
	background-image: url(../images/bg_menu2.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

#navcontainer li li {
	font-size: 11px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li a {
	display: block;
	width: 125px;
	line-height: 11px;
	padding: 0px 6px 4px 9px;
	color: #ffffff;
	text-decoration: none;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	background-image: none;
}

#banners {
	width: 140px;
	float: left;
	padding: 20px 0px 0px 0px;
}

.navbanner {
	width: 140px;
	float: left;
	border-top: 1px solid #537ba9;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#title_image {
	width: 778px;
	height: 98px;
	float: left;
	padding: 0px 0px 9px 0px;
	background-image: url(../images/bg_header_inside.gif);
	background-position: 0 100%;
	background-repeat: repeat-x;
}

#container {
	width: 778px;
	float: left;
	background-image: url(../images/bg_container.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#maincontent {
	width: 619px;
	float: right;
	padding: 0px 9px 0px 1px;
	background-image: url(../images/bg_maincontent.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-top: 9px solid #02346a;
}

#contentbody {
	background-image: url(../images/bg_content.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 20px 25px 10px 25px;
	min-height: 400px;
}

#breadcrumbs {
	text-transform: lowercase;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding: 3px 8px 5px 0px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#bottom {
	width: 778px;
	height: 15px;
	clear: both;
	background-image: url(../images/bg_bottom.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 0px;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
.welcome {
	width: 248px;
	height: 231px;
	float: left;
	padding: 34px 0px 0px 530px;
}

.quote {
	width: 193px;
	height: 45px;
	float: left;
	padding: 155px 0px 0px 32px;
	margin: 0px;
	background-image: url(../images/bg_quote.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.input_text {
	width: 70px;
	height: 15px;
	float: left;
	position: relative;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	border-bottom: none;
	border-right: none;
	color: #363636;
	text-align: center;
	font-size: 11px;
}

.input_image {
	float: left;
	margin-left: 5px;
	position: relative;
}

.home_button {
	text-align: center;
	width: 120px;
	height: 45px;
	font-size: 18px;
}

.home_button a {
	width: 120px;
	height: 34px;
	display: block;
	padding-top: 11px;
	text-align: center;
	text-decoration: none;
	color: #5288c8;
	background-image: url(../images/bg_button_home_off.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.home_button a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_button_home_on.png);
}

.cb_banner {
	height: 72px;
	background-image: url(../images/bg_cb_banner.gif);
	border-top: 1px solid #005189;
	border-bottom: 1px solid #80a8c4;
}

.cb_banner_left {
	width: 394px;
	height: 74px;
	float: left;
	padding-right: 1px;
	background-image: url(../images/bg_cb_banner_bar.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.cb_banner_right {
	width: 383px;
	height: 74px;
	float: left;
}

.cb_banner_right img {
	float: left;
	display: block;
}

.cb_container {
	width: 778px;
	float: left;
	background-image: url(../images/bg_cb_container.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.cb_box {
	width: 258px;
	float: left;
	padding-right: 2px;
	background-image: url(../images/bg_cb_title_bar.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.cb_box_right {
	width: 258px;
	float: left;
}

.cb_bottom {
	width: 778px;
	height: 2px;
	line-height: 0px;
	clear: both;
	background-image: url(../images/bg_cb_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.cbTitle {
	color: #002551;
	font-size: 16px;
	height: 26px;
	background-image: url(../images/bg_cb_title.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 10px 0px 0px 10px;
}

.cbBody {
	color: #ffffff;
	font-size: 11px;
	padding: 7px 7px 6px 7px;
	background-image: url(../images/bg_cb_body.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	min-height: 125px;
}

.cbBody a {
	color: #ffffff;
}

.cbBody a:hover {
	color: #99b9e3;
}



/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 746px;
	float: left;
	padding: 10px 17px;
	font-size: 11px;
	color: #04274b;
	background-image: url(../images/bg_footer.gif);
	background-position: 7px 0;
	background-repeat: no-repeat;
}

#footer a {
	color: #04274b;
	text-decoration: none;
}

#footer a:hover {
	color: #5981b3;
}

#footer_left{
	width: 440px;
	float: left;
}

#footer_right {
	width: 300px;
	float: right;
	text-align: right;
}

#disclaimer {
	text-align: center;
	clear: both;
	padding: 70px 15px 20px 15px;
}

#printfooter {
	display: none;
	visibility: hidden;
}

