@charset "utf-8";
a:link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;	
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #3366CC;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#site_wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#page_wrapper {
	width: 780px;
	height: auto;
	position: relative;
	background-color: #FFF;
	border: 2px solid #006;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#page_wrapper #header {
    width: 780px;
	height: auto;
	position: relative;
}
#page_wrapper #main {
	width: 780px;
	height: auto;
	position: relative;
}
#page_wrapper #main #main_nav {
	width: 185px;
	position: relative;
	top: -19px;
	float: left;
}
#page_wrapper #main #main_body {
	width: 585px;
	position: relative;
	top: -15px;
	right: 10px;
	float: right;
}
#page_wrapper #footer {
    width: 780px;
	height: auto;
	position: relative;
	float: left;
}
.page_rule {
	width: 770px;
	height: 0px;
	position: relative;
	text-align: center;
	color: #666;
}
.header_logo {
	position: relative;
	left: 1px;
}
.header_image {
	position: absolute;
	top: 0px;
	right: 0px;
}
.header_menu {
	width: 655px;
	height: 20px;
	position: absolute;
	top: 106px;
	right: 0px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.navigation_standardimage {
	width: 25px;
	height: 25px;
	position: relative;
	left: 9px;
}
.navigation_weblinkimage {
	width: 25px;
	height: 25px;
	position: relative;
	top: -22px;
	left: 9px;
}
.navigation_pagelinkheader {
	width: 724px;
	height: 22px;
	position: relative;
	top: -22px;
	left: 40px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
}
.navigation_quicklinkheader {
	width: 137px;
	height: 20px;
	position: relative;
	top: -22px;
	left: 40px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
}
.navigation_weblinkheader {
	width: 137px;
	height: 20px;
	position: relative;
	top: -44px;
	left: 40px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
}
.navigation_pagelinkbody {
	width: 170px;
	position: relative;
	left: 7px;
	margin-top: 4px;
    margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 6px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.navigation_quicklinkbody {
	width: 170px;
	position: relative;
	left: 7px;
	top: -22px;
	margin-top: 4px;
    margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 6px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.navigation_weblinkbody {
	width: 170px;
	position: relative;
	left: 7px;
	top: -42px;
	margin-top: 4px;
    margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.main_fulltext {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-align: justify;
}
.main_fullrule {
	height: 0px;
	width: 585px;
	position: relative;
	text-align: center;
	color: #666;
}
.footer_address {
	width: 780px;
	height: 20px;
	position: relative;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: center;
}
.footer_images {
	width: 780px;
	height: 80px;
	position: relative;
	text-align: center;
}
.floatimage_left {
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 10px;
	border: 0px;
}
.floatimage_right {
	float: right;
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 0px;
}