body {
	background : white url('images/bg.gif');
	margin : 0;
	padding : 0;
	}
#wrapper {
	margin: 0;
	padding: 0;
	}
#header {
	padding: 0;
	margin-bottom: 0;
	background: #333 url('images/banner.gif') no-repeat top left;
	height : 70px;
	}
#nav {
	float: left;
	width: 188px;
	margin: 0;
	margin-right: 0;
	padding: 0;
	}
#content {
	padding: 0;
	margin-left: 198px;
	padding-top: 15px;
	width : 560px;
	}
#nav ul {
	margin-left : 5px;
	padding-left : 0;
	list-style-type : none;
	font : .8em verdana, arial, helvetica, sans-serif;
	}
#nav li.marker {
	background-color : #999;
	color : #444;
	font-weight : bold;
	padding : 3px 0;
	margin : 15px 0 1px 0;
	}
#nav a {
	display : block;
	padding : 3px 0;
	width : 178px;
	border-bottom : 1px solid #999;
	}
#nav a.here, #nav a:visited.here {
	background-color : #999;
	color : white;
	display : block;
	padding : 3px 0;
	width : 178px;
	text-align : right;
	border-bottom : 1px solid #c00;

	}
#nav a:link, #navlist a:visited {
	color : #EEE;
	text-decoration : none;
	}
#nav a:hover {
	background-color : #999;
	color : white;
	border-bottom : 1px solid #c00;
	text-align : right;
	}
table {
	font-family : verdana, arial, helvetica, sans serif;
	border-collapse : collapse;
	border : 1px solid #666;
	}
thead {	
	background-color : #666;
	color : white;
	font-weight : bold;
	}
thead th {
	border-right : 1px solid white;
	border-bottom : 1px solid white;
	padding : 5px;
	font-size : .8em;
	}
tfoot {
	background-color : #666;
	color : white;
	font-size : .8em;
	text-align : center;
	padding : 5px;
	}
tfoot td {
	padding : 5px;
	}
tbody td {
	border-bottom : 1px solid #666;
	text-align : center;
	padding : 5px;
	width : 80px;
	font-size : .8em;
	}
table h1 {
	font-size : 1em;
	font-weight : bold;
	font-variant : small-caps;
	text-align : center;
	margin : 0;
	}
p {
	font : .8em verdana, arial, helvetica, sans serif;
	}
input {
	font : 10px tahoma, verdana, helvetica, sans serif;
	color : #c00;
	}
a, a:visited, a:active {
	color : #c00;
	}
a:hover {
	color : #00c;
	text-decoration : none;
	}