body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px; /*** Don't change this setting. Make all other
font-sizes in % (preferred) or ems ***/
	color:#000000;
	}
a {
	text-decoration: none;
	outline: none;
	color:#b8d3e8;
	}
a:visited {
	}
a:active {
	}
a:hover {
	color:#ffd203;
	
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	}
p {
	line-height: 1.1em;
	}
li {
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	}
/*** the following styles and notes are (c) Copyright
Big John @ www.positioniseverything.net ***/
div,p{margin:0}

p{
	padding-bottom:8px;
}

.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
}

/***
The following fixes prevent justified italic text
from destroying the layout in IE/win. The problem
is that those properties together make IE force the
container wider, which in this type of floated layout
causes a float drop.
Pre-IE6 gets "width: 100%" and "overflow: hidden",
while IE6 gets "width: auto" and "overflow: visible,
which is the default, but explicitly stating it seems
to keep IE6 happy. IE6 also needs to see the
"height: 1%" to give it some kind of box dimension.
Browser coddling we call it. Finally, Bruno Fassino
found that "word-wrap: break-word;" disarranged the
justified text in IE5.5 and 6, so it is defaulted to
"normal" for this text.
If you don't need justified and italicized text then
forget all these fixes.
Although, ClevaTreva adds, I have seen some odd
behavior with normal justified text in IE, so
this may be worth remembering.
***/

/* \*/
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
he\ight: 1px;
word-wrap: normal;
}
html,body{
  margin:0;
  padding:0;
  border:0;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
body{
  background:#001F37 url(/images_web/headerBG.gif) top right repeat-x;	
  min-width:991px;
  text-align:center;
}
.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0}
#fullheightcontainer{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:991px;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapper{
  min-height:100%;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
  background:url(/images_web/pageBG.gif);
}
#wrapp\65	r{
  height:auto;
}
/* \*/
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
#outer{
  z-index:1;
  position:relative;
  margin-left:200px;
  width:591px;

/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#float-wrap{
  width:591px;
  margin-right:-1px;
  float:left;
  display:inline;
}
#left{
  width:201px;
  float:left;
  display:inline;
  position:relative;
  margin-left:-200px;
}
*>html #left{width:200px;}
#container-left{
  width:200px;
}
#right{
  float:left;
  display:inline;
  width:202px;
  margin-right:-200px;
  margin-left:-1px;
  position:relative;
}
/* \*/
* html #right{
  width:201px;
  margin-left:0px;
  margin-right:-500px;
  mar\gin-right:-201px;
}
/* Above style hidden from Mac IE */
#container-right{
/* \*/
  width:200px;
/* Above hidden from IE-Mac */
  margin-left:2px;
}
/* \*/
* html #container-right{
  fl\oat:right;
  di\splay:inline;
  margin-left:1px;
  mar\gin-left:0px;
}
/* Above style hidden from Mac IE */
/* \*/
* html #left{margin-right:-3px;}
/* Above style hidden from Mac IE */
#center{
  width:591px;
  float:right;
  display:inline;
/* \*/
  margin-left:-1px;
/* Hidden from IE-mac */
}
#container-center{
	background:url(/images_web/centerTop.gif) no-repeat 10px 0;
}
#container-right, #container-left{
	background:url(/images_web/sideTop.gif) top left no-repeat;
}
#clearheadercenter{
  height:313px;
  overflow:hidden;
}
#clearheaderleft{
  height:313px;
  overflow:hidden;
}
#clearheaderright{
  height:313px;
  overflow:hidden;
}
#clearfootercenter{
  height:205px;
  overflow:hidden;
}
#clearfooterleft{
  height:205px;
  overflow:hidden;
}
#clearfooterright{
  height:205px;
  overflow:hidden;
}
#footer{
  z-index:1;
  position:absolute;
  clear: both;
  width:991px;
  height:206px;
  overflow:hidden;
  margin-top:-205px;
}
#subfooter1{
  background:#001F37 url(/images_web/copyRightBG.gif) no-repeat bottom center ;
  text-align:center;
  height:51px;
}
#subfooter2{
  background:url(/images_web/footerBG.gif) no-repeat bottom;
  text-align:center;
  height:105px;
}
#subfooter3{
	height:50px;
}
#header{
  z-index:1;
  position:absolute;
  top:0px;
  width:991px;
  height:313px;
  overflow:hidden;
}
#subheader1{
  background:url(/images_web/headerBG.gif) repeat-x -1px 0px;
  text-align:center;
  height:266px;
  overflow:hidden;
}
#subheader2{
  background:url(/images_web/navBar.gif);
  text-align:center;
  height:47px;
}
#gfx_bg_middle{
  top:0px;
  position:absolute;
  height:100%;
  overflow:hidden;
  width:591px;
  margin-left:200px;
}
* html #gfx_bg_middle{
  display:none;
}
/* */
/*START SIDHelp */

.copyright{
	padding-top:20px;
}

.box {
	margin: 0px 10px;

}
.box a{
	color:#056DC1;
}

.boxTitle, .boxSideTitle{
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#000000;
	height:35px;
	padding:10px 10px 0 10px;
	font-style:italic;
}
.boxTitle{
	background:url(/images_web/centerTitle.gif) no-repeat 5px 5px;

}
.boxSideTitle{
	background:url(/images_web/sideHeader.gif) no-repeat 5px 5px;
}

	

	
.menu ul {
	list-style: none;
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding-bottom:10px;
	padding-left:20px;
}
	
