p {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
}

h1,h2,h3,div,td {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
    padding: 0px;
    margin: 0px;
}

a {
  color: #E61717;
}

a:hover {
  color: #333333;
}

h1 {
  clear:both;
  padding-left: 10px;
  vertical-align: middle;
  color: #000000;
  background: url("/images/base/h1.gif");
  background-repeat: no-repeat;
  background-position: right;
  font-size: 14px;
  line-height: 24px;
}

h1 img {
  vertical-align: middle;
}

h2 {
  font-size: 12px;
  color: #E61717;
}

h3 {
  color: #333333;
    font-size: 10px;
}
/********* LAYOUT  ************/

body.pagebody {
  margin: 0px;
  background-color: #CACACA;
}

#layout {
}

#header {
  background: url("/images/base/banner_bg.gif");
  background-repeat: repeat-x;
}

#content  {
  width: 700px;
  background-color: #FFFFFF;
}

#mainbody {
  padding: 0px 5px;
}

#leftnav {
  background-color: #333333;
  width: 200px;
  border: solid black;
  border-width: 1px;
}

#leftnav h1 {
  background: url("/images/base/leftnavheader.gif");
  background-repeat: repeat-x;
  color: black;
  text-align: center;
}

#leftnav p {
  padding: 0px;
  margin: 5px;
}

#rightnav {
  width: 150px;
  background-color: black;
  color: white;
}

#rightnav p {
  padding: 2px;
}

#rightedge {
  background: url("/images/base/side_dc.gif");
  background-repeat: repeat-y;
  width: 35px;
}

#footer {
  background-color: #E61717;
  color: #FFFFFF;
    text-align: center;
  height: 30px;
}

/********* NAVIGATION ************/

#leftnav a {
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
}

#leftnav a:hover {
  color: #F98F8F;
}

#rightnav a {
  color: white;
}

#secondarynav {
  background-color: #E61717;
  text-align: center;
  line-height: 18px;
}

#secondarynav a {
  padding: 4px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

#secondarynav a:hover {
  text-decoration: underline;
  color: #F98F8F;
}
/********* HEADLINES ***********/

.caption {
  clear: left;
  float: left;
  padding: 3px;
}

.topstories {
  clear: left;
  padding: 5px;
}

.topstories h2 a {
  font-size: 12px;
  color: #E61717;
  text-decoration: none;
}

.topstories h2 a:hover {
  color: #333333;
}

.archives td{
  padding-left: 5px;
  padding-bottom: 5px;
}

.archives a {
  color: #E61717;
  font-weight: bold;
  text-decoration: none;
}

.archives a:hover {
  color: #333333;
}


/**** DROP DOWN MENU ****/

.dropdownmenu {
  width: 150px;
  position:absolute;
  visibility: hidden;
  background-color: #E61717;
  border:1px solid black;
  font:normal 12px Verdana;
  line-height: 18px;
  z-index: 100;

}

.dropdownmenu a {

  display: block;
  text-indent: 3px;
  text-decoration: none;
  font-weight: bold;
  text-indent: 5px;
  color: #FFFFFF;
}

.dropdownmenu a:hover {
  background-color: #333333;
  color: #FFFFFF;
}


/********* ROSTERS  ************/

tr.roster-header td {
    font-weight: bold;
    color:white;
    background-color: #E91718;
    padding: 2px;
}

tr.roster-row0 a:hover, tr.roster-row1 a:hover {
    text-decoration: underline;
    color: #425FD5;
}

tr.roster-row0 td {
    background-color: #eeeeee;
    font-size: 11px;
    padding: 2px;
}
tr.roster-row1 td {
    background-color: #ffffff;
    font-size: 11px;
    padding: 2px;
}

table.bio {
    background-color: #eeeeee;
    border: ridge;
    border-width: 2px;
    padding: 5px;
    width: 400px;
}

td.bio-name {
    background-color: #E91718;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

td.bio-header {
    color: #black;
    font-weight: bold;
    white-space: nowrap;
}
td.bio-data {

}

/********* SCHEDULES  ************/

table.schedule {
    padding: 6px;
}

tr.schedule-header td {
   font-weight: bold;
   text-decoration: underline;
}

table.schedule td {
    padding: 4px;
}

/********* SCOREBOARD ************/

div.boxscore {
  padding: 4px;
  font-size: 8pt;
  color: white;
}

div.boxscore-score {
  float: right;
  font-size: 8pt;
  color: white;
}