* { margin: 0; padding: 0; }
	
body {
	font: 400 13px "Trebuchet MS",arial,sans-serif;
	color: #616161;
	background-color:#262626;
	}
h3 { font-family: "Trebuchet MS",arial,sans-serif; font-size: 14px; font-weight: bold; color: #555555; }
h4 { font-family: "Trebuchet MS",arial,sans-serif; font-size: 13px; font-weight: bold; color: #555555; }
h5 { font-family: "Trebuchet MS",arial,sans-serif; font-size: 14px; font-weight: bold; color: #555555; }
h5 a:hover { text-decoration:none; color: #1e579c; }

input.searchfield { width: 210px; padding: 3px; border: 1px solid #ccc; font-size: 11px; }
input.searchbutton { background: #063165; border: 0; padding: 3px 10px; color: #fff; font-weight: bold; font-size: 11px; }
	
#wrapper {background: #FFF url('../images/mainbg.jpg') repeat-y top center; min-height: 100%; min-width:1000px; width:100%; }
	
a { text-decoration: none; color: #1e579c; }
a:hover { text-decoration: underline; color:#d13b57; }
.white { color:#FFFFFF;}	
#menuOuter { width: 980px; margin: 0 auto; }
	
#head {
	height: 202px;
	width: 100%;
	background: #FFF url('../images/bodybg.gif') repeat-x top left;
	padding: 40px 0 0px 0;
	background-color: #444;
	}
	
.logo { color: #FFF; }

#menu {
	width: 980px;
	padding-top: 34px; padding-bottom: 10px;
	font-size: 0px;
	position: absolute; top: 176px;
	}
#contentOuter { margin: 0 auto; width:980px; padding:0; overflow:auto; }
#column {
	float: right;
	clear: none;
	width: 275px;
	margin: 0;
	color: #FFF;
	}

#content {margin: 0; width:645px; padding-right:10px; background-color:#FFFFFF; min-height:550px; }
	
#menu ul { list-style-type: none; }
	
#menu li { display: inline; }
	
#menu li a {
	height: 84px; min-height: 84px;
	padding: 33px 30px 10px 30px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	}
	
#menu li a:hover { background-color: #000; background: #00CCCC url('../images/menuhover.gif') repeat-x top center; color: #FFFFFF; }

#column h2 {	
	font: 400 20px 'century gothic','arial narrow',arial,sans-serif;
	color: #FFF;
	padding-bottom:10px;
	margin: 20px 0 10px 0;
	font-weight:600;
	background: url('../images/columnline.gif') repeat-x bottom left;
	}

#column p {
	line-height: normal;
	padding: 7px 0;
	}
	
#column ul {
	list-style-type: none;
	}

#column li {
	margin: 0px;
	list-style:none;
	background: url('../images/columnline.gif') repeat-x top left;
	}

#column li a {
	padding: 8px 2px 8px 27px;
	display: block;
	margin:  0;
	color:#FFF;
	text-decoration:none;
	background: url('../images/columnbullet.gif') no-repeat left;
	}

#column li a:hover {
	background: #063165 url('../images/columnbullet.gif') no-repeat right;
	color:#FFF;
	}

#content h1, #content h1 a {
	font: 400 24px 'century gothic','arial narrow',arial,sans-serif;
	color: #d13b57;
	margin:0px 0 10px 0;
	padding-top:20px;
	}
	
#content h2, #content h2 a {
	font-weight: 400;
	color: #1e579c;
	margin-bottom: 10px;
	font-size:18px;
	}
	
#content h1 a:hover, #content h2 a:hover {
	text-decoration: underline;
	}
	
#content p, #content h3, #content h4, #content h5 {
	margin: 5px 0 10px 0;
	line-height: 1.5em;
	}
	
p.info {
	border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;
	background: #F3F3F3 url('../images/bullet.gif') no-repeat left center;
	font-size: 0.9em;
	padding: 10px 5px 10px 25px;
	width: 605px;
	float: right;
	}
	
.blockquote {
	display: block;
	background: #F3F3F3;
	padding: 10px;
	border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;
	}
	
ol { font-weight: 800; font-size: 13px; color: #616161; margin: 20px; }
 
ol span { font: 400 13px arial,sans-serif; color: #616161; }

ol li {
	margin-left: 25px;
	padding: 4px 0;
	}

#content ul {
	list-style-type: none;
	margin: 20px;
	}
	
#content ul li {
	padding: 4px 25px;
	background: url('../images/bullet.gif') no-repeat left top;
	}


.clear {
	clear: both;
	line-height: 0; 
	height: 0; 
	font-size: 0;
	}
	
#footer {
	color:#FFFFFF;
	clear:both;
	}
#footer a { padding: 0px 20px; color:#FFFFFF; }
#footerInner { margin: 0 auto; width:960px; padding:10px; }
#footerEnd { background-color:#454545; padding:10px; text-align:center; color:#FFFFFF; min-width:980px; }
#footerEnd p { color:#FFFFFF; font-size:11px; }
#footerEnd a { color:#FFFFFF; }

/*table formatting*/
.tablines { background-color: #D4D2D3; }
 
/*a light colour on the borders of branded tables*/
.tabtitle{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; background-color: #333333; }
.tabletitle{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 13px; padding:5px; color:#333333;}
/*Used if table has an extra heading.*/
.tabhead { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 13px; font-weight: bold; color: #333333; background-color: #FFFFFF; padding:5px; }

/*dark colour, matching nav bar or other strong colour in the site.*/
.tabbody { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 13px; font-weight: normal; color: #555555; background-color: #FFFFFF; padding:5px;}

/*standard text, white background, black text is most common.*/
.tabtotal{ font-family: "Trebuchet MS", Arial, sans-serif; font-size: 13px; font-weight: bold; color: #555555; background-color: #FFFFFF; padding:5px;}
.football td { background-color:#ffff99; border:#000000 1px solid; }
.footballheader td { background-color:#ccffcc; border:#000000 1px solid; }
.footballtitle { font-family: Arial, Verdana, Helvetica; background-color:#ccffff; font-weight:bold; font-size:13px; vertical-align:middle;  }

















/*same background as tabbody but bold the text */
.NewsWireResult{ BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.NewsWireResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }
.DataResult { BORDER-RIGHT: graytext 1px solid; BORDER-TOP: graytext 1px solid; BORDER-LEFT: graytext 1px solid; BORDER-BOTTOM: graytext 1px solid; MARGIN-BOTTOM: 10px; PADDING: 2px; }
.DataResult H3 { MARGIN-TOP: 2px; MARGIN-BOTTOM: 0em; }