ul.eventlist {
	margin-top : 0;

	color : #7e691e;
	font-weight : bold;
}
p.eventpara {
	font-weight : bold;
}

div#container div#left-col,
div#container div#right-col {
	position: absolute;
	top: 0;
	text-align:left;
}
div#container div#left-col {
	float:left;
	left:0;
}
div#container div#right-col {
	font-size: 9pt;
	left: 300px;
	width : 330px;
	float: right;
	height: auto;
	display:block;
	overflow: auto;
}

a, a:visited {
	color: black;
	text-decoration: underline;
}