body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color: #333;
	background-color: #093D64;
	text-align: center;
	}
p {
	line-height: 18px;
	}	
h1 {
	font-size: 16px;
	}
#main {
	padding: 20px 20px 0px 30px;
	clear: left;
	}
#logo {
	}
#footer {
    border-top: 2px solid #24618E;
    color: #093D64;
	font-weight: bold;
	/*font-style: italic;*/
	text-align: center;
	font-family: Garamond, Verdana, Arial;
	}
#footer div {
	font-size: 22px;  /*25*/
	margin-top: 15px;
	}
#footer p {
	font-size: 20px; /*20*/
	margin-top: 3px;
	}
#bill {
	float: right;
	width: 150px;
	padding: 10px;
	margin-right: 10px;
	}	
#radio2 {
	float: right;
	width: 350px;
	border: 1px solid #666;
	color: #093D64;
	font: bold italic 11px;
	padding: 10px;
	margin: 10px 15px;
	}
/* part 1 of 2 centering hack */
#content {
	width: 770px; 
	/*background: url(Images/trailsignsmall.gif) no-repeat right bottom;*/
	/*padding: 10px 10px 10px 10px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background-color: #ffffff;
	border: 1px solid #fff;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 770px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 770px;
	}
html>body #content {
	width: 770px; /* ie5win fudge ends */
	}
/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      /*background:#F4F4F4;*/
      font-size:83%;
      line-height:normal;
      border-bottom:2px solid #24618E;
      font: bold Verdana;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 10px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("Images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("Images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

	#tabsJ #nav_current a {
        background-position:0% -42px;
        }
    #tabsJ #nav_current a span {
        background-position:100% -42px;
        color:#FFF;
        }