body {
	font-family: Georgia, serif;
	color: #408;
	}

a img {
	border: none;
	}
	
a:visited {
	color: #C3C;
	}

a:active {
	color: #C30;
	}

.header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* padding: 15px; */
	}

.content {
	margin-right: 3%;
	margin-left: 3%;
	/*
	line-height: 140%;
	font-size: 120%;
	*/
	font-size: 110%;
	line-height: 120%;
	}

.main {
	display: inline;		/* work around an IE6/Win bug */
	float: right;
	width: 65%;
	/*
	margin-right: 3%;
	margin-left: 3%;
	*/
	font-size: 110%;
	line-height: 120%;
	}

.sidebar {
	width: 30%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #ece;
	}

* html .sidebar {			/* IE6 only */
	padding-top: 10px;
	padding-bottom: 1px;
	}

.sidebar a {
	color: #408;
	}

.sidebar ul {
	list-style-image: url(images/sun_bullet.gif);
	list-style-type: disk;
	list-style-position: outside;
	font-size: 110%;
	line-height: 125%;
	/*
	line-height: 25px;
	font-size: 20px;
	*/
	}

* html .sidebar ul {		/* IE6 only */
	line-height: 140%;
	}

.sidebar ul ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: -1.8em;
	font-size: 80%;
	line-height: 120%;
	}

* html .sidebar ul ul {		/* work around an IE6/Win bug */
	font-size: 80%;		                                
	margin-left: 0.5em;
	line-height: 120%;
	}

.links {
	padding: 0.1em;
	background: #eeccee;
	margin-left: 3%;
	margin-right: 3%;
	font-size: 90%;
	}

.links ul {
	padding-left: 0.5em;
	padding-right: 0.5em;
	list-style-type: none;
	}

.links ul li {
	display: inline;
	}

/*
.links ul li:after {
	content: " | ";
	}

.links ul li.last:after {
	content: "";
	}
*/

.logo {
	width: 724px;
	margin-left: auto;
	margin-right: auto;
	}

.header h1 {
	margin-bottom: 0;
	}

.sidebar h3 {
	/* color: #0c0; */
	margin-bottom: -0.75em;
	}

.next_meeting {
	background: #bfb;
	padding: 0.5em;
	/*
	font-size: 120%;
	line-height: 140%;
	*/
	}

.disclaimer {
	font-size: 100%;
	font-style: italic;
	background: #eeccee;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0.5em;
	}
