
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #003D73;
	background-image: url(../images/bg_body.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#wrap {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}



/*************************************************************/
/********************* header ********************************/
/*************************************************************/
#header {
	width: 1020x;
	height: 111px;
	float: left;
}

#printheader {
	display: none;
	visibility: hidden;
}



#main {
	width: 1020px;
	float: left;
	background-image: url(../images/bg_main.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#main_bottom {
	width: 996px;
	float: left;
	padding: 0px 12px 19px 12px;
	background-image: url(../images/bg_main_bottom.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}

#main_inside_top {
	width: 996px;
	height: 10px;
	line-height: 0px;
	float: left;
	background-image: url(../images/bg_main_inside_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#main_inside_bottom {
	width: 996px;
	height: 9px;
	line-height: 0px;
	float: left;
	background-image: url(../images/bg_main_inside_bottom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#main_inside {
	width: 996px;
	float: left;
	background-image: url(../images/bg_main_inside.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}



/*************************************************************/
/********************* quick links ***************************/
/*************************************************************/
#quicklinks {
	width: 745px;
	height: 30px;
	float: left;
	padding: 0px 0px 15px 251px;
	margin-bottom: 9px;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	text-transform: lowercase;
	background-image: url(../images/bg_quicklinks.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.quicklink_item {
	width: 122px;
	height: 30px;
	float: left;
	margin-right: 2px;
}

.quicklink_item a {
	width: 122px;
	height: 22px;
	padding-top: 8px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/bg_quicklink_off.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}

.quicklink_item a:hover,
.quicklink_item a.current {
	height: 23px;
	padding-top: 7px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_quicklink_on.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}




/*************************************************************/
/********************* navigation ****************************/
/*************************************************************/
#navigation {
	width: 236px;
	float: left;
	padding: 6px 9px 10px 15px;
}

#navcontainer {
	width: 236px;
	float: left;
	font-family: Tahoma;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li {
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background-image: url(../images/bg_menu1.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#navcontainer li a {
	width: 236px;
	display: block;
	padding: 0px;
	text-decoration: none;
	background-image: url(../images/bg_menu1_off.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#navcontainer li a span span {
	width: 216px;
	line-height: 18px;
	display: block;
	padding: 11px 10px 11px 10px;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/bg_menu1_off_span.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}

#navcontainer li a:hover,
#navcontainer li a#current {
	text-decoration: none;
	background-image: none;
}

#navcontainer li a:hover span span,
#navcontainer li a#current span span {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/bg_menu1_on_span.gif);
}

#navcontainer ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-top: 1px solid #f5df82;
	position: relative;
	left: 0;
	top: -1px;
}

#navcontainer li li {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
}

#navcontainer li li a {
	width: 236px;
	display: block;
	padding: 0px;
	text-decoration: none;
	background-image: none;
}

#navcontainer li li a span span {
	width: 209px;
	line-height: normal;
	display: block;
	padding: 5px 10px 0px 17px;
	text-decoration: none;
	background-image: none;
	color: #4d5c79;
	position: relative;
	cursor: pointer;
}

#navcontainer li li a:hover,
#navcontainer li li a#current {
	background-image: none;
}

#navcontainer li li a:hover span span,
#navcontainer li li a#current span span {
	color: #ffffff;
	text-decoration: none;
	background-image: none;
}

#banners {
	width: 236px;
	float: left;
	padding: 25px 0px 0px 0px;
}

.navbanner {
	width: 236px;
	float: left;
	float: left;
	margin-bottom: 5px;
}



/*************************************************************/
/********************* container *****************************/
/*************************************************************/
#container {
	width: 686px;
	float: left;
	padding: 0px 19px 20px 19px;
	min-height: 590px;
}

#breadcrumbs {
	text-transform: lowercase;
	text-align: right;
	font-size: 12px;
	color: #666666;
	padding: 4px 0px 0px 0px;
}

#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #666666;
	text-decoration: underline;
}



/*************************************************************/
/********************* homepage ******************************/
/*************************************************************/
#cb_2_col_top {
	width: 996px;
	height: 10px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_2_col_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#cb_2_col {
	width: 978px;
	float: left;
	padding: 0px 9px;
	background-image: url(../images/bg_2_col.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#cb_2_col_bottom {
	width: 996px;
	height: 9px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_2_col_bottom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#cb_3_col_top {
	width: 996px;
	height: 10px;
	float: left;
	line-height: 0px;
	margin-top: 8px;
	background-image: url(../images/bg_3_col_top.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#cb_3_col {
	width: 978px;
	float: left;
	padding: 0px 9px;
	background-image: url(../images/bg_3_col.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

#cb_3_col_bottom {
	width: 996px;
	height: 9px;
	float: left;
	line-height: 0px;
	background-image: url(../images/bg_3_col_bottom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#contentbox_1 {
	width: 626px;
	padding: 8px 36px 8px 8px;
	float: left;
}

#contentbox_2 {
	width: 292px;
	float: left;
	padding: 8px;
}

#contentbox_3,
#contentbox_4 {
	width: 307px;
	float: left;
	margin-right: 28px;
}

#contentbox_5 {
	width: 308px;
	float: left;
}

.cbTitle {
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/bg_cb_title_left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 54px;
	padding: 0px;
}

.cbTitle span {
	display: block;
	background-image: url(../images/bg_cb_title_right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 38px;
	padding: 16px 10px 0px 10px;
}

.cbBody {
	padding: 10px 8px;
	min-height: 200px;
}



/*************************************************************/
/********************* footer ********************************/
/*************************************************************/
#footer {
	width: 1010px;
	padding: 0px 5px;
	float: left;
	font-size: 12px;
	color: #feffff;
}

#footer_home {
	width: 990px;
	float: left;
	padding: 40px 10px;
	background-image: url(../images/bg_footer_home.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer_inside {
	width: 990px;
	float: left;
	padding: 40px 10px;
	background-image: url(../images/bg_footer_inside.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#footer a {
	color: #feffff;
	text-decoration: none;
}

#footer a:hover {
	color: #daa504;
}

#footer .title {
	font-weight: bold;
	font-size: 14px;
	color: #feffff;
}

#footer #register {
	width: 500px;
	height: 35px;
	float: left;
}

#footer #address {
	width: 500px;
	float: left;
	color: #c4ebff;
}

#footer #address a {
	color: #c4ebff;
	text-decoration: underline;
}

#footer #address a:hover {
	color: #daa504;
	text-decoration: underline;
}

#footer #address .col {
	width: 180px;
	float: left;
}

#footer #links {
	width: 400px;
	float: right;
	text-align: right;
}

#printfooter {
	display: none;
	visibility: hidden;
}

