@charset "utf-8";
.bound {
	background-color: #FFFFFF;
	width: 760px;
	margin: auto;
	border: thick double #6DB340;
}
.bound .menu a {
	color: #6DB340;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	display: block;
	padding-left: 5px;
}

.header {
	height: 100px;
	background: white;
}
.menu {
	float: left;
	width: 150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 20px;
}

.body {
	background-color: #FFFFFF;
	float: left;
	width: 600px;
	padding-left: 10px;
	margin-top: -30px;
}
.footer {
	background-color: #314D89;
	height: 50px;
	clear: both;
}
.bound .body h1 {
	font-size: 36px;
	color: #6DB340;
	font-variant: normal;
	font-weight: bolder;
}
.bound .body h2 {
	font-size: 24px;
	color: #314D89;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}.bound .footer #navlist a {
	color: #FFFFFF;
	text-decoration: none;
}

