@charset "utf-8";
/* CSS Document */

a:link { color: blue; text-decoration: none; }

a:visited { color: blue; text-decoration: none; }

a:link.nodec { color: black; text-decoration: none; }

a:visited.nodec { color: black; text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }

body {margin: 0pt; width: 100%; font-size: 10pt; }
td { font-size: 10pt; font-weight: normal }
.top {
	width: 100%;
	height: 150px;
	background-image: url(images/menubar.gif);
	background-repeat: repeat-x;
}
.logo { position:absolute; top: 10px; left: 90%; }
.topheader { float:left; }
.topleft { float:left; height: 150px; width:160px; }
.topmid {
	position: absolute;
	top: 0px;
	left: 150px;
}
.topitem {
	float:none;
	height: 90px;
	padding-top: 10px; 
	padding-left: 10px; 
}
.topright { float:right; width:10px; height: 1px; }
.bar {
	height:25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFF00;
	position:absolute;
	top: 124px;
	left: 0px;
}
.barstart {
	position:relative;
	float: left;
	width: 30px;
	padding: 0px;
}
.baritem {
	position:relative;
	float: left;
	padding: 2px;
}
.midsection {
	position:absolute;
	top: 150px;
	left: 0px;
	width: 100%;
}
.navbarleft {
	float: left;
	width: 150px;
	padding-top: 20px;
}
.menu {
	padding: 2px;
}
.menuitem {
	padding-left: 10px;
	margin-bottom: 1px;
	font-weight: normal;
	color: #000000;
	background-color: #AEE8A8;
}
.menusel {
	padding-left: 10px;
	font-weight: normal;
	margin-bottom: 1px;
	color: #FFFF00;
	background-color: #AEE8A8;
}
.menulist {
	padding-left: 5px;
	padding-right: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #8bbb77;
}
.submenu {
	position:absolute;
	background-color: #8bbb77;
	padding: 5px;
	left: 148px;
	visibility: hidden;
	z-index: 10;
}
.content {
	position: absolute;
	left: 150px;
	top: 0px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	z-index: 1;
}

.showhide {
	cursor: pointer;
}
.eventheader {
	background-color: #8bbb77;
	padding: 5px;
	border: 1px black solid;
	margin: 1px;
}
.eventdetail {
	background-color: #ffff80;
	padding: 5px;
}	

