@charset "utf-8";
.menlink {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}

/* CSS Document */

#foot {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#foot li   {
	display: inline;
	padding-right: 6%;
}
#foot ul {
	font-size: 0.75em;
	font-weight: bold;
	list-style: none;
	display: block;
	text-align: center;
	width: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 7%;
}
#foot p {
	font-size: 0.7em;
	color: #7C2218;
	text-align: center;
	margin: 1px 0px 0px;
}
#foot a {
	color:#7C2218;
	text-decoration:none;
	font-size: 10pt;
}

.menlink a {
	color:#7C2218;
	text-decoration:none;
	font-size: 10pt;
}


.menlink a:visited {
	text-decoration: none;
	color:#7C2218;
}
.menlink a:hover {
	text-decoration: underline;
	color: #7C2218;
}
.menlink a:active {
	text-decoration: none;
	color:#666;
}
#lib {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#lib li {
	display: inline;
	padding-right: 5%;
}
#lib ul {
	font-size: 0.75em;
	font-weight: bold;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
