@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
}

.clear{
	clear: both;
}

#wrapper{
	margin: 0 auto;
	width: 1000px;
}

#title{
	float: left;
	width: 1000px;
	height: 73px;
	background-image: url(images/title_img.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.logo{
	float: left;
	width: 325px;
	height: 28px;
	padding: 19px 0px 0px 13px;
}

#navi{
	float: left;
	width: 1000px;
	height: 40px;
}

.navi_lft{
	float: left;
	width: 13px;
	height: 40px;
}

.navi_rth{
	float: right;
	width: 12px;
	height: 40px;
}

.navi{
	float: left;
	width: 975px;
	height: 40px;
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-x;
}

.navi ul{
	margin: 0px;
	padding: 0px;
}

.navi ul li{
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 8px;
}

.navi ul li a{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;
}

.navi ul li a:hover{
	color: #000;
}

#menu{
	float: left;
	width: 1000px;
	height: 43px;
	margin-top: 4px;
}

.menu_lft{
	float: left;
	width: 13px;
	height: 43px;
}

.menu_rth{
	float: right;
	width: 12px;
	height: 43px;
}

.menu{
	float: left;
	width: 975px;
	height: 43px;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}

.menu ul{
	margin: 0px;
	padding: 0px;
}

.menu ul li{
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3e3e3e;
	margin: 0px 8px;
	line-height: 43px;
}

.menu ul li a{
	color: #3e3e3e;
	text-decoration: none;
}

.menu ul li a:hover{
	color: #69a407;
}

#header{
	float: left;
	width: 1000px;
	margin: 8px 0px;
}

.img01{
	float: left;
	width: 338px;
	height: 214px;
}

.img02{
	float: left;
	width: 351px;
	height: 214px;
}

.img03{
	float: right;
	width: 311px;
	height: 214px;
}

h1{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #518004;
	text-align:center;
}

#container{
	float: left;
	width: 980px;
	padding: 10px;
}

.txt{
	line-height: 18px;
	text-align: justify;
}

#footer{
	float: left;
	width: 1000px;
	margin-top: 5px;
	border-top: 1px solid #538109;
	text-align: center;
	padding: 5px;
}

#footer a{
	text-decoration: none;
	color: #000000;
}

#footer a:hover{
	text-decoration: underline;}
	

#panel{
	float: left;
	width: 1000px;
}

.panel{
	float: left;
	width: 480px;
	padding-left: 20px;
}

.panel_title{
	float: left;
	width: 450px;
	padding-left: 30px;
	line-height: 42px;
	background: url(images/panel_top.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
}

.panel-btm{
	float: left;
	width: 480px;
	height: 16px;
	background: url(images/panel_bot.gif) no-repeat;
}

.panel_mid{
	float: left;
	width: 460px;
	padding: 10px;
	background: url(images/panel_bg.gif) repeat-y;
}

.panel_mid ul{
	margin: 0px;
	padding: 0px;
}

.panel_mid ul li{
	list-style: none;
	display: block;
	line-height: 18px;
	background: url(images/bullet.gif) no-repeat left top;
	background-position: left 7px;
}

.panel_mid ul li a{
	margin-left: 45px;
	text-decoration: none;
	color: #0090ff;
	font-weight: bold;
}

.panel_mid ul li a:hover{
	color: #000000;
}

.footerlinks{
	float: left;
	width: 1000px;
	border-top: 1px solid #538109;
	margin-top: 10px;
}

.footerlinks ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.footerlinks ul li{
	list-style: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #548404;
	margin: 0px 8px;
}

.footerlinks ul li a{
	color: #548404;
	text-decoration: none;
	line-height: 40px;
}

.footerlinks ul li a:hover{
	color: #000;
}
