p,h1,h2,h3,h4,div,td {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
}

img {
   border: 0px;
}

a {
  color: #010368;
}

h1 {
    font-size: 20px;
    line-height: 25px;
    color: #010368;
    margin: 0 0 5 0;
}

h2 {
    font-size: 12px;
    color: #D50307;
    margin: 0 0 5 0;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #D50307;
}

h4 {
    font-weight: bold;
    color: #010368;
}

/********** NAVIGATION **********/

body.pagebody {
  background-color: #999999;
  margin: 25px;
  padding: 0px;
}

#mainbody {
  padding: 0 20 0 20;
}

.decorator {
    background-color: #FFFFFF;
    padding: 0px;
}

#top-border {
    height: 25px;
    background-color: #FFFFFF;
    background-image: url(/images/base/top_right.gif);
    background-repeat: no-repeat;
    background-position: top right;
    align: top;
}

#banner {
}

.nav-primary  {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.nav-primary td {
 width: 110px;
 height: 25px;
 white-space: nowrap; 
 text-align: center;
 background-image: url(/images/base/underline.gif);
}

#nav-primary-match  {
  font-size: 12px;
  color: #FFAF37;
  font-weight: bold;
  text-decoration: none;
}

.nav-secondary {
  text-align: center;
  text-decoration: none;
  padding: 0 0 0 5;
}

.nav-secondary a:hover {
  color: #D50307;
}

#nav-secondary-match  {
  color: #FFAF37;
  padding: 0 0 0 5;
  text-decoration: none;
}

#bottom-border-left {
    width: 200px;
    height: 35px;
    text-align: center;
    background-color: #FFFFFF;
    background-image: url(/images/base/bottom_left.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#bottom-border-right {
    width: 200px;
    height: 35px;
    text-align: center;
    background-color: #FFFFFF;
    background-image: url(/images/base/bottom_right.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

#footer {
    background-color: #999999;
    color: #FFFFFF;
    text-align: center;
}

#footer a {
    color: #FFFFFF;
}

/********** ROLLOVER NAVIGATION **********/

#ddimagenavs {
  display: inline;
}

#ddimagenavs a{
  display: inline;
  font-size: 12px;
  height: 25px;
  font-weight: bold;
  text-decoration: none;
}

#ddimagenavs a:hover {
  font-size: 12px;
  height: 25px;
  color: #D50307;
  font-weight: bold;
  text-decoration: none;
}

#navcontentcontainer{
  height: 15px;
}

.navcontent{
  display:none;
}

/********** PAGE ELEMENTS **********/

.random-image table {
   float: right;
 padding: 5px;
font-weight: bold;
}

.teaser {
    background-color: #D8D8D8;
    float: right;
    width: 300;
    padding: 5;
}

/********** ROSTERS **********/

tr.roster-header td {
    font-weight: bold;
    color:white;
    background-color: #010368;
    padding: 2px;
}

tr.roster-header td a{
    color: #FFFFFF;
}

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: 300px;
    float: center;
}

.bio-name {
    background-color: #010368;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
}

table.np {
    background-color: #eeeeee;
    border: ridge;
    border-width: 2px;
    padding: 5px;
    width: 450px;
    float: center;
}

.np-name {
    background-color: #010368;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
}


/********** Lightbox - Thumbnails ***********/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/base/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/base/overlay.png", sizingMethod="scale");
	}
