body
{
  margin: 0;
  padding: 0;
  font: 85% arial, hevetica, sans-serif;
  text-align: center;
  color: #000;
  background-image: url(images/Texture_lt_gray_013b.jpg);
}

#container
{
  margin: 1em auto;
  width: 770px;
  text-align: left;
  background-color: #e06000;
  border: 1px solid black;
}
	
#header
{
  background-image: url(images/banner.gif);
  height: 55px;
}

#navbar
{
  background-color: #7b828c;
  text-align: center;
}

#navbar ul
{
  list-style-type: none;
}

#navbar ul li
{
  display: inline;
}

#navbar a
{
  text-decoration: none;
  color: #272900;
  padding: 3px 15px 5px;
  border: 1px solid #000;
  background-color: white;
  font-weight: bold;
}

#navbar a:hover, #navbar a#here, #navbar a#here:hover
{
  background-color: #7b828c;
  border: 1px inset #000;
}

#news
{
  float: right;
  width: 180px;
  margin: 10px 0px 20px 20px;
  padding-right: 25px;
  padding-left: 10px;
  border-left: 1px dotted black;
}

.heading
{
  font-size: medium;
  font-weight: bold;
}

.subheading
{
  font-weight: bold;
}
	
#contents
{
  padding: 10px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: white;
  border-right: 3px solid #7b828c;
  border-top: 3px solid #7b828c;
}

#contents .mainImage
{
  padding-right: 10px;
  float: right;
}

#roster
{
  margin-left: auto;
  margin-right: auto;
}

#roster COL.lastName,
#roster COL.firstName
{
  width: 10em;
}

#contacts
{
  text-align: center;
}

#sponsors
{
  text-align: center;
}

#sponsors td
{
  padding: 15px;
  text-align: left;
}

#sponsors .textsponsor
{
  font-weight: bold;
  font-size: 45px;
}

#schedule
{
  font-size: small;
}

#footer
{
  clear: both;
  text-align: center;
}

a img
{
  border: 0px;
}
/* Styles for the "Races" page */

TABLE.schedule {
   width: 95%;
   border-collapse: collapse;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   text-align: left;
}

TABLE.schedule TH, TABLE.schedule TD {
   padding: 0.5em;
   font-size: 100%;
}

TABLE.schedule TH {
   background-color: #ccccff;
   border-bottom: 1px solid black;
}

TABLE.schedule TD {
   border-top: 1px solid #333333;
   border-bottom: 1px solid #333333;
}

TABLE.schedule TD.champs {
   border-top: 1px solid #333333;
   border-bottom: 1px solid #333333;
   background: #dddddd;
}


/* Styles for the "Races" page */
TABLE.schedule {
   width: 95%;
   border-collapse: collapse;
   border-top: 1px solid black;
   border-bottom: 1px solid black;
   text-align: left;
}

TABLE.schedule TH, TABLE.schedule TD {
   padding: 0.5em;
   font-size: 100%;
}

TABLE.schedule TH {
   background-color: #ccccff;
   border-bottom: 1px solid black;
}

TABLE.schedule TD {
   border-top: 1px solid #333333;
   border-bottom: 1px solid #333333;
}

TABLE.schedule TD.champs {
   border-top: 1px solid #333333;
   border-bottom: 1px solid #333333;
   background: #dddddd;
}
