body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	min-width: 800px;
}
body div {
	width: 800px;
	text-align: left;
}
#topmenu ul {
	list-style: none;
	padding: 15px;
	margin: 0;
}
#topmenu ul li {
	float: left;
	padding-left: 5px;
}
#topmenu ul li a {
	color: #666666;
	border-left: 1px solid #666666;
	text-decoration: none;
	padding-left: 5px;
}
#topmenu ul + li a {
	border: none;
}
#topmenu ul li a:hover {
	color: black;
	text-decoration: underline;
}
#flash {
	height: 230px;
}
#flash object {
	width: 800px;
	height: 230px;
}
#flash, #content {
	clear: both;
}
#content h1 {
	font-size: 9px;
	color: white;
	background-color: #999999;
	border: 1px solid #CCCCCC;
	border-bottom: #333333;
	border-right: #333333;
	margin: 1em 2px 0 2px;
	padding: 3 5px;
}
#content p{
	margin: 0.5em 0;
	padding: 0 8px;;
}
#content p.highlight {
	color: blue;
}
#colbox {
	float: left;
	width: 640px;
}
#colbox div.column {
	width: 319px;
	padding-right: 1px;
	float: left;
}
#sidebar {
	width: 160px;
	float: right
}
#brand {
	 width: 137;
	 height: 141;
	 border: 0;
}
#copyright {
	clear: left;
	text-align: center;
}
.centred {
	text-align: center;
	margin: auto;
}
.centred * {
	text-align: left;
}
