@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-color: #111;
	background-attachment: fixed;
	background-position: top center;
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: auto;
	width: 940px;
}
#top {
	float: left;
	height: 255px;
	width: 940px;
	background-image: url(images/design/banner.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFF;
	margin: 0;
}
#top img {
	float: right;
	border: 2px solid #FFF;
	margin: 140px 10px 0px 0px;
}
#container #top p {
	font-size: 0.75em;
	color: #111111;
	font-weight: bold;
	padding: 5px 10px;
}
#nav {
	float: left;
	width: 930px;
	list-style-type: none;
	padding: 5px 5px 10px 0px;
	color: #99FF00;
}
#nav li {
	float: left;
	font-size: 0.88em;
	margin: 0px 5px 0px 0px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
	font-weight: bold;
}
#nav a:hover {
	color: #99FF00;
}
#nav2 {
	float: left;
	width: 920px;
	padding: 5px 10px 10px 10px;
	color: #99FF00;
	font-size: 0.88em;
	font-weight: bold;
}
#nav2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav2 a:hover {
	color: #99FF00;
	text-decoration: underline;
}

#home,
#content {
	float: left;
	width: 940px;
	padding: 0px;
}
#homeinfo {
	margin: 0;
	width: 310px;
	float: left;
	min-height: 10px;
}

#homeinfo2 {
	margin: 0;
	width: 310px;
	float: left;
}
#fixedtable {
	position: fixed;
	top: 325px;
}
#compinfo, #news {
	margin: 0px 0px 0px 0px;
	width: 740px;
	float: left;
	min-height: 10px;
}

#homeinfo table,
#compinfo table,
#league_fix_res table {
	background-color: #111111;
	background-image: url(images/design/header.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 10px 0px;
}

#homeinfo table {
	width: 300px;
}

#compinfo table {
	width: 730px;
}

#league_fix_res table {
	width: 630px;
}

#compinfo td {
	vertical-align: top;
}

#league_fix_res {
	float: left;
	width: 630px;
}

#homeinfo th,
#compinfo th,
#league_fix_res th {
	padding: 0px 5px;
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: normal;
}
#homeinfo td,
#compinfo td,
#league_fix_res td  {
	padding: 4px 5px;
	font-size: 0.75em;
	color: #111;
	background-image: url(images/design/td-bkgd.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-top: 1px solid #111;
}
#homeinfo th.date {
	text-align: left;
	height: 20px;
}

#compinfo th.date {
	text-align: left;
	height: 20px;
}

#homeinfo .subhead,
#compinfo .subhead,
#league_fix_res .subhead {
	font-size: 1em;
	color: #111111;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 0px 5px;
	height: 20px;
}
td.leagueteam {
	font-weight: bold;
}
#homeinfo .leaguedata {
	border-left: 1px solid #111111;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}

#compinfo .leaguedata {
	border-left: 1px solid #111111;
	text-align: center;
	vertical-align: middle;
	width: 30px;
}
#homeinfo .leaguegd,
#compinfo .leaguegd {
	border-left: 1px solid #111111;
	text-align: center;
	vertical-align: middle;
	width: 15px;
	color: #666666;
}
#homeinfo .leaguepts {
	border-left: 1px solid #111111;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(images/design/td-bkgd2.jpg);
}

#compinfo td.leaguepts,
#compinfo td.score {
	border-left: 1px solid #111111;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(images/design/td-bkgd2.jpg);
	font-weight: bold;
}
#compinfo th.time,
#compinfo th.team,
#compinfo th.v,
#compinfo th.score {
	border-left: 1px solid #111111;
	text-align: left;
	height: 20px;
}

#league_fix_res td.score {
	border-left: 1px solid #111111;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(images/design/td-bkgd2.jpg);
	font-weight: bold;
}


#league_fix_res th.time,
#league_fix_res th.team,
#league_fix_res th.v,
#league_fix_res th.score {
	border-left: 1px solid #111111;
	text-align: left;
	height: 20px;
}

#league_fix_res th.date {
	text-align: left;
	height: 20px;
}


#homeinfo td.team {
	width: 88px;
}
#homeinfo td.score {
	text-align: center;
	border-left: 1px solid #111111;
	font-weight: bold;
	border-right: 1px solid #111111;
	background-color: #333333;
	color: #FFFFFF;
	background-image: url(images/design/td-bkgd2.jpg);
}

#homeinfo td.date {
	text-align: center;
	width: 30px;
	border-right: 1px solid #111111;
}

#compinfo td.date {
	text-align: left;
	width: 155px;
}

#homeinfo td.time {
	text-align: right;
	border-left: 1px solid #111111;
	width: 15px;
}

#compinfo td.time {
	text-align: right;
	border-left: 1px solid #111111;
	width: 30px;
	text-transform: lowercase;
}

#compinfo td.team {
	width: 160px;
	border-left: 1px solid #111111;
}

#compinfo td.referee {
	width: 100px;
	border-left: 1px solid #111111;
}

