@charset "UTF-8";
/* CSS Document */
html { overflow-y:scroll; }
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #2a0;
	margin: 0;
	padding: 0;
	text-align: center; /* centers container IE5 */
	color: #111;
}
#container { 
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* overrides the text-align: center in body */
}
#header { 
	padding: 0;
	border-bottom: 1px solid #2a0;
	background: #ceb;
} 
#main { 
	margin: 0;
	padding: 0 15px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer { 
	margin: 10px 0 0;
	padding: 0;
	background:#ceb;
	font-size: 11px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
h1, h1 a, h1 a:visited {
	font-size:36px;
	color: #2a0;
	text-decoration:none;
	padding: 10px 0;
	margin:0;
}
h2, h2 a {
	font-size:18px;
	color: #050;
	padding: 0 0 10px;
	margin: 0;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:12px;
	color: #020;
	padding: 0;
	margin: 0 0 10px;
	background-color: #efe;
}
.floatlt {float:left; padding-right: 10px; }
.floatrt { float:right; padding-left: 10px; }
.size11 { font-size:11px; }
ul { list-style-type: disc; margin: 0; padding-left:2em; }
.eventbox {
	width:350px;
	border:1px solid #2a0; 
	padding: 5px;
	margin: 0 0 0 10px;
}
img { border:none; }
table {
	border-collapse: collapse;
}
#main th, #main td {
	vertical-align: top;
	padding: 3px 8px 3px 0;
}
#main table.middle td {
	vertical-align: middle;
}
.lined td {
	border-bottom: 1px dotted #999;
}
.altrow td {
	background-color:#efe;
}
ul.events li {
	padding-bottom: 0.8em;
}