h1,h2,h3,div,td {
    font-family: verdana, geneva, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
}

img {
   border: 0px;
   margin: 0px;
}

.rich img {
  padding: 10px;
}

.photo {
  padding: 0px 5px;
  float: right;
}

p {
    font-family: verdana, geneva, sans-serif;
    font-size: 12px;
}

a {
  color: #336699;
}

a:hover {
  color: #D00000;
}

h1 {
  background: url("/images/base/h1.gif");
  color: #FFFFFF;
  text-align: left;
  padding: 9px 30px; 
  font-size: 18px;
  font-style: italic;
}

h2 {
  color: #336699;
  font-size: 20px;
  font-weight: normal;
}

h3 {
}

h4 {
  margin: 0px;
  color: #000000;
  padding: 2px;  
}

/********** LAYOUT **********/

table.design {
  background-color: #FFFFFF;
}

body.pagebody {
  margin: 0px;
  padding: 0px;
  background: #3366CC url("/images/base/page_bg.gif") repeat-y center;
}

.mainbody {
  padding: 5px;
}

#header {
  height: 105px;
  text-align: center;
}

#header-top {
  background: url("/images/base/header.gif") right;
  height: 74px;
}

#header-global {
  background: url("/images/base/header_bg-bottom.gif") left;
  height: 31px;
}

#spacer {
  float: right;
}

#leftcol {
  background: url("/images/base/col_bg.gif");
  padding: 0px;
}

#leftcol h3 {
  background: url("/images/base/bluetab_left.gif") left;
  font-family: arial;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  padding-left: 25px;
  height: 26px;
  line-height: 175%;
}

#leftcol td {
  font-size: 11px;
}

#rightcol {
  background: url("/images/base/col_bg.gif");
  padding: 0px;
}

#rightcol h3 {
  background: url("/images/base/bluetab_right.gif") right;
  font-family: arial;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 25px;
  height: 26px;
  line-height: 175%;
}

#rightcol td {
  font-size: 11px;
}

#rightcol .navbar-links a {
  display: block;
  padding: 2px 3px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

#rightcol .navbar-links a:hover {
  background: #2d5fb4;
}

#footer {
  background: #040c13 url("/images/base/footer.gif") no-repeat;
  text-align: right;
  height: 60px;
}
/********** NAVIGATION **********/

.navbar-global-top { 
  text-align: right;
}


.navbar-global-top a {
  background: url("/images/base/global-top-bg.gif");
  color: #FFFFFF;
  font-family: arial;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  line-height: 23px;
  text-decoration: none;
  padding: 4px 20px;
  margin-left: -26px;
}

.navbar-global-top a:hover {
  background: none;
  background: url("/images/base/global-top-match.gif");
  color: #FFFFFF;
  text-decoration: underline;
}

.global-match-top a {
  background: none;
  background: url("/images/base/global-top-match.gif");
  color: #FFFFFF;
}

.navbar-global { 
  text-align: right;
}


.navbar-global a {
  background: url("/images/base/bluetab_left.gif");
  color: #FFFFFF;
  font-family: arial;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  line-height: 26px;
  text-decoration: none;
  padding: 5px 20px;
  margin-left: -26px;
}

.navbar-global a:hover {
  background: none;
  background: url("/images/base/global-match.gif");
  color: #FFFFFF;
  text-decoration: underline;
}

.global-match a {
  background: none;
  background: url("/images/base/global-match.gif");
  color: #FFFFFF;
}

.navbar-related a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 3px 5px;
  font-size: 12px;
  display: block;
/*  border: solid transparent 1px; */
}

.navbar-related a:hover {
  color: #FFFFFF;
  background-color: #2d5fb4;
/*  border: solid #FFFFFF 1px;  */
}


#navbar-secondary {

}


/********** HEADLINES **********/
.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

.headline {
  padding: 2px;
  font-size: 11px;
}

.headline a {
  color: #990000;
  text-decoration: none;
  padding: 2px;
}

.headline a:hover {
  text-decoration: underline;
}

.featured {
  border-bottom: dotted 1px;
}

.featured img {
  clear: left;
  float: left;
  border: solid #990000 1px;
}

.featured a{
  color: #990000;
  text-decoration: none;
  line-height: 25px;
  font-size: 18px;
}

.featured a:hover {
  text-decoration: underline;
}

.featured-more {
  text-align: right;
}

.featured-more a {
  font-size: 12px;
}

.section-red {
}

.section-red h3 {
  background: url("/images/base/section_header-red.gif");
  color: #FFFFFF;
  font-size: 18px;
  font-style: italic;
  padding: 8px 0px;
  padding-left: 25px;
}

.section-red a{
  color: #990000;
  text-decoration: none;
}

.section-red a:hover{
  text-decoration: underline;
}

.section-red table {
  border: solid #000000 1px;
  background: url("/images/base/redtab_footer.gif") bottom;
  background-repeat: no-repeat;
}

