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

body {	background: '#FFFFFF';	color: #000000;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 80%;	line-height: 1.5;	margin: 0;	padding: 0;	text-align: center;	}A:link {color: #32348E;	text-decoration: underline}A:visited {color: #32348E;	text-decoration: underline}A:active {color: #8580BA;	text-decoration: underline}A:hover {color: #8580BA;	text-decoration: underline;}#wrapper {	background-color: #ffffff;	margin: auto;	width: 760px;	text-align: left;	border: 0;	overflow: hidden;	}#header	{	background: #ffffff url(images/openbook4.jpg) no-repeat;	border-bottom: 1px solid #32348E; 	height: 156px;	margin: 0;	}#content {	background-color: #ffffff;	text-align: left;	margin-left: 11em;	margin-right: 10px;	padding: 0;	}#nextmeeting {	background-color: #E9E7FE;	border: 1px solid #32348E;	margin: 0 0 5px 5px; 	padding: 5px;	width: 250px;	text-align: center;	float: right;	clear: right;	}#menu {	border-left: 1px solid #32348E;	border-right: 1px solid #32348E;	font-variant: small-caps;	float: left;		width: 10em;	padding: 0;	margin: 0;	clear: left;	padding-bottom: 100em;   	margin-bottom: -100em;	}
	
#footer {	background: #8580BA;	padding: 1px 0;
	height: 25px;	margin-bottom: 0;	position: relative;	clear: both;	}h1 {	color: #446677;	font-weight: bold;	font-size: 130%;	text-align: center;	}h2 {	color: #32348E;	font-size: 110%;	text-align: center;	}	
	
h3 {	color: #32348E;	font-size: 110%;	text-align: left;	}	
	
table {
	border-collapse: collapse;
	border-bottom: 1px solid #32348E;
	border-top: 1px solid #32348E;
}

td {
	border-left: 1px solid #32348E;
	border-right: 1px solid #32348E;
}	

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

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;	}
	
