body {
  width: 710px; /* Good Width */
  background-color: #000000;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  color: #ffffff;
  font-size: 10pt;
  font-family: "Verdana", sans-serif;
}

/* Basic Paragraph Styling */

.header {
  position: relative;
  text-align: center;
  color: #ffffff;
  background: inherit;
  width: 710px;
  height: 236px;
  border-style: solid;
  border-color: #660000;
  border-width: 4px;
}

.main {
  clear: both;
  position: relative;
  width: 680px;
  top: -15px;
  color: #cccccc;
  background-color: #000000;
  margin: auto; 
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  border-style: solid;
  border-color: #660000;
  border-width: 4px;
}

.links {
  position: relative;
  top: -20px;
  color: #4B6E03;
  background: #000000;
  width: 710px;
  height: 32px;
  border-style: solid;
  border-color: #660000;
  border-width: 4px;
}

.smallprint {
  width: 710px;
  font-size: 80%;
}

.printonly {
  display: none;
}

.pagebreak {
  display: none;
}

.screenonly {
  display: block;
}

td.general {
  margin: 10px;
  width: 100px;
  height: 150px;
}

td.teaminfo {
  padding-left: 20px;
  vertical-align: top;
}

.strikethrough {
  text-decoration: line-through;
}

.clearfloat {
  clear: both;
}

/* Rollover Formatting */


a.rollover_home {
  display: block;
  float: left;
  width: 117px;
  height: 32px;
  background: url('images/linksprites.gif');
  background-position: 0px 0px;
}

a.rollover_home:hover {
  background-position: -118px 0px;
}

a.rollover_dir {
  display: block;
  float: left;
  width: 117px;
  height: 32px;
  background: url('images/linksprites.gif');
  background-position: 0px -32px;
}

a.rollover_dir:hover {
  background-position: -118px -32px;
}


a.rollover_pics {
  float: left;
  display: block;
  width: 117px;
  height: 32px;
  background: url('images/linksprites.gif');
  background-position: 0px -64px;
}

a.rollover_pics:hover {
  background-position: -118px -64px;
}

a.rollover_reg {
  float: left;
  display: block;
  width: 117px;
  height: 32px;
  background: url('images/linksprites.gif');
  background-position: 0px -96px;
}

a.rollover_reg:hover {
  background-position: -118px -96px;
}

a.rollover_players {
  float: left;
  display: block;
  width: 117px;
  height: 32px;
  background: url('images/linksprites.gif');
  background-position: 0px -128px;
}

a.rollover_players:hover {
  background-position: -118px -128px;
}

a.rollover_owl {
  float: left;
  display: block;
  width: 117px;
  height: 32px;
  background: url('images/linksprites.gif');
  background-position: 0px -160px;
}

a.rollover_owl:hover {
  background-position: -118px -160px;
}

/* Hide the text */
.displace {
  position: absolute;
  left: -5000px;
}

/* Menu Formatting */

dl {
  margin-top: 2px;
  margin-bottom: 4px;
}

dt {
/*  border: 1px #ffffff solid; */
  padding: 3px 3px 3px 3px;
}

/* Image Table Formatting */

table.gallery {
  position: relative;
  left: 20px;
}

table.gallery td {
  text-align: center;
  width: 100px;
  height: 100px;
  border-style: dashed;
  border-width: 1px;
  border-color: black;
}

/* About Page Table Formatting */

table.about tr td {
  vertical-align:top;
}

/* Basic Image and Paragraph Styling */

a {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #cc0000;
}

a img {
  border: none;  
}

/* Google Maps link */

small a {
  color: #ff0000;
  text-align: left;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.center {
  text-align:center;
}

/* Paragraph Formatting */

h3 {
  color: #ff0000;
}

.clear {
  clear: both;
}