.section-red-footer {
  height: 57px;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
}

.affiliates-news {
}

.affiliates-news h3 {
  background: url("/images/base/section_header-red.gif");
  color: #FFFFFF;
  font-size: 18px;
  font-style: italic;
  padding: 8px 0px;
  padding-left: 25px;
}

.affiliates-news table {
  border: solid #000000 1px;
  height: 200px;
  background: url("/images/base/redtab_footer.gif") bottom;
  background-repeat: no-repeat;
}

.affiliates-news-cell0  {
  border-right: solid #000000 1px;
    border-bottom: solid #000000 1px;
}

.affiliates-news-cell1  {
    border-bottom: solid #000000 1px;
}


.feeds {

}


.feeds table {
  border: solid #000000 1px;
  background-color: #FFFFFF;
  height: 200px;
}

.feeds td {
  padding: 2px;
}

.feeds-row0 td {
 background-color: #FEFDCF;
  border-bottom: dotted 1px;
}

.feeds-row1 td {
  background-color: #FFFFFF;
  border-bottom: dotted 1px;
}

.feeds a {
  color: #000000;
  text-decoration: none;
  
}

.feeds a:hover {
  text-decoration: underline;
}

.feeds h3 {
  background: url("/images/base/bluetab_left.gif") left;
  font-family: arial;

  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  padding-left: 30px;
  height: 23px;
  line-height: 175%;
}

.feeds-body {
  height: 200px;
  overflow: auto;
  scrollbar-base-color: #6a6e75;
}

.feeds-body table {
  border: 0px;
}

.feeds-footer {
  background: url("/images/base/bluetab_footer.gif") bottom;
  background-repeat: no-repeat;
  height: 57px;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
}

.feeds-footer a{
  color: #990000;
}

.archives {
  padding: 5px;
  font-size: 11px;
  color: #FFFFFF;
}

.archives li {
}

.archives a{
  color: #FFFFFF;
  text-decoration: none;
}

.archives a:hover {
  text-decoration: underline;
}

/******* TAB CONTENT **********/



.tab {
  width: ;
  background-color: ;
  padding: 0px;
}

#tablist {
  text-align: right;
  padding-right: 0px;
  margin: 0px;
}

#tablist ul{
  list-style-type: none;
}

#tablist li  {
  background: url("/images/base/redtab_left.gif");
  list-style: none;
  display: inline;
  padding: 6px 16px;
    margin-left: -23px;
   line-height: 199%;
}

#tablist li a {
  text-decoration: none;
}

#tablist li a:hover {
/*
  background: url("/images/base/redtab_match.gif");
  padding: 6px 16px;
  margin: -23px;
*/
  text-decoration: underline;
}

#tabcontentcontainer{
  height: 197px;
  overflow: auto;
  scrollbar-base-color: #6a6e75;
  border: solid 1px;
  background: url("/images/base/redtab_footer.gif") bottom;
  background-repeat: no-repeat;
}


#selectedtabs li.selected {

}

#selectedtabs li.selected a{ 
  background: url("/images/base/redtab_left.gif");
  padding: 4px 10px;

}

.tabcontent {
  display: none;
  height: 190px;
}
/********* SPONSORS **********/
.slideshow {
  border-left: solid #3571AF 1px;
  border-right: solid #3571AF 1px;
  text-align: center;
}

/********** ROSTERS **********/

tr.roster-header td {
    font-weight: bold;
    color:white;
    background-color: #3571AF;
    padding: 2px;
}

tr.roster-row0 a:hover, tr.roster-row1 a:hover {
    text-decoration: underline;
    color: #425FD5;
}

tr.roster-row0 td {
    background-color: #e0e0e0;
    font-size: 11px;
    padding: 2px;
}
tr.roster-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 2px;
}

table.bio {
    background-color: #E0E0E0;
    border: ridge;
    border-width: 2px;
    padding: 5px;
    width: 400px;
    float: ;
}

.bio {
    background-color: #E0E0E0;
    padding: 5px;
    width: 660px;
}

.bio .logo{
  float: right;
  padding: 10px;
}

.bio-name {
    background-color: #2d5fb4;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
   line-height: 30px;
    padding: 5px;
}

.bio-data div {
  padding: 10px;
}

.bio-data .bio-header {
  font-weight: bold;
  padding: 5px;
}


/********** HELP **************/
#help a {
    font-size: 12px;
    font-weight: bold;
    color: #CE1019;
}

/**** LINK-tag style sheet anylink.css ****/
/**** POPUPMENU ****/
.popupmenu {
position:absolute;
top: -20px;
left: -215px;
width: 215px;
}

.anylinkcss {
position:absolute;
visibility: hidden;
border: none;
line-height: 18px;
z-index: 100;

}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;

padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background-color: #6C0A0A;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #2d5fb4;
}

.related { width:649px !important; overflow:hidden !important;  }

