body, html
{
	margin: 0;
	padding: 0;
	font-size: 62.5% 
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #96b0cd;}
.home
{ font-family: papyrus, Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#wrapper
{
	width: 800px;
	margin: 0 auto;
		overflow: hidden;

}
#content
{
	width: 760px;
	background-color: #fff;
	height: 100%;
	margin-top: 10px;
	float: left;

}
a:link
{
	color: #4865e5;
	text-decoration: none;
	background-color: transparent;
}

a:visited
{
	color: #4865e5;
	text-decoration: none;
}

a:hover
{
	color: #red;
	background-color: none;
}
#menubar {
/*
	width: 760px;
*/
		text-align: center;
		margin-bottom: 20px;
	
}

#navlist {
	margin: 2px 0 0;
	padding: 0;
	font: .8em Arial, Helvetica, Geneva, sans-serif;
}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 2em 0;
	padding: 1px;
	white-space: nowrap;
}
#navlist a, #navlist a:visited {
	padding: 3px 3px 3px 2px;
	border: 0 none #FFF;
	background-color: #cbe4eb;
	color: #000;
	text-decoration: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}
#navlist a:hover {
	background-color: #6CF;
	color: #2D1E2D;
}
#navlist li a#current
{
	background: white;
	color: #339;
}

div#footer {
	text-align : center;
	border-top : thin solid #364e60;
	clear : both;
	width : 760px;
}
div#footer p {
	margin-top : 0;
	padding : 2px 10px;
	font-size : 10px;
	color : #364e60;
}
h1
{
	font-size: 1.3em;
	letter-spacing: 1px;
	color: #364e60;
	margin: 0px 0 0px 0;
}
h2
{
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #6e7981;
	margin: 0px 0 0px 0;
}

h3
{
font-size: .9em;
font-style: bold;
color:#666;
margin: 0px 0 0px 0;
}
p
{
	font-size: .8em;
	color: #000;
}
p.smtopmargin
{
	font-size: .8em;
	color: #000;
	margin-top: 2px;
}
ul
{
	font-size: .8em;
	margin-bottom: 1em;
}

li
{
	margin-bottom: .5em;
}
p.cal
{
	margin-top: .2em;
 	margin-bottom: .5em;
}
.month
{ 
 	color: #000;
 	background-color: #cbe4eb;
 	padding: .25em;
	margin-top: .5em;
 	margin-bottom: .5em;
	text-align: left;
 }
.db
{	font-weight: bold;
}
.date
{ 
 color: #000;
 background-color: #cbe4eb;
 padding: .25em;
 text-align: center;
/*
 margin-right: 10px;
*/
 }
 
 .eight
{
	font-size: .8em;
}


<!--[if IE 5]>
<style>
#navlist a {float: left; clear: both; width: 100%;}
</style>
<![endif]-->
<!--[if gte IE 6]>
<style>
#navlist a {height: 1%;}
</style>
<![endif]-->
*/
