/* --------------- CSS Reset ----------------- */
:link,:visited { text-decoration:none }
 
ul,ol { list-style:none }
 

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
 
a img,:link img,:visited img { border:none }
 
address { font-style:normal }
 
/* --------------- General -------------------- */
html{
	height:100%;
}
body {
	color:#555;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	margin:15px auto;
	height:100%;
	padding:0;
	width:1024px; }
 
p {
	margin:0;
	padding:5px; }
 
a:link,a:visited {
	color:#b00;
	height:20px;
	text-decoration:none; }
 
a:hover { text-decoration:underline; }
 
/* --------------- Layout -------------------- */
#footer{
	display:none;
}
#leftcol {
	display:none;
}
 
#maincontent {
	margin:0 auto;
	width:800px; }
 
#rightcol { display:none; }
 
/* --------------- Headers -------------------- */
h1,h2,h3,h4,h5 { font-family: "Trebuchet MS", Helvetica, sans-serif; }
 
#header{
	display:none;
	}
h1 {
	color:black;
	font-size:18px;
	font-weight:bold;
	text-indent:5px; }
 
.lr_head {
	color:black;
	height:25px;
	margin-bottom:-2px;
	padding-bottom:0;
	padding-top:3px;
	text-align:center; }
 
h2 {
	color:#b00;
	font-size:14px;
	margin-bottom:0;
	padding:0;
	text-align:left;
	text-indent:5px;
}
 
h3 {
	background-color:#b00;
	border-bottom:3px double #fff;
	color:#fff;
	font-size:12px;
	margin-bottom:0;
	padding:3px 0;
	text-align:left;
	text-indent:5px; }
 
#maincontent h1 {
	background-image:url(../images/h4_background.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#000;
	height:24px;
	margin:5px;
	text-indent:40px; }
 
#maincontent h2 {
	border-bottom:3px double #b00;
	height:25px; }
 
#maincontent h3 {
	background-image:url(../images/nav_back.jpg);
	background-repeat:repeat-x;
	color:#fff;
	margin-top:3px; }
 
h4,.feature_heads {
	color:black;
	display:block;
	font-weight:bold;
	margin-bottom:0;
	padding:0;
	text-align:center; }
 
/* --------------- Navigation --------------- */
#nav {
	display:none;
}
 

 
/* --------------- Forms -------------------- */
fieldset {
	border:1px solid #f2f2f2;
	margin:5px;
	padding:5px;
	width:95%; }
 
#maincontent label {
	float:right;
	text-align:right;
	width:250px; }
 
#leftcol input,#leftcol textarea {
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#eee;
	border:1px solid #b00;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	margin:1px;
	padding:2px; }
 
select { font-family: Arial, "Trebuchet MS", Helvetica, sans-serif; }
 
#leftcol select {
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #b00;
	font-size:10px; }
 
legend { font-weight:bold; }
 
.payform {
	border-collapse:collapse;
	border:1px solid black; }
 
.contactform {
	border-collapse:collapse;
	border:0; }
 
.payform th {
	background-color:#cc0000;
	color:white;
	padding:2px; }
 
.payform td {
	background-color:white;
	padding:4px;
	text-align:center; }
 
.required { color:#600; }
 
#maincontent input,#maincontent textarea,#maincontent select {
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#eee;
	border:1px solid #b00;
	margin:1px;
	padding:2px; }
 
#maincontent input[type=submit],#leftcol input[type=submit] {
	background-color:#c00;
	border-bottom:2px solid #000;
	border-left:1px solid #ccc;
	border-right:2px solid #000;
	border-top:1px solid #ccc;
	color:#fff; }
 
.new_row { clear:both; }
 
.left_form {
	float:left;
	text-align:right;
	width:30%; }
 
.right_form {
	float:right;
	text-align:left;
	width:69%; }
 
.poll {
	background-color:transparent;
	border:0;
	color:white; }
 
form {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom:0;
	margin-top:0; }
 
	form table { border:0; }
 
td {
	background-color:transparent;
	padding-left:2px;
	padding-right:2px; }
 
/* --------------- Others -------------------- */
.imgtype1 {
	background-color:#fff;
	display:block;
	padding: 5px 50px;
}
 
#main_headline {
	padding:5px;
	text-align:justify; }
 
#sub_head1,#sub_head2 {
	float:left;
	margin:1px 0;
	padding:10px;
	text-align:justify;
	width:340px; }
 
#sub_head2 {
	border-left:1px solid #eee;
	margin-left:3px;
	padding:10px; }
 
.sub_head_container { border:1px solid black; }
 
#container {
	left:0;
	position:absolute;
	top:0; }
 
.feature_tag { text-align:justify; }
 
.article_footer {
	font-weight:bold;
	text-align:right; }
 
.bottom_tag {
	background-color:#CCCCCC;
	border:1px solid black;
	text-align:center;
	width:97%; }
 
#fixtures,.fixtures {
	text-align:center;
	width:100%; }
 
#mid_tier {
	border:1px solid black;
	margin-bottom:5px;
	margin-top:5px;
	width:99%; }
 
.warmup { background-color: #E6E6FA; }
 
.league { background-color: #FFE4C4; }
 
.hcup { background-color: #FFFFF0; }
 
.ccup { background-color: #F0FFF0; }
 
.articlelink {
	left: -1000px;
	position: absolute;
	width: 900px; }
 
th { text-decoration:underline; }
 
.error {
	color:red;
	font-weight:bold; }
 
	.error p { margin-left:150px; }
 
.link_banner {
	display:none; }
 
.spacer { margin:0 5px; }
 
.left_box {
	border-top:1px solid #d00;
	margin:5px 0;
	padding:5px 3px; }
 
.center {
	text-align:center; }
 
.sitemap li {
	list-style-type:square;
	margin-left:20px; }
 
#Weather {
	margin:10px;
	padding:20px; }
 
	#Weather table { background-color:white; }
 
	#Weather th {
		color:red;
		font-weight:bold; }
 

 
#visitor_content {
	margin-left:250px;
	width:480px; }
	
.clear{
	clear:both;
}
 
.bottomlink {
	background-color:#600;
	clear:both;
	margin:0 auto;
	text-align:center;
	width:80%; }
 
	.bottomlink a { color:#fff; }
#imagelist li{
	float:left;
	display:inline;
	margin:10px;
	padding:4px;
	background-color:#eee;
	text-align:center;
	border:1px solid #b00;
	max-width:350px;
}
/* --------------- NewsScroller -------------------- */
#scrollup {
	display:none;
 }
/* --------------- End -------------------- */