/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* BEGIN style4 */
 #navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: 9pt Verdana, sans-serif;
background: white;
width: 155px;
}
.maincontent {
	font-size: 11pt;
	line-height: 140%;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
text-align: left;
}

#navlist li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: white;
	text-decoration: none;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #81A594;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover
{
border-color: #E6E6DC;
color: #FFF;
background: #00628B;
font: bold 9pt Verdana, sans-serif;
}

/* END style4 */

.featured-events {
	font-size: 9pt;
	border: thin dashed #000000;
	padding: 8px;
	float: right;
	width: 175px;
}
#featured-events ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style: circle;
	list-style-position: inside;
}

