﻿body{
    background: #5579bd repeat-x;
    background-image: url(images/pgbk.gif);
	font-family: Verdana, Geneva, Arial, sans-serif;

}
#container {
    position:absolute;
    background:White;
	border:solid 1px #333333;
	left:50%;
	width:735px;
	margin-left:-377px;
}
#content {
	color: #333333;
	position:relative;
	font-size:11px;
	margin: 5px;
}

#logo {
    background: no-repeat;
    background-image: url(images/header.jpg);
	position:relative;
	width:735px;
	height:200px;
}
#date {
	color: #333333;
	position:relative;
	width:720px;
	height:16px;
	font-size:10px;
	overflow:hidden;
	margin-left:10px;
}
#results {
	color: #333333;
	position:relative;
	width:600px;
	font-size:11px;
}
#footer {
	color: #333333;
	position:relative;
	width:700px;
	height:20px;
	font-size:10px;
	margin-left:10px;
	text-align:center;

}

td {
	color: #333333;
	font-size:11px;
}

th {
	background-color: #5579bd;
	color: #FFFFFF;
	font-size:11px;
	font-weight: bold;
	border:1px solid silver;
}