    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%;
/*			max-width: 1260px;*/
        max-width:100%;
      background-color:#000000;
	  background-repeat:no-repeat;
      font-size:93%;
      line-height:normal;
    }

		#header > img {
			max-width: 100%;
		}
		#header ul {
      margin:0;
      /* padding:10px 10px 0; */
      list-style:none;
			display: inline-block;
			float: right;
    }
    #header li {
      float:left;
      /* background:url("/GIFS/nav/left.gif") no-repeat left top; */
      margin:0;
      padding:0;
			line-height: 48px;
    }
    #header a {
      float:left;
      display:block;
      /* background:url("/GIFS/nav/right.gif") no-repeat right top; */
      padding:0 12px;
      text-decoration:none;
      font-weight: normal;
      color:#fff;
			text-transform: uppercase;
			font-size: 11px;
    }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */

	#header a:hover {
      background-color: #ffb400;
    }
    #header #current {
      /* background-image:url("/GIFS/nav/left_on.gif"); */
      border-width:0;
    }

		#header #current a:hover {
			color: #fff;
		}
    #header #current a {
      /* background-image:url("/GIFS/nav/right_on.gif"); */
      color:#ffb400;
      /* padding-bottom:5px; */
			font-weight: bold;
    }
    #header img {
		  border:0;
    }

	#header form {
	  /* padding: 5px 0 0 0; */
	  margin: 0 12px;
	}

	#header form input {
		padding: 5px;
        height:1.5em!important; 
        width:158px;
	}

	#header form button {
		background-color: #ffb400;
		border: 0;
		font-size: 12px;
		padding: 5.5px 15px 10px;
		border-radius: 2px;
        display: inline-flex;
	}

	#header form svg {
		fill: #fff;
		padding-top: 3px;
		margin-bottom: -2px;
	}

	#header h1 {
		display: inline-block;
		float: left;
		margin: 0 0 0 30px;
		line-height: 48px;
	}

	#header h1 a {
		font-size: 14px;
		text-transform: capitalize;
		font-weight: 700;
	}

	#header h1 a:hover {
		background: #000;
	}

	.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;
    } 

