@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
p {
	margin: 10px 0px 10px 0px;
}
p.error {
	color: #F00;
}
html {
	background-color: #03244d;
	height: 100%;
}
form fieldset {
	text-align: center;
	background-color: #e05407;
	border: #03244d ridge 1px ;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	border-radius: 10px;
}
#wrapper {
	background-color: #FFF;
	width: 720px;
	height: 121px;
	margin: 0 auto;
}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 121px;
}
#body_wrapper {
	width: auto;
}
#body_lt {
	background: url(../images/left.png) 0 0 repeat-y;
}
#body_rt {
	background: url(../images/right.png) 100% 0 repeat-y;
}
#ftr_btm {
	width: auto;
	background: url(../images/btm.png) 0 0 repeat-x;
}
#ftr_lt {
	background: url(../images/btm_lt.png) 0 0 no-repeat;
	height: 20px;
}
#ftr_rt {
	background: url(../images/btm_rt.png) 100% 0 no-repeat;
	height: 20px;
}
#siteinfo {
	color: #FFF;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 25px 50px 25px 50px;
}

#siteinfo a {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#siteinfo a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#subject_header
	{
	background-color: #000062;
	font: font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	}
#articles
	{
	border: solid #000062 1px;
	font: font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color:#222222;
	font-size: 10px;
	padding: 2px;
	margin: 30px 5px 5px 5px;
	float: right;
	width: 200px;
	background-color: #FFF;
	}
#articles a
	{
	text-decoration: none;
	color:#000062;
	}
#articles a:hover
	{
	color:#FF6600;
	}
.countdown_header
	{
		width: 300px;
		text-align: center;
		margin-left: 40px;
	}
.gameday_header
	{
		text-align: left;
		margin-top: 45px;
		width: 400px;
	}
.mainstory
	{
	background-color: #DDDDDD;
	border: solid #CCCCCC 2px;
	padding: 10px;
	}
.maincontent {
	background-color: #FFF;
	padding: 10px 0px 10px 0px;
	margin: 0px 25px 0px 25px;
	text-align: left;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #222;
}
.fbtable {
	border: 1px solid #000062;
	border-collapse: collapse;
}

.fbtable td {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #DDDDDD;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
}

.fbtable th {
	border: 1px solid #000062;
	background-color: #000062;
	font-weight: bold;
 	color: #FFFFFF;
	padding: 5px;
}
.win {color: #009900;}
.loss {color: #FF0000;}
#memberForm label {
	width: 10em;
	float: left;
	font-weight: bold;
	padding-left: 10em;
}
#memberForm legend {
	padding-left: 5em;
	padding-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000062;
	font-weight: bolder;
}
#memberForm label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
#memberForm p.regform { clear: both; }
#memberForm em { font-weight: bold; padding-right: 1em; vertical-align: top; color: red;}
#memberForm fieldset {
	background-color: #FFF;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.screened {
	color: #999;
	text-decoration: none;
}
td.screened a {
	color: #999;
	text-decoration: none;
}
td.screened a:visited {
	color: #999;
	text-decoration: none;
}
td.screened a:hover {
	color: #000;
	text-decoration: none;
}