@charset "utf-8";
/* CSS Document */

html{
overflow: -moz-scrollbars-vertical;
}

body{
margin: 0;
padding:0;
text-align:center;
background: #000 url(../images/mainbg.gif) top repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

#wrapper{
margin: 0 auto;
width: 960px;
}

.clear{
clear: both;
}

#navigation{
background: url(../images/navbg.gif) top center no-repeat;
width: 960px;
height: 28px;
padding: 6px 0 24px 0;
font-size: 13px;
color: #FFF;
font-weight:bold;
}

#header{
width: 960px;
text-align:center;
background: #000;
}

#content{
float: left;
padding: 10px;
width: 940px;
text-align:left;
background: #000;
}

#col1{
float: left;
width: 677px;
padding-right: 3px;
}

#col2{
float: left;
width: 257px;
padding-left: 3px;
}

#footer{
clear: both;
margin: 0 auto;
width: 960px;
padding: 8px 0;
text-align:center;
color: #FFF;
font-size: 11px;
}

/**************** Rounded Boxes ***************/

.sideBox, .contentBox{
background: #cccdcd url(../images/panelbgs.gif) top repeat-x;
padding: 8px;
}

#boxtxt{
color: #CCCDCD;
}

.titles{
background: url(../images/titlebg.gif) top repeat-x;
text-align:left;
padding: 3px;
font-weight:bold;
font-size: 16px;
color: #FFF;
}

.sm_titles{
background: url(../images/titlebg.gif) top repeat-x;
text-align:left;
padding: 3px;
font-weight:bold;
font-size: 10px;
color: #FFF;
}

/**************** Score Board BG's *******************/

td.scores{
background: #EFEFEF;
padding: 5px;
text-align:left;
}

/*************** Main Nav ******************/



/************* Global Links ***************/

a:link, a:visited{
color: #1046a3;
text-decoration: none;
}

/************* Footer Links ****************/

#footer a:link, #footer a:visited{
color: #FFF;
padding: 0 7px;
}

h1{
font-size: 16px;
}

h2{
font-size: 14px;
}

h3{
font-size: 13px;
}

h1,h2,h3{
color: #7e0b0a;
margin: 0;
padding: 3px 0;
}

a img{
border: 0;
}

.news{
border-bottom: 1px dotted #8e8e8f;
padding-bottom: 5px;
margin-bottom: 5px;
}

.ctrtxt{
text-align:center;
}

.rttxt{
text-align: right;
}

.buttons, a.buttons{
background: #7e0b0a;
text-align:center;
font-weight:bold;
padding: 3px;
border: 1px solid white;
font-size: 14px;
color: #FFF;
}

.sp{
padding-right: 8px;
}

a.main:link, a.main:visited{
display: block;
background: #7e0b0a;
color: #FFF;
font-weight:bold;
padding: 3px;
text-align:left;
font-size: 14px;
border: 1px solid #FFF;
margin-bottom: 1px;
}

span.linksep{
width: 1px;
color: #760201;
}
