html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: white;
	font-family:sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, strong {
	color: #003e7e;
}

div#center {
	width: auto;
	margin: 0px 250px 0px 200px;
	padding: 20px;
}

div#left {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	background-color: #e0e0e0;
}

div#right {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 250px;
	height: 100%;
	padding-top: 40px;
	background-color: #e0e0e0;
}

img#logo {
	margin: 40px 27px;
}

ul#menu {
	margin:0px;
	padding:0px;
}

ul#menu li {
	border-top: 2px solid white;
	list-style-type: none;
}

ul#menu li#last {
	border-bottom: 2px solid white;
}

a.menu {
	padding: 10px 20px;
	display:block;
	font-size:14px;
	font-weight:bold;
	color: #003e7e;
	text-decoration:none;
}

a.menu:hover {
	color: white;
	background-color: #003e7e;
}

ul#dates {
	margin:0px;
	padding:0px;
}

ul#dates li {
	border-top: 2px solid white;
	list-style-type: none;
	padding: 10px 20px;
}

ul#dates li h1 {
	font-size: 14px;
	padding:0px;
	margin:0px;
}

ul#dates li p {
	font-size: 12px;
	padding: 2px 0px;
	margin:0px;	
}
