/* Color definitions - hopefully some day we can just refer to them as variables
$background = '#FFFFFF';
$dark = '#32348E';
$light = '#8580BA';
$superpale = '#E9E7FE';
*/

body {	background: white;	color: black;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 80%;	line-height: 1.5;	margin: 0;	padding: 0;	text-align: center;	}A:link, A:visited {color: #520;
	background: transparent;
	font-weight: bold;	text-decoration: underline;
	}#wrapper, #content {	width: auto;	border: 0;	margin: 0 5%;
	padding: 0;
	float: none;
	color: black;
	background: transparent;
	}#header	{	background: #ffffff url(images/jasnaprint.jpg) no-repeat;	border-bottom: 1px solid black; 	height: 156px;
	width: 760px;	margin: 0;	}#nextmeeting {	background-color: #ffffff;	border: 1px solid black;	margin: 0 0 5px 5px; 	padding: 5px;	width: 160px;	text-align: center;	float: right;	clear: right;	}#menu {
	display: none;	}
	
#footer {
	display: none;
	}h1 {	color: black;	font-weight: bold;	font-size: 130%;	text-align: center;	}h2 {	color: black;	font-size: 110%;	text-align: center;	}	
	
h3 {	color: black;	font-size: 110%;	text-align: left;	}	
	
table {
	border-collapse: collapse;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

td {
	border-left: 1px solid black;
	border-right: 1px solid black;
}	

th {	color: black;	text-align: center;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}

tr#titlerow	{
	border-bottom: 1px solid #32348E;
}
	#menu ul {	margin: 0;	padding: 0;	list-style-type: none;	border: none;	}#menu li {	}#menu li a {	display: block;	padding: 7px .5em 7px .5em;	text-decoration: none;	width: 9em;	}#menu li a:hover {	background-color: #8580BA;	color: #fff;	}#menu .selected a {	font-weight: bold;	}.highlight {	color: #32348E;	font-size: 100%;	text-align: left;	}
	
