

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	margin:0;
	padding:0;
	font: normal 9pt sans-serif;
	letter-spacing: 1px;
	color: #111;
	background: #fff;
	padding-bottom: 25px;
	line-height: 130%;
}


a img { border: 0; }

ul {
	margin: 7px 2px 6px 20px;
}

h1, h2 {
	font-weight: bold;
	margin: 0.3em 0;
}

h1 {
	font-style: italic;
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

dl dd {
	margin: 0.1em 1em 0.5em;
}

a, a:link, a:visited {
	color: #f00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#body {
	margin: 10px auto; /*Center container on page*/
	width: 800px; /*Width of main container*/
	text-align: left;
}

#header {
	text-align: center;
	padding: .5em;
	min-width: 800px;
	margin-bottom: 15px;
}


#header #title {
}


#menu ul {
	list-style: none;
	font: 14pt georgia, serif;
	/* padding-top: 1em; /* size of h1 in body */
}


#menu ul li {
	text-align: right;
}

#menu ul li.current a {
	
}

#menu ul li a {
	color: #d00;
	display: block;
}

#menu ul li a:hover {
	background: transparent url(/images/little_red_ball.gif) no-repeat;
}






#events h3 {
	text-decoration: underline;
	font-size: 100%;
	margin-top: 0.5em;
}

#events h4 {
	font: normal 100% sans-serif;
	cursor: pointer;
	margin: 0.1em 1em 0em;
}

#events h4:hover {
	text-decoration: underline;
}

#events .event_description p {
	font-size: 90%;
	margin: 0.2em 1em 0;
}

#content {
	float: left;
}

#content p {
	margin: 10px 0;
}

#content h2 {
	margin: 20px 0 5px;
	font-size: 16px;
}



.sidecolumn p {
	margin: 10px 15px;
}

#main_section_wrapper {
	clear: both;
/*	background: transparent url(/images/curve_bottom.gif) no-repeat bottom center;
*/}

#footer {
	font: 9pt serif;
	clear: both;
	text-align: center;
	padding: 1em;
	color: #666;
}


#footer a, #footer a:visited {
	color: #666;
}

#footer a:hover {
	color: #666;
}


.clearer {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.flash_notice {
	font-size: 125%;
	margin: 10px 0;
}


td {
	padding: 4px;
}