#compinfo td.v {
	text-align: center;
	border-left: 1px solid #111111;
}



#league_fix_res td.date {
	text-align: left;
	width: 165px;
}

#league_fix_res td.time {
	text-align: right;
	border-left: 1px solid #111111;
	width: 25px;
	text-transform: lowercase;
}

#league_fix_res td.team {
	width: 165px;
	border-left: 1px solid #111111;
	font-weight: bold;
}

#league_fix_res td.referee {
	width: 100px;
	border-left: 1px solid #111111;
}

#league_fix_res td.v {
	text-align: center;
	border-left: 1px solid #111111;
}


#home .header {
	background-image: url(images/design/header.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding: 5px;
	border-bottom: 1px solid #111111;
	clear: left;
}
#home .header h2 {
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: normal;
}
#homemiddle {
	float: left;
	width: 430px;
}
#homenews {
	float: left;
	width: 420px;
	margin: 0px 0px 10px 0px;
}
#homenews .header {
	margin: 0px 0px 5px;
}
#home h1 {
	font-size: 1em;
	color: #111111;
	margin: 0px 0px 4px 0px;
}
#twitter {
	float: left;
	width: 420px;
	margin: 0px 5px 5px 0px;
	background-image: url(images/design/homenews-bkgd.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-position: bottom;
}

#twitter h1 {
	font-size: 1em;
	color: #111111;
	margin: 0;
	background-image: url(images/design/header.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding: 5px;
	border-bottom: 1px solid #111111;
}

.twtr-widget,
.twtr-hd,
.twtr-ft,
.twtr-tweets {
	font-family: Arial, Helvetica, sans-serif;
}

.twtr-bd {
	margin-top: 0px;
}

.twtr-hd {
	display: none;
}


#ads {
	float: left;
	width: 200px;
	background-image: url(images/design/header.png);
	background-repeat: no-repeat;
}
#ads img {
	border-style: none;
	margin: 0px 0px 1px;
}
.homenewswrapper {
	float: left;
	padding: 5px 0px;
	width: 420px;
	background-color: #FFF;
	background-image: url(images/design/td-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #111111;
}

#homenews h1 {
	font-size: 1em;
	color: #111111;
	margin: 0;
	background-image: url(images/design/header.gif);
	background-repeat: no-repeat;
	height: 35px;
	padding: 5px;
}

#content h1 {
	font-size: 1.5em;
	color: #99FF00;
	margin: 0px 0px 10px 0px;
	letter-spacing: -1px;
}
#content p {
	color: #FFFFFF;
	font-size: 0.75em;
	margin: 0px 0px 8px;
	line-height: 1.3;
}
#content p a {
	color: #99FF00;
	text-decoration: none;
}
#content p a:hover {
	text-decoration: underline;
}

#news h2 {
	font-size: 1em;
	color: #99FF00;
	margin: 0;
	border-top: 1px dotted #444;
	padding: 5px 10px 0px 0px;
}

#news h2 a {
	color: #99FF00;
	text-decoration: none;
}
#news h2 a:hover {
	text-decoration: underline;
}


#news h3 {
	font-size: 0.75em;
	color: #99FF00;
	margin: 0px 0px 5px;
	font-weight: normal;
}

#news h4 {
	font-size: 0.75em;
	color: #99CC00;
	margin: 5px 0px 0px 0px;
	font-weight: normal;
}

#compinfo h4 {
	font-size: 0.75em;
	color: #99CC00;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

#newsarticle {
	margin: -10px 15px 0px 0px;
	width: 700px;
	float: left;
}

#newsarticle h2 {
	font-size: 1em;
	color: #99FF00;
	margin: 0px 0px 8px 0px;
	line-height: 1.3em;
}

#newsarticle h3 {
	font-size: 0.75em;
	color: #99FF00;
	margin: 0px 0px 5px;
	font-weight: bold;
}


#newsarticle p strong {
	color: #99FF00;
}
#newsarticle ul {
	margin: 0px 0px 8px 20px;
	padding: 0px;
}
#newsarticle li {
	font-size: 0.75em;
	line-height: 1.3;
	color: #FFFFFF;
}
#newsarticle li li {
	font-size: 100%;
}

#homenews p {
	color: #111111;
	font-size: 0.75em;
	margin: 0px 0px 5px;
	padding: 0px 5px;
}
#homenews h2 a {
	color: #111111;
	text-decoration: none;
}
#homenews h2 a:hover {
	text-decoration: underline;
}

#homenews h2 {
	font-size: 0.88em;
	color: #111111;
	margin: 0;
	padding: 0px 5px;
}

#homenews h3 {
	font-size: 0.75em;
	color: #111111;
	margin: 0px 0px 5px;
	font-weight: normal;
	padding: 0px 5px;
}

#homenews h4 {
	font-size: 0.75em;
	color: #99CC00;
	margin: 5px 0px 0px 0px;
	font-weight: normal;
}



#footer {
	clear: both;
	color: #333333;
	font-size: 0.69em;
	padding: 5px 10px 20px 0px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

