body {
	background-color: #2e3192;
	margin: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#main_left {
	width: 18px;
	height: 730px;
	float: left;
	background-image: url(../images/body_bg_left.gif);
	background-position:top;
	background-repeat: no-repeat;
}

#main_right {
	width: 18px;
	height: 730px;
	float: right;
	background-image: url(../images/body_bg_right.gif);
	background-position:top;
	background-repeat: no-repeat;
}

#main_left_inside {
	width: 18px;
	height: 730px;
	float: left;
	background-image: url(../images/body_bg_left_inside.gif);
	background-position:top;
	background-repeat: no-repeat;
}

#main_right_inside {
	width: 18px;
	height: 730px;
	float: right;
	background-image: url(../images/body_bg_right_inside.gif);
	background-position:top;
	background-repeat: no-repeat;
}

#main_container {
	width: 764px;
	float: left;
}

#nav_container {
	width: 764px;
	background-color:#FFFFFF;
	padding-top:2px;
}

#date {
	width: 200px;
	height:16px;
	padding-left:17px;
	color: #999999;
	float: left;
}

#date a {
	color: #999999;
	text-decoration: none;
}

#hotline {
	width: 200px;
	height:16px;
	float: right;
	color: #999999;
	text-align: right;
	padding-right:5px;
}

#hoticon {
	width: 53px;
	height:16px;
	float: right;
}

#print_header {
	display:none;
	visibility:hidden;
}

#header {
	width: 764px;
	height:162px;
	float: left;
}

#header_inside {
	width: 764px;
	height:81px;
	float: left;
}

/******************** top menu *********************/
#top_nav {
	margin: 0px;
	width:764px;
	height:48px;
	padding:0px;
	background-image: url(../images/bg_navigation_right.gif);
	background-position:right;
	background-repeat: no-repeat;
	float: left;
}
	
#top_nav ul{
	padding:0px;
	padding-right: 1px;
	margin:0px;
}

#top_nav li{
	list-style:none;
	display:inline;
	float:left;
	padding-top:0px;
	margin-top:0px;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
}
	
.top_nav_off a {	
	color:#ffffff;
	text-decoration: none;
	padding:28px 0px 4px 8px;
	display:block;
	background-image: url(../images/bg_navigation.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.top_nav_on a,
.top_nav_on a:hover,
.top_nav_off a:hover {
	color: #e6a410;
	text-decoration: none;
	background-image: url(../images/bg_navigation.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:28px 0px 4px 8px;
	display:block;
}

#home_second_nav {
	height: 12px;
	width: 764px;
	background-image: url(../images/bg_second_nav.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	float: left;
}

#second_nav {
	height: 24px;
	width: 764px;
	background-image: url(../images/bg_second_nav.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	float: left;
	margin-top: 6px;
}

#second_nav ul{
	padding:0px;
	margin:0px;
}

#second_nav li{
	list-style:none;
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
	text-align:center;
	font-size: 12px;
}
	
.second_nav_off a {	
	color:#666666;
	text-decoration: none;
	padding:5px 0px 0px 0px;
	display:block;
	background-image: url(../images/bg_second_nav_off.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 107px;
	height: 19px;
}

.second_nav_on a,
.second_nav_off a:hover {
	color: #1c2685;
	text-decoration: none;
	background-image: url(../images/bg_second_nav_on.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 107px;
	padding:5px 0px 0px 0px;
	display:block;
	height: 19px;
}

/******************** for homepage **********************/
#home_container {
	width: 730px;
	float: left;
	margin: 0px;
	padding: 17px;
    min-height: 500px;
    _height: 500px;
}	

#container {
	width: 730px;
	float: left;
	margin: 0px;
	padding: 0px 17px 10px 17px;
    min-height: 500px;
    _height: 500px;
}	

#breadcrumb {
	font-size:10px;
	text-align: right;
	padding-top:2px;
	margin:0px;
	padding-right:8px;
	color: #666666;
	width: 754px;
	float: right;
}

#breadcrumb a,
#breadcrumb a:hover {
	color:#666666;
	text-decoration: none;
}

#footer_top {
	width: 764px;
	height: 6px;
	float: left;
}

#footer {
	width: 764px;
	height: 200px;
}

#footer_logo {
	float:right;
	width: 155px;
}

#footer_address {
	float: left;
	width: 445px;
	padding-top: 12px;
	color: #ffffff;
	text-align: center;
}

#footer_disclaimer {
	width: 764px;
	float: left;
	margin-top: 50px;
	color: #ffffff;
}

#footer_grip {
	width: 160px;
	float: left;
	margin-top: 10px;
}

/************* bottom nav bar **********/
#bottom_nav {
	height: 35px;
	width: 764px;
	float: left;
	margin-bottom: 10px;
}

.bottom_nav_bg {
	background-image: url(../images/bg_bottom_nav.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height: 35px;
	color: #ffffff;
}

.bottom_nav_bg a,
.bottom_nav_bg a:hover {
	color: #ffffff;
	text-decoration: none;
}


#print_footer {
	display:none;
	visibility:hidden;
}


