body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

#sidebar{
	width: 150px;
	height: 500px;
	float:left;
	clear:right;
}

#header{
	width:650px;
	height:10px;
	border: 1px solid #006699;
	float: left;
	background: #006699;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	vertical-align:bottom;
	padding: 10px;
}

#content{
	width:650px;
	height: 550px;
	border: 1px solid #006699;
	float: left;
	padding: 10px;
	overflow:auto;
}

p.menu{
	font-weight: bold;
	margin: 10px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	}
p.title{
	font-weight: bold;
	font-size: 14px;
}
p.small{
	font-size: 9px;
	color:#999999;
}
a {
	text-decoration: none;
	color:#006699;
	}

td.proceedings{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	}