body {
	font-family: bitstream vera sans, verdana, arial, sans-serif, helvetica;
	font-size: 10pt;
}
#banner {
	background-color: #666666;
	height: 75px; // height of the picture
}
#main {
	background-color: #666666;
	min-height: 300pt;
}
#menu {
	background-color: #666666;
	width: 100pt;
	border: 5pt solid #666666;
	float: left;
	color: white;	
}
#menu a {
	font-weight: bold;
	color: white;	
}
#menu a:visited {
	color: lightGrey; 
}
#contents {
	margin-left: 110pt;
	padding-left: 5pt;
	padding-top: 5pt;
	background-color: white;
	min-height: inherit;
}
#footer {
	clear: both;
}
.legalese {
	font-size: 8pt;
}
h1 {
	font-size: 14pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
}
h2 {
	font-size: 12pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
}
ul {
	margin : 0px;
}
li {
}
.newsheader {
	font-size: 10pt;
	background-color: lightGrey;
}
#contents > p {
	margin-top: 5pt;
}
img {
	border: none;
}
