@charset "UTF-8";
/* CSS Document */

#box {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 8px;
	float: left;
	clear: none;
	height: auto;
	width: 100%;
}
#boxheader {
	display: block;
	text-decoration: none;
	background-color: #003333;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #4a4a4a;
	padding-right: 8px;
	padding-left: 10px;
	line-height: 2em;
}
#box .boxcontent a {
	text-decoration: none;
	color: #8FC148;
	font-weight: bolder;
}

#box .boxcontent a:hover {
	color: #8FC148;
	background-color: #CCCCCC;
	font-weight: bolder;
}
.boxcontent a:active, .boxcontent a:focus {
	outline: 1px dotted #ccc;
}
.boxcontent {
	padding: 20px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../assets/bg_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	margin-bottom: 10px;
	height: auto;
	border-bottom: 1px solid #333333;
	font-size: 0.9em;
	width: auto;
	text-align: justify;
}
.boxcontent h2 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.boxcontent h3 {
	font-size: 1.1em
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
#boxheader h3 {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
.boxcontent h4 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.boxcontent p {
	margin: 6px 80px 12px 0;
}
.boxcontent h5 {
	font-size: 12px;
	color: #999999;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}
.boxcontent li {
	margin-right: 50px;
}