.menu li a {

  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font:bold 12px Arial, Helvetica, sans-serif;
	padding: 0px 0 0 20px;
	background: url(/images_web/menuArrow.gif) no-repeat 6px 4px;
	}	
	
.menu li a:link, .menu li a:visited {
	display: block;
	}
	
.menu li a:hover, .menu li a:active {
	background-position:6px -32px;
	}
	
.menuItemTitle {
	background:url(/images_web/sideHeadline.gif);
	line-height:23px;
	height:27px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#ffcd00;
	margin:5px 0;
}





#nav{
	position:relative;
	text-align:left;
	line-height:30px;
}
#nav ul{
	margin : 0;
	white-space : nowrap;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:0px;
}
#nav ul li{
	display : inline;
	line-height:27px;
	font-size:13px;
}
#nav ul li a{
	padding:0px 15px;
	font-weight : bold;
}
#nav ul li a:hover{
	padding-bottom : 3px;
}


.newsTitle {
	float:none;
	color: #000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
	border-bottom: thin solid #CCCCCC;
	overflow:hidden;
	height:27px;
	background:url(/images_web/centerHeadline.gif);
}
.newsTitle a{
	color:#6c5100;
	display:block;
	padding:7px 0;
}
.newsTitle a:hover{
	color:#6c5100;
	text-decoration:underline;
}
.newsByLine {
	font-size:9px;
	padding-left:15px;
	padding-bottom:5px;
	color:#00457c;
}
.newsBody {
	padding-bottom:10px;
	padding-left:15px;
	text-align:left;
	margin-right:20px;
}

.articleDiv {
	clear:both;
	padding-left:2px;
	padding-right:2px;
	overflow:auto;
}

.newsPhoto {
	padding:4px;
	float:left;
	border: 1px solid #ebe2bb;
	margin: 2px 15px 5px 15px;
}
.newsPhotoCaption {
	text-align:center;
	font-size:10px;
	background:#00457c;
	color:#bed5e7;
	padding:3px 0px;
}

.newsReadMore{
	font-weight:bold;
	color:#056dc1;
	text-align:right;
	padding-bottom:10px;
	padding-right:20px;
}
form { margin:0;}

.fanPoll .frmButton {
	margin-bottom:10px;
}
.pollQuestion{
	text-align:center;
	font-size:11px;
	font-weight:bold;
	padding:5px 20px;
	color:#b8d3e8;
}
.pollTotalVotes{
	text-align:center;
	font-style:italic;
	font-size:11px;
	padding-top:5px;
	color:#b8d3e8;
}
.pollBarBG{
	background:url(/images_web/centerHeadline.gif) bottom right;
	height:15px;
}
.pollChoices{
	color:#b8d3e8;
}
.pollBox{
	color:#b8d3e8;
	padding:3px 10px;
}
.pollEndDateMsg{
	text-align:center;
	font-style:italic;
	font-size:11px;
}
.pollAnswer{
	font-size:11px;
	color:#b8d3e8;
}
.sbDate {
	font-size: 12px;
	color:#ffcd00;
	font-weight: bold;
	text-align:right;
	padding: 0 5px 3px 0;
}

.sbSport {
	font-size: 13px;
	color: #ffcd00;
	font-weight: bold;
	background:url(/images_web/sideHeadline.gif) no-repeat;
	line-height:23px;
	height:27px;
	padding-left:13px;
}

.sb {
	font-size: 9pt;
}
.sbStatus{
	font-size: 8pt;
	text-align:right;
}

.sbEventO, .sbEventE, .sbEvent {
	padding:3px 10px;
	margin-left: 3px;
	font-size: 11px;
	color:#b8d3e8;
}
.sbEvent{
	margin:10px 0;
}
.sbDhSecondGame{
	text-align:center;
}

.sbScore {
	text-align: right;
	padding-right: 8px;
	padding-left: 2pt;
}
.sbTime{
	text-align: right;
	padding-right:3px;
}
.sbTimeZone{
	text-align: center;
}
.sbNote{
	text-align: right;
	font-style:italic;
	font-size: 10px;
	padding-right:4px;
}
.sbWinner{
	font-weight:bold;
}
.sbTeams{
	text-align:left;
}
.newsArchiveLink{
	font-weight:bold;
	padding-left:19px;
}
.logos{
	height:92px;
}
.logos img{
	position:absolute;
}
.WPLogo{
	left:10px;
	padding-top:16px;
}
.mccLogo{
	left:240px;
	padding-top:13px;
}
.naiaLogo{
	left:459px;
}
.msfaLogo{
	left:610px;
	padding-top:9px;
}
.SIDLogo{
	left:823px;
	padding-top:15px;
}
.f{
	padding:0 6px;
}
.formLable{
	text-align:right;
	font-weight:bold;
}
.sectionTitle{
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}
.sideAds{
	margin:20px 5px 10px 5px;
	color:#ffffff;
	text-align:center;
}
.middleAds{
	width:569px;
	margin:0 auto
}
.sideAds .ad{
	margin:20px 0;
}
#swf_content{
	margin:0px;
	padding:0px;
}
.rightRotateAds {
	height:260px;
	margin:0 auto 10px;
	overflow:hidden;
	width:190px;
}
.topRightAds{
	margin:	0;
	padding:20px 0;
	color:#fff;
	text-align:center;
}

.fNav {
	width: 561px;
	margin: 0 auto;
}
