body
{
	font-family: Sans-Serif;
	margin: 0;
}
#banner
{
	border-bottom: 1px solid black;
	font-size: 8pt;
	margin-top: 10px;
	padding-bottom: 5px;
}
#banner h1
{
	font-size: 18pt;
}
#banner h2
{
	font-size: 12pt;
	font-weight: normal;
}
#banner img
{
	float: left;
	padding-right: 10px;
}
#banner .login
{
	float: right;
}
#sidebar
{
	border-right: 1px solid black;
	float: left;
	padding: 16px;
	width: 208px;
}
#menu
{
	list-style-type: none;
	margin: 0;
}
#menu li
{
	background-image: url('../resources/cricketball.gif');
	background-repeat: no-repeat;
	padding: 0px 0px 20px 30px;
	line-height: 24px;
}
#content
{
	border-left: 1px solid black;
	margin-left: 240px;
	padding: 0.5em;
}
#content h1, h2, h3, h4, h5, h6
{
	text-align: left;
}
#content h1
{
	font-size: large;
}
#content h2.indent
{
	margin-left: 1em;
}
#content p.indent
{
	margin-left: 1.5em;
}
#content p
{
	font-size: 90%;
	text-align: justify;
}
.center {
	text-align: center;
}
#content h1 {
	font-size: medium;
}
#content h2 {
	font-size: small;
}
table.resultstable td.team
{
	font-style: italic;
}
table.resultstable td
{
	width: 15em;
}