h1 {
	width: 100%;
	height: 2em;
	background: #3366aa;
	background-image: url(/images/title.png);
	color: white;
	margin: 0px;
	padding-top: 0.5em;
	text-align: center;
}

td {
	vertical-align: top;
}

h2 {
	font-size: 14pt;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

body {
	margin: 0px;
	background: #aabbbb;
	font-family: georgia;
	font-size: 11pt;
}

div.menu {
	float: left;
	width: 120px;
	background: #558899;
	padding-top: 12px;

	background-image: url(/images/shadow.png);
	background-position: top;
	background-repeat: repeat-x;
}

div.menu a {
	display: block;
	margin: 3px;
	margin-bottom: 10px;
	padding: 2px;
}

div.menu a:hover {
	background: #6699aa;
}

div.content {
	padding: 1em;
	background: white;
	margin-left: 120px;
	margin-right: 7%;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;

	background-image: url(/images/content-grad.png);
	background-position: top;
	background-repeat: repeat-x;
}

.news {
	font-weight: bold;
	font-size: 70%;
}

img {
	border: 0px;
}

a {
	color: #882200;
}

a:hover {
	background: #fff8f0;
}