@charset "utf-8";
/* CSS Document */

body, html {
	font-family: Arial;
	line-height: 20px;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;
}
hr {height: 1px; color: grey; background-color: #dddddd; border: none;}

H3{
	font-family: Arial;
	font-weight:normal;
	font-size: 11px;
	color: #FFFFFF;
	padding:0;
	padding-bottom:6px;
	margin:0;
}
input {
	width: 75px; 
	height: 13px;
	border: solid 1px #CCCCCC;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	padding-left: 3px;
}
input.button{
	height: 16px;
	width: 40px;
}
#container {
	width: 840px;
	margin:auto;
}
#header {
	width: 840px;
	height: 140px;
	background-image:url(img/logo.png);
	background-repeat: no-repeat;
	background-position:right;
	border-bottom: solid #DADADA 1px;
	vertical-align:bottom;
}
#nav {
	width: 840px;
	height: 216px;
	background-position:right;
	background-repeat:no-repeat;
	padding-top: 13px;
	border-bottom: solid #DADADA 1px;
}
.b01 {background-image:url(img/header01.jpg);}
.b02 {background-image:url(img/header02.jpg);}
.b03 {background-image:url(img/header03.jpg);}
.b04 {background-image:url(img/header04.jpg);}
.b05 {background-image:url(img/header05.jpg);}
.b06 {background-image:url(img/header06.jpg);}
.b01_01 {background-image:url(img/hd_0101.jpg);}
.b07 {background-image:url(img/hd_02.jpg);}
.b04_01 {background-image:url(img/hd_0401.jpg);}
.b05_01 {background-image:url(img/hd_05.jpg);}
.b10 {background-image:url(img/hd_10.jpg);}
.b11 {background-image:url(img/hd_11.jpg);}
.b12 {background-image:url(img/hd_12.jpg);}
.b13 {background-image:url(img/hd_13.jpg);}
#nav a {
	display:block;
	text-align: left;
	width: 137px;
	height:20px;
	text-transform:uppercase;
	text-decoration: none;
	color: #666666; 
	font-family: Arial;
	font-size:11px;
	padding-left: 3px;
}
#nav a.active {
	padding-left: 3px;
	color: #FFFFFF; 
	background-color: #666666;
}
#nav a:hover {
	padding-left: 3px;
	color: #CCCCCC; 
	background-color: #777777;
}
#mainnav {
	width:140px; 
	float:left
	}
#subnav {
	width:130px; 
	float: left;
	margin-left: 5px;
	}
#content {
	text-align:left;
	padding-top:10px;
	}
#text1 {
	width: 260px;
	float:left;
	padding-right: 30px;
	}
#text2 {
	width: 260px;
	float:left;
	padding-right: 30px;
	}
#text_wide {
	width: 470px;
	float:left;
	padding-right:30px;
	}
#text3 {
	padding-left: 6px;
	width: 230px;
	border: solid #CCCCCC 1px;
	background-image:url(img/bg_box.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	}
#text3 img {
	float: left; 
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	}
#text4 {
	padding-left: 6px;
	width: 230px;
	float:left;
	border: solid #CCCCCC 0px;
		}
a {
	color: #333333;
	text-decoration:underline;
	}
a:HOVER {
	color: #33333;
	text-decoration:underline;
	text-decoration:none;
}
a.normal {
	background-color:#666666;
	color: #ffffff;
	text-decoration:none;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
a.normal:HOVER {
	background-color:#333333;
	color: #ffffff;
	text-decoration:none;
}