body {
	margin: 0px;
	padding: 0px;
	background-color: #6699CC;
}
#wrapper {
	position:absolute;
	left:50%;
	width:776px;
	margin-left: -388px;
}
#header {
	background-color: #99CCFF;
}
#rightcontent {
	background-color: #FFFFCC;
	vertical-align: top;
	color: #003399;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	width:auto;
}
.bodycontent {padding:10px;}
.leftmenu {
	width: 152px;
	background-color: #336633;
	vertical-align: top
}
.footer{
	background-color: #C6DDEB;
	text-align: center;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding:10px 0;
}
.footer2{
	background-color: #fff;
	text-align: right;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-right:10px;
}
#footer2 {background-color: #fff;}
.imgleft {
	float: left;
	padding-right: 10px;
}
.imgright {
	float: right;
	padding-left: 10px;
}
.center {
	text-align: center;
}

.headtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3366CC;
	background-position: top;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #336633;
}
a {
	color: #009999;
}
link {
	color: #9933FF;
}
.leftmenu a {color:#9BCDFF; text-decoration:none; font-weight:bold; white-space:nowrap; font-size:12px; }
.leftmenu a:hover {color:#FFFFCC;}
.leftmenu ul {margin: 0 0 3px 3px;; padding: 0; line-height: 18px;}
.leftmenu ul li{ list-style:none;}
.leftmenusub {line-height: 14px; }  
.leftmenusub a {font-weight:normal; color: #FFFFCC; padding-left: 5px; }
.leftmenusub a:hover {
	color:#9BCDFF;
	background: url(images/layout/leftmenu-rollover.gif)  center left  no-repeat;
}

#listForm {
	width:90%;
	margin: 0 auto;
}
#listForm h2 {font-size:13px;
	color: #feda00;}
	
#listForm input {
	border:2px solid #004e00;
	width:100%;
	padding:0px;
	margin:0;
	height:20px;
}
#listForm #Submit {
	border:none;
	color: #feda00;
	font-size:10px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#6699CC;
	width:70px;
	float:right;
	margin-top:-15px
}

#sidebox {
	float:right;
	width:175px;
	margin-top:15px;
	margin: 15px 0 15px 20px;
}


#sidebox td {
	padding:5px;
}
#sidebox .top{
	background-color:#004e00;
	color: #feda00;
	height:25px;
	font-size:0.9em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebox .cnt {
	background: #fff url(../images/callout-td-bg.png) repeat-x top left;
	font-size:0.9em;
}

<!-- styles for the calendar feed -->

.tableHeader{
	background-color: #004e00;
	color:#fed700;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

.tableHeader a {
	color:#fed700;
    text-decoration:none;
}

.tableListings {
	width: 175px;
	margin: 0px;
	padding: 0px;
}
.tableDate {
	font-family: 9px Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 180px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	padding: 2px;
	background: #87c9ff url(calendar/templates/calendar/images/cal_row_bkgd.png) repeat-x bottom left;
}
.tableTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	width: 500px;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
	background: #87c9ff url(calendar/templates/calendar/images/cal_row_bkgd.png) repeat-x bottom left;
}
.tableCategory {
	width: 8px;
}
.tableDescr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
}
.tableTime {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #295569;
	font-weight: normal;
}
-->