@charset "utf-8";
/* CSS Document */
html
{
	font-family:Verdana, Geneva, sans-serif;	
	font-size:14px;
}

div
{
	margin:0px;
	padding:0px;
}
ul
{
	list-style:none;	
	text-indent:0px;
	padding:0px;
	margin:0px;
}
li
{
	list-style:none;
	text-indent:0px;
	padding:0px;
	margin:0px;
}
li a
{
	color:inherit;
	text-decoration:none;
}

.top span
{
	display:block;
	width:180px;
	margin:0 auto;
	background:#F90;
	border:1px black solid;
	padding:2px;
	cursor:pointer;
	margin-bottom:2px;
}
.top span:hover
{
	background:#FC0;
}

.bottom
{
	display:block;
	width:170px;
	margin:0 auto;
	margin-left:10px;
	background:#FFC;
	border:1px black solid;
	padding:2px;
	cursor:pointer;
	margin-bottom:2px;	
}
.bottom:hover
{
	background:#FFF;	
}

.sidebar
{
	padding-top:10px;
	float:left;
	width:200px;
}

.bulletlist li
{
	list-style:inside;
	text-indent:1em;
}
.numlist li
{
	list-style:decimal;
}
.footer
{
	clear:both;	
	font-size:10px;
	border:1px black solid;
	background-image:url(images/banner.jpg);
	text-align:right;
	padding-right:10px;
}

h4
{
	display:inline;	
	font-size:16px;
	line-height:130%;
}
.officers
{
	font-size:16px;
	padding-left:20px;
	line-height:150%;
}

.scheduletable
{
	border:1px black solid;	
}

.schedulecell
{
	border-top:1px black solid;	
	text-align:center;
}