html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0px;
	padding:0px;
	font-family:Arial;
}
h2 {
    font-size:18px;
}
h3 {
    font-size:14px;
}
.text{
	font: 12px/15px Arial;
}

.contentContainer{
	width: 600px;
}

a img {
	border:none;
}
#container {
	background:url(/images/bg.gif) repeat-y top left;
}
#leftmenu {
	/* text-align:center; */
	padding:13px;
	width:197px;
	font-weight:bold;
	font-size:12px;
}
#header {
	padding-top:19px;
	height:128px;
	text-align:center;
}
#menu {
	background:#000;
	padding:4px;
	height:28px;
}
#menu div {
	background:#c3a006;
	border-top:4px solid #FFF;
	border-bottom:4px solid #FFF;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin-left:-4px;
	margin-right:-4px;
}
#menu div a { margin: 8px;}
#menu div a:VISITED { COLOR:#000; TEXT-DECORATION:NONE; font-weight:bold; }
#menu div a:LINK { COLOR:#000; TEXT-DECORATION:NONE; font-weight:bold; }
#menu div a:HOVER { COLOR:#FFF; background:#000; TEXT-DECORATION:NONE; font-weight:bold; }
#content {
	padding:10px;
	background: #FFF;
}
#footer {
	font-size:10pt;
	text-align:center;
	padding:10px 0px 10px 0px;
}
#footer div {
	background:#c4a006;
	font-size:8px;
	height:8px;
	border-top:2px solid black;
	border-bottom:2px solid black;
	margin-bottom:10px;
}

/* styles for calendars */
.calendar {
	padding: 2px;
	background: #E4CD8B;
	width:616px;
	height:auto;
}
.date {
	background-color: white;
	color: black;
	font:normal normal normal 10px sans-serif, Arial;
	margin:2px;
	padding:2px;
	width:80px;
	height:80px;
	float:left;
}
.dateNum {
	position:relative;
	top:0;
	left:0;
	font-weight:bold;
}
.calendar_title {
	height:auto;
	text-align:center;
	font-weight:bold;
}
.date_calendar_title {
	background-color: white;
	color: black;
	font:normal normal normal 10px sans-serif, Arial;
	margin:2px;
	padding:2px;
	width:80px;
	float:left;
	height:auto;
	text-align:center;
	font-weight:bold;
}
.calendar_cell {
	background-color: white;
	color: black;
	font:normal normal normal 10px sans-serif, Arial;
	margin:2px;
	padding:2px;
	width:608px;
}
.calender_nav {
	font-size:20px;
}
.submenu {
	text-align:left;
	padding:10px 10px 10px 20px;
	/* background:#E7D399; */
	background:#C3A006;
}
.submenu a {
	color:#000;
}

#events {
	border:1px solid #E4CD8B;
	margin:0px auto;
	margin-bottom:20px;
	width:240px;
	padding:5px;
	font-size:11px;
	text-align:left;
}

#events_header {
	margin:-4px;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
	background-color:#C3A006;
	color:#000;
	font-weight:bold;
	font-size:12px;
}
