@charset "utf-8";
body		{
	text-align: left;
	background-color: #CCC;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#header {
	height: 130px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#topnav {
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width: 800px;
}
#buffer {
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	width: 800px;
	background-color: #FFF;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	border: medium ridge #666;
	background-color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: none;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #999;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content a {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #606;
	text-decoration: none;
	font-weight: bolder;
}
#content a:hover {
	color: #930;
	text-decoration: underline;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.newsitem {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 10px;
}
.imgcenter {
	text-align: center;
}
.imgright	{
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 10px;
}
#events {
	float: right;
	height: 400px;
	width: 150px;
	padding: 0px;
	background-color: #CCC;
}
.eventtext {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	margin: 3px;
}
.eventtext a {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}
.roster {
	background-color: #999;
	padding: 10px;
}
td {
	padding: 5px;
	border: 2px inset #006;
	background-color: #CCC;
}
#events a {
	font-size: 10px;
	font-style: italic;
	color: #603;
	text-decoration: none;
}
#events a:hover {
	font-size: 10px;
	font-style: italic;
	color: #009;
	text-decoration: underline;
}
.biopic		{
	background-color:#6287DF;
}.bgbio {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	background-color: #6287DF;
}
.center {
	text-align: center;
}
