    body {
      margin:0;
	  padding:0;
      color:#000;
      font:x-small/1.5em Arial, Helvetica, sans-serif;;
      voice-family: "\"}\""; voice-family:inherit;
	  font-size:small;
    } 
    
    #header {
      float:left;
      width:100%;
      background-color:#C1C39C;
	  background-repeat:repeat-x;
      font-size:93%;
      line-height:normal;
    }
	#header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
    }
    #header li {
      float:left;
      background:url("/GIFS/nav/left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
    }
    #header a {
      float:left;
      display:block;
      background:url("/GIFS/nav/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
    }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    
	#header a:hover {
      color:#474878;
    }
    #header #current {
      background-image:url("/GIFS/nav/left_on.gif");
      border-width:0;
    }
    #header #current a {
      background-image:url("/GIFS/nav/right_on.gif");
      color:#333;
      padding-bottom:5px;
    }
    #header img {
	  border:0;
    }
	#header form { 
	  padding: 0px; 
	  margin: 0px;
	}
	.toptext{
	  position: absolute;
	  top: 2;
	  left: 125;
	  color: #474878;
	  font-weight: bold;
	}
	.sponsor{
	  position: absolute;
	  top: 0;
	  left: 125;
	  color: #474878;
	  font-weight: bold;
	}

	#subheader{
		clear: both;
	}

    #subheader a {
      display:inline;
      text-decoration:none;
      font-weight:bold;
      color:#333;
	  font-size:9pt;
  	  position:relative;
	  left: 115px;
    }

    #subheader img {
	  border:0;
   }
    #subheader a:hover {
	  color:#765;
    }
  
