/*------------------BASE CSS ----------------------------*/

html, body
{
	margin: 0;
	padding: 0;	
	background: url(../images/BG.jpg) no-repeat;

	background-color: #99000C;
}

body
{
font-family: arial,helvetica,sans-serif;
font-size: 14px;
text-align:left;
margin-left:200px;
}

p
{
 margin:0 10px 10px;
}

 A:link, A:active, A:visited
{
	color: #ff6600;
	text-decoration: none;
}	

a:hover
{
	color: #ff6600;
}

/*Custom Classes*/
.outlineText
{
	font-weight: bold;
	font-size: 100%;
	color: #990000;
	font-size:130%;

}
#makeStrongButSmall
{
	font-weight: bolder;
	font-size: 85%;
	color:#C90002; 
}


#headerText
{
	font-weight: bold;
	font-size: 120%;	
}


#header
{
	width: 850px;
	height: 221px;
	margin-bottom:0px;
}

/*page Navigation*/
#navigation
{
	width: 850px;
	height:47px;
	background-color:#333;
	text-align:center;
}

/*Page Content Outer Container*/
#pageContainer{
width:850px;
margin:0 auto;
text-align:left;
/*background-color:#000000;*/
 float:left;
 margin-right:4px;

}


/*Content Container*/
#contentContainer
{
margin-top:0px;
width:850px;
/*background: url(../images/contentBG.jpg) repeat-x;*/
background-color:#1E1E1E;
color:#ffffff;

}

#contentContainer #content
{
	padding:3px;
/*
 margin-left:-5px;
 margin-right:-5px;
*/
}



#welcome
{	
	padding-top:5px;
	padding-left:5px;
 font-size:150%;
 padding-bottom:10px;
}


/* Page Footer */
#footer
{
	background-color: #f5f5f5;
	padding-top:3px;
	background: url(../images/footerBG.jpg) repeat-x;
}

#footer #content
{
	text-align:center;
	 margin-left:5px;
 margin-right:5px;
color: #ffffff;

}

#footer li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}

/*------------------------END OF BASE CSS------------------------------*/

.footballSchedule
{
	width:685px;		
}

.footballSchedule  th
{
	background-color: #99000C;
	color:#ffffff;	
}

.footballSchedule .oddRows
{
	background-color: #f5f5f5;
}

#advertisementFloatRight250x250
{
	float:right;
	 width: 250px;
	 height:250px;
	
}
#advertisementFloatLeft250x250
{
	float:left;
	 width: 250px;
	 height:250px;
	
}

#advertisementFloatRight200x200
{
	float:right;
	 width: 200px;
	 height:200px;	
}

#advertisement728x90
{
	width: 100%;
	height:90px;	
	 text-align:center;
}

#advertisement468x60
{
	width: 100%;
	height:60px;	
	text-align:center;
}
#advertisementLeft
{
	 float:left;
	 width:85px;
}
#advertisementRight
{
	 float:right;
	 width:85px;
}
