/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	background:#e76f33 url('images/backgroundFade.jpg') no-repeat top center;
}

.primaryColour { color:#002B5C; }

#mainSite {
	background:#fff;
	width:780px;
	margin:5px auto 5px auto;
	border:5px solid #002B5C;
}

#headerArea {
	border-bottom:2px solid #002B5C;
}

#menuArea {
	margin:16px 0 0 16px;
	float:left;
}

#menuArea a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:13px;
	text-align:left;
	width:156px;
	padding:11px;
}

#menuArea a:hover { background: url('images/selectedButton.jpg') no-repeat top left;}
.selectedButton { background: url('images/selectedButton.jpg') no-repeat top left;}
.normalButton { background: url('images/normalButton.jpg') no-repeat top left; }

div.overflow {
	width:100%;
	height:100%;
	overflow:auto;
}

#contentArea {
	float:right;
	width:530px;
	height:315px;
	padding:10px;
	border:2px solid #002B5C;
	margin:16px 16px 0 0;
}

#contentArea h1 {
	font-size:20px;
	line-height:22px;
	margin-bottom:8px;
	color:#002B5C;
}
#contentArea h2 {
	font-size:16px;
	line-height:22px;
	margin-bottom:8px;
	color:#002B5C;
}

#contentArea p {
	font-size:14px;
	line-height:16px;
}

#sponsorsArea {
	width:736px;
	margin:0px 0 20px 22px;
}

#sponsorsArea p {
	font-size:11px;
	line-height:13px;
	padding-bottom:4px;
	color:#002B5C;
	border-bottom:2px solid #BCBEC0;
}

#sponsorsArea img {
	float:left;
	margin-top:9px;
}

.twelveLeft { margin-left:12px; }
.eightBottom { margin-bottom:8px; }
.sixBottom { margin-bottom:6px; }
.fourBottom { margin-bottom:4px; }
.alignRight { text-align:right; }
.alignCenter { text-align:center; }
.peopleTables td { padding-right:5px; }

.standardLinks { color:#000; }
.standardLinks:hover { color:#002B5C; }

#nextFixture {
	font-size:18px;
	line-height:24px;
	float:left;
	margin:16px 0 0 32px;
	color:#002B5C;
}

#fixturesTable { width:100%; }
#fixturesTable p { font-size:12px; }

#designedBy {
	display:block;
	width:780px;
	margin:0 auto 5px auto;
	font-size:10px;
	line-height:13px;
	font-weight:bold;
	text-align:right;
	color:#002B5C;
}

#designedBy a {
	color:#002B5C;
	text-decoration:none;
}

.unorderedList {
	font-size:14px;
	line-height:16px;
}

.unorderedList li {
	margin-bottom:6px;
}

.unorderedList a { color:#000; }
.unorderedList a:hover { color:#002B5C; }
