<!--
#header{
text-align:left;
margin:auto;
width:950px;
position:relative;
padding:0;

}

#logo{
position:absolute;
top: 0px;
margin-left:20px;
}
#nav{
position:absolute;
top:95px;
left:0px;
padding: 0;
text-align:center;
width:700px;
margin-left:220px;

}
#undernav{

margin-left:auto;
margin-right:auto;
background-image:url(gfx/undermenu.gif);
display:block;
padding:0;
text-align:left;
}

/*MAIN MENU START \*/
/*********************************************************************************/
    #tabsH {
	  text-align:center;
	  font-size:14px;
      line-height:normal;
	  width:100%;
	  margin:0 auto;
	  

      }
	  
	   #tabsH img{
	   vertical-align:middle;
	   float:left;
	   border:0;
	   }
    #tabsH ul {
	margin:0;
	padding:0;
	list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      margin:0;
      padding:0px;
	  
      text-decoration:none;
      }
    #tabsH a span {
	  border:0;
      float:left;
      display:block;
      background:url("gfx/header/tabrightH.gif") no-repeat right top;
      padding:0px 17px 0px 10px;
      color:#091651;
	  font-family:Verdana;
	  line-height:42px;
	  margin:0;

      }
	  

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:Red;
	  text-decoration:underline;
	  
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }
	  
.maintext{
font-size:12px;
}
maintext a:link, maintext a:visited{
font-weight:normal;
}

.searchbox{
float:left;
margin: 3px 5px 0px 5px;
font-size:13px;
color:#407e9c;

}
.sbut{
background-image:url(gfx/header/go.gif); 
margin:3px 0 0 0; 
padding:0; 
width:22px; 
border:0; 
font-size:16px;
background-repeat:no-repeat;
background-color:#a5bbd7;
}
/*MAIN MENU END \*/
/*********************************************************************************/

-->