﻿html, body 
{
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	overflow:hidden;
	font-family: verdana, arial, helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
}

body
{
	background: black;
	color: #313131;
}

p
{
	text-align: justify;
	line-height: 1.5;
}

h1, h2, h3, h4
{
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #1F5E29;
}

h1
{
	font-size: 20px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
}

img
{
	border: none 0px;
}

a
{
	text-decoration: underline;
	color: #1F5E29;
}

#agfcForm
{
	height: 100%;
}

#mainTable
{
	width: 100%;
	height: 100%;
}

#mainTable #leftHandSpacer, #mainTable #rightHandSpacer
{
	width: 50px;
}

#mainTable #menuCell
{
	width: 150px;
}

#contentContainerDiv
{
	height: 600px;
	overflow: auto;
}

#mainContentDiv
{
	background-color: #D3D3D3;
	background-image: url(images/contentbackground.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 10px 50px 50px 10px;
}

#menu
{
	height: 400px;
	background-color: #1F5E29;
	text-align: center;
}

#menu h1
{
	color: Black;
	font-size: 16px;
}

#menu ul
{
	width: 95%;
	margin: 0px; 
	padding: 0px;
}

#menu li
{
	background-color: #565656;
	border: solid 1px black;
	font-size: 10px;
	list-style-type: none;
	vertical-align: middle;
}

#menu a
{
	color: Black;
	text-decoration: none;
}

.homePageCell
{
	height: 149px;
	width: 33%;
	background-color: Black;
	vertical-align: middle;
	text-align: center;
	color: #D3D3D3;
	font-size: 11px;
}

.homePageCell h2
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.homePageCell p
{
	text-align: center;
}

.homePageCell a
{
	color: #D3D3D3;
	text-decoration: none;
}

.homePageCell h2 a
{
	color: #1F5E29;
	text-decoration: none;
}

.statisticsTable
{
	width: 80%;
}

.statisticsTable td
{
	width: 40%;
	white-space: nowrap;
	vertical-align: top;
}

.smallLink
{
	font-size: 11px;
	color: #1F5E29;
}

.fixturesTable
{
	margin-top: 30px;
}

/* Awards Table */

.awardsTable
{
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: solid 1px #aaa;
	border-collapse: collapse;
}

.awardsTable thead
{
	font-weight: bold;
	vertical-align: bottom;
}

.seasonColumn
{
	width: 11%;
}

.awardColumn
{
	width: 17%;
}

.awardsTable td
{
	border: solid 1px #aaa;
}
