@charset "utf-8";
body {
	color: #1E285B;
	text-align: center;

}
strong  {
	color: #D21515;
}
hr {
	margin: 20px;
}

#container {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#head {
	width: 705px;
}
#head h1 {
	font-size: 85%;
	font-weight: normal;
	height: 30px;
	display: block;
	width: 705px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	line-height: 26px;
}
#head ul {
	height: 47px;
	width: 705px;
}

#head li {
	float: left;
}

#head a {
	display: block;
	height: 47px;
	margin-right: 3px;
	margin-left: 8px;
	outline-style:none;
}
#foot {
	height: 36px;
	width: 705px;
	font-size: 80%;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}
#foot li {
	display: inline;
	margin-right: 1em;
	margin-left: 1em;
}
#foot a {
	color: #FFFF66;
	text-decoration: underline;
}




.totop {
	background-image: url(../imgs/titles.png);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	text-indent: -9999px;
	width: 131px;
}
.toother {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../imgs/btn.png);
	letter-spacing: 0em;
	width: 100px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
	text-align: center;
	line-height: 47px;
}
.toother:hover {
	background-image: url(../imgs/btn.png);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}
.toother:active {
	background-image: url(../imgs/btn.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}


.activepage {
	font-size: 13px;
	color: #0033FF;
	text-decoration: none;
	letter-spacing: 0em;
	width: 100px;
	font-weight: bold;
	text-align: center;
	line-height: 47px;
	background-image: url(../imgs/btn.png);
	background-repeat: no-repeat;
	background-position: -200px 0px;
}
.margin2mbtm {
	margin-bottom: 2em;
}
