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

body {
	text-align: center;
	background-color: #E0E1C3;
}
.Banner {
	width: 900px;
	height: 154px;
	float: left;
	background-image: none;
	margin-bottom: 5px;
	padding-bottom:2px
}
.Info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 860px;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	font-size: 1em;
	font-weight: normal;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px;
	border: 1px solid #e2d08d;
}
.Page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	border: 1px solid #eee82e;
	background-color: #b6b4ce;
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.Links {
	width: 900px;
	height: 25px;
	float:left;
}
.center {
	text-align: center;
}

.clear {
	clear: both;
	font-size: 0.7em;
	margin-bottom: 2px;
	text-align: center;
}
.News {
	float: left;
	width: 860px;
}
.Hours {
	float: left;
	width: 100px;
}
.staff-names {
	font-size: 1em;
	font-weight: bold;
	color: #000099;
}
.pics {
	border: 1px solid #120045;
}
a.navlink:link{
	text-decoration: none;
	color: #000000;
}
a.navlink:visited{
	text-decoration: none;
	color: #000000;
}
a.navlink:hover{
	color: #0066CC;
	text-decoration: underline;
}
a.navlink:active{
	color: #0066cc;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
