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

#footer {
	height: 105px;
	width: 965px;
	display: block;
	clear: both;
	margin: 15px auto 0px;
}
#footer .second-menu {
	height: 30px;
	width: 950px;
	background: #BAD267;
	margin: 0px auto;
	text-align: center;
}
.second-menu ul {
	list-style-type: none;
	padding: 7px 0px 0px;
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 9pt;
	margin: 0px;
}
.second-menu ul li { display: inline; }
.second-menu a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
/*** copyright ***/
#copyright {
	text-align: center;
	width: 965px;
	height: 59px;
	font-size: 9pt;
	line-height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Tahoma, "Trebuchet MS";
	margin: 6px 0px 0px;
	clear: left;
	padding: 10px 0px 0px;
	background: #8DAF43;
}
#copyright ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#copyright li { display: inline; }
#copyright li a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover { text-decoration: underline; }