/*the following prepared style rules determine colors, fonts, layout,
        list appearance, and text wrap around the image in the content area*/

      BODY {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        
        margin-left: 55px;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        background-color: #FFFFFF;
        background-image : url(../races/images/misc/50bu10.gif);
      }
      
      h1 {
        font-size: 18px;
        margin-left: 20px;
        color: #0000FF;
      }

      h2 {
        font-size: 16px;
        margin-left: 20px;
      }

      h3 {
        font-size: 14px;
        margin-left: 20px;
        color: #0000FF;
      }

      a:link {
         color: #0000FF;
      }

      a:visited {
         color: #0000FF;
      }

      a:hover {
         color: #FF0000;
         text-decoration: underline; 
      }

      a:active {
         color: #FF0000;
      }

      #container {
        width: 800px;
        background: #FFF;
        margin: 0 0 0 1em;
      }
      #content {

        margin: 0 2em 2em 15em;
        background-color: #FFF;
      }
      #content img {
        float: left;
        margin-right: 3px;
        margin-bottom: 3px;
      }
      #nav {
        position: absolute; top: 160px; left: 0px;
        width: 150px;
      }
      #nav ul {
        width: 150px;
      }

      /*start writing the new style rules below this comment*/
      
      table {
              background: #FFFFF;
              width: 80%;
              border-collapse: collapse;
              font-family: Verdana, Arial, Helvetica, sans-serif; 
              font-size: 10px;              
            }
            th, td {
              border: 0;
              padding: 3px;
              font-size: 12px;         
              font-weight: normal;
            }
            tr.tabletitle td {
              font-size: 14px;         
              font-weight: bold;
            }
            td {
              font-size: 12px;              
            }
            
            caption {
              background-color: #FFFBF0; 
              font-weight: bold;
              font-size: 12px;              
              text-align: left;
              
      }
      
.bottommenu {
   background-color: #FFFFFF;
   text-align: center;
   font-family: Verdana, Arial,
    Helvetica, sans-serif;
   font-size: 10px;
   border-top-width: 1px;
   border-top-style: solid;
   border-top-color: #0018E7;
   padding-top: 4px;
   padding-bottom: 4px;
   width: 80%;
}

.bottommenu a:link {
   color: blue;
   text-decoration: none;   
}

.bottommenu a:active {
   color: red;
     text-decoration: none;   
}

.bottommenu a:visited {
   color: blue;
     text-decoration: none;   
}

.bottommenu a:hover {
   color: red;
   text-decoration: underline;   
}
      
      
.topmmenu {
   background-color: #FFFBF0;
   text-align: center;
   font-family: Verdana, Arial,
    Helvetica, sans-serif;
   font-size: 12px;
   border-bottom-width: 1px;
   border-bottom-style: solid; 
   border-bottom-color: #0018E7; 
   
   border-top-width: 1px;
   border-top-style: solid; 
   border-top-color: #0018E7; 

   border-left-width: 1px;
   border-left-style: solid; 
   border-left-color: #0018E7; 

   border-right-width: 1px;
   border-right-style: solid; 
   border-right-color: #0018E7; 
      
   margin-top: 2;      
   margin-bottom: 8;
   
   padding-top: 4px;
   padding-bottom: 4px;   
   width: 80%;
}

.topmmenu a:link {
   color: blue;
   text-decoration: none;   
}

.topmmenu a:active {
   color: blue;
     text-decoration: none;   
}

.topmmenu a:visited {
   color: blue;
     text-decoration: none;   
}

.topmmenu a:hover {
   color: red;
   text-decoration: underline;   
}
       