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

/* Basic Paragraph Styling */

.header {
  position: relative;
  text-align: center;
  color: #000000;
  background: inherit;
  width: 710px;
  height: 236px;
}

.main {
  clear: both;
  position: relative;
  width: 680px;
  top: -15px;
  color: #000000;
  background: #ffffff;
  margin: auto; 
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.links {
  display: none;
  position: relative;
  top: -20px;
  color: #4B6E03;
  background: #ffffff;
  width: 710px;
  height: 32px;
}

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


/* For Print-Only objects */

.printonly {
  display: block;
  text-align: center;
  font-size: 120%;
}

.pagebreak {
  display: block;
  page-break-before: always;
}

.screenonly {
  display: none;
}

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

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

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

.clearfloat {
  clear: both;
}

/* 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: #000000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #000000;
}

a img {
  border: none;  
}

/* Remove Google Maps Link */
small a {
  display: none;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.center {
  text-align:center;
}

/* Paragraph Formatting */

h3 {
  color: #000000;
}

.clear {
  clear: both;
}
