/* General CSS */

body{
	background: #2d2d2e url(images/back.jpg) repeat-x;
	margin:0;
	padding:0;
}

img{
	border:0;
}

.ten_px_spacer{
	height:5px;
}

a{
	color:#c7010f;
	text-decoration:none;
	font-family:Arial, Georgia, Helvetica;
}

h2{
	font-family:Arial, Georgia, Helvetica;
	color:#c7010f;
	padding:0;
	margin:15px 0 15px 0;
}

h3{
	font-family:Arial, Georgia, Helvetica;
	color:#c7010f;
	padding:0;
	margin:15px 0 15px 0;
}

p{
	font-family:Arial, Georgia, Helvetica;
	color:#252525;
	line-height:22px;
	font-size:11pt;
	padding:0;
	margin:15px 0 15px 0;
}

ul{
	font-family:Arial, Georgia, Helvetica;
	color:#252525;
	line-height:22px;
	font-size:11pt;
}

.white_big_underline{
	font-family:Arial, Georgia, Helvetica;
	color:#ffffff;
	font-size:14pt;
	text-decoration:underline;
}

.white{
	color:#ffffff;
}

.hidden{
	display:none;
	}

/* Main Tables */

table#main{
	width:960px;
	margin:0;
	padding:0;
}

table#content{
	width:960px;
	margin:0;
	padding:0;
	background:#ffffff;
}

/* Mast */

td#mast{
	background:url(images/mast.jpg) no-repeat;
	width:960px;
	height:37px;
	padding:0 10px 0 0;
	margin:0;
}

span#mast{
	font-family:Arial, Georgia, Helvetca;
	font-size:10pt;
	color:#262526;
}

a#mast{
	font-family:Arial, Georgia, Helvetca;
	font-size:10pt;
	color:#262526;
	text-decoration:none;
}

/* Nav */

td#nav_spacer{
	background:#000000;
	width:3px;
	height:auto;
}

#main_nav td{
	text-align: center;
}

table#main_nav{
	width:736px;
	height:auto;
	margin:0;
	padding:0;
}

table#nav{
	width:736px;
	height:186px;
	margin:0;
	padding:0;
}

#mainnav{
	background:url(images/navback.jpg) repeat-x; 
	display: block; 
	height:auto; 
	list-style-type: none; 
	margin:0 0 0 0; 
	padding:0 0 0 0; 
	position: relative; 
	width:736px;	
	border:0;
}

#mainnav a{
	color: #ffffff; 
	display: block; 
	font-family:Arial; 
	text-decoration:none;
	margin:0;
	height:auto;
	padding-top:9px;
	padding-bottom:8px;
	font-size:11pt;
	font-family:Arial;	

}

#mainnav a:hover{
	background:url(images/navhover.jpg);
	color: #000000; 
	display: block; 
	font-family:Arial; 
	text-decoration:none;
	margin:0;
	height:auto;
	padding-top:9px;
	padding-bottom:8px;
	font-size:11pt;
	font-family:Arial;	
}

#mainnav a.active{
	background:url(images/navhover.jpg);
	color: #000000; 
	display: block; 
	font-family:Arial; 
	text-decoration:none;
	margin:0;
	height:auto;
	padding-top:9px;
	padding-bottom:8px;
	font-size:11pt;
	font-family:Arial;	
}

/* Main Content */

table#content{
	margin:0;
	padding:0;
}

.form{
	font-family:Arial;
}

/* Left Content */

table#left_content{
	width:630px;
	margin:13px 0 0 0;
	padding:0;
}

/* Right Content */
table#right_content{
	margin:0 0 40px 0;
	padding:0;
	width:320px;
}

table#right_child_red_table{
	margin:10px 0 10px 0;
	padding:0;
}

table#leagues{
	margin:10px 0 20px 0;
	padding:0;
	font-family:Arial;
	font-size:9pt;
}

td#black{
	background:#000000 url(images/right_black.jpg) repeat-x;
	width:320px;
	height:220px;
	padding:0 10px 0 10px;
}

td#red{
	background:#8f040d url(images/right_red.jpg) no-repeat;
	width:320px;
	height:236px;
	padding:0 10px 0 10px;
}

td#grey{
	background:#6c6c6b url(images/right_grey.jpg) repeat-x;
	width:320px;
	height:236px;
	padding:0 10px 0 10px;
}

td#right_ad{
	width:320px;
}

td#child_red{
	background:url(images/right_child_red.jpg) repeat-x;
	width:320px;
	height:236px;
}

h2#blackbox{
	font-family:Arial, Georgia, Helvetica;
	color:#ffffff;
	padding:0;
	margin:0;
}

h3#whitebox{
	font-family:Arial, Georgia, Helvetica;
	color:#ffffff;
	padding:0;
	margin:5px 0 5px 0;
}

h2#greybox{
	font-family:Arial, Georgia, Helvetica;
	color:#000000;
	padding:0;
	margin:0;
}

h3#greybox_no_margin{
	font-family:Arial, Georgia, Helvetica;
	color:#000000;
	padding:0;
	margin:0;
}

table#greybox_inner{
	margin:10px 0 0 0;
	padding:0;
}

/* Footer */

table#footer{
	margin:0;
	padding:0;
	width:960px;
}

td#footer{
	margin:0;
	padding:0 10px 0 0;
	width:960px;
	height:28px;
	background:#acacac;
}

span#footer{
	font-family:Arial, Georgia, Helvetca;
	font-size:10pt;
	color:#262526;
}

a#footer{
	font-family:Arial, Georgia, Helvetca;
	font-size:10pt;
	color:#262526;
	text-decoration:none;
}