html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  line-height: 1.5em;
  background: #800080;
  overflow-x: hidden;
  scrollbar-base-color: black;
  scrollbar-arrow-color: gray;
  scrollbar-DarkShadow-Color: black;
  font: 76% arial,sans-serif;
}
body.Awards {
  background-color: #ffffff;
  background-repeat: repeat-y;
  background-position: left;
  scrollbar-base-color: black;
  scrollbar-arrow-color: gray;
  scrollbar-DarkShadow-Color: black;
}
body.Fade {
/*  background-image: url('images/opacity_gym_floor.gif'); */
/*  background-repeat: repeat; */
  background: #800080;
  overflow-x: hidden;
  scrollbar-base-color: black;
  scrollbar-arrow-color: gray;
  scrollbar-DarkShadow-Color: black;
}
b {
  font-size: 110%;
}
em {
  color: red;
}
a.results:link {
  color: #000080;
  text-decoration: underline;
}
a.results:visited {
  color: #666666;
}
a.results:hover {
  color: #ff0000;
}
a:link {
  color: #00ff00;
  text-decoration: underline;
}
a:visited {
  color: #ff0000;
}
a:hover {
  color: #ffff00;
}
table {
  font: 9pt/18px arial, helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}
table.White {
  background-color: white;
}
td.Gallery {
  background-color: gray;
}
#rules {
  color: blue;
  text-decoration:underline;
}
#performance {
  color: red;
  font-style: italic;
}
table#Standards {
  text-align: center;
  background-color: white;
}
table#Standards td {
  text-align: center;
  border: none;
}
table#sponsors {
  align: center;
  border: 1px solid #000080;
}
table#sponsors td {
  align: center;
  border: 1px solid #ff0000;
}
.footer {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000080;
  font-weight: bold;
  letter-spacing: 2px;
}
#image_container {
  width: 100%;
  height: 100%;
  border: 3px double #000;
  margin: 1% auto;
}
#image_container img {
  width: 100%;
  height: 100%;
}
#wrapper {
  float: left;
  width: 100%;
  border: 2px single #000;
  padding: 15px;
  margin: 0;
}
#content {
  margin: 0 0;
  padding: 0 0;
  width: 25%;
}
#navigation {
  float: center;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}
#extra {
  float: left;
  width: 25%;
  margin: 0 0;
  padding: 0 0;
*/  margin-left: -20%;  /*
}
#footer {
  clear: left;
  width: 100%;
}
#floatmenu ul {
  margin-left: 5;
  padding: 0;
  font-weight: bold;
  list-style: none;
  width: 119px;
  line-height: 10px;
  background-image: url('/images/VertWeightStack.gif');
  position: relative;
}
#floatmenu ul li {
  position: relative;
}
#floatmenu ul li a:link, a:visited {
  display: block;
  color: white;
  text-decoration: none;
  padding: 5px;
}
#floatmenu ul li a:hover {
  display: block;
  color: yellow;
}
#floatmenu li ul {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 112px;
  top: 0;
  display: none;
}
#floatmenu li:hover ul {
  display: block;
}
#floatmenu li.over ul {
  display: block;
}
/* Fix IE. Hide from IE Mac\*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

