body {
	font-family: Arial, Helvetica, sans-serif; font-weight:bold
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

body {
  margin:0 auto;
  width:780px;
  padding: 0;
  /* adjust width as needed */
}

BODY { 
  background: white url('HE_background2.gif') repeat-y center 50%;
}

#header {
    margin:0 auto;
    width:100%;
    background:#DAE0D2 url('bg.gif') repeat-x bottom;
    font-size:60%;
    line-height:normal
    }

#header ul {
    margin:0;
    padding:1px 1px 0;
    list-style:none;
    }
  #header li {
    float:right;
    background:url('left_both.gif') no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    border-bottom:1px solid #765;
    }
    
#header a, #header strong, #header span {
    display:block;
    background:url('right_both.gif') no-repeat right top;
    padding:5px 15px 4px 6px;
    }

  #header #current {
    background-position:0% -150px;
    border-width:0;
    }
  #header #current a {
    background-position:100% -150px;
    padding-bottom:5px;
    }
    
    #header li:hover, #header li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#header li:hover a {
  background-position:100% -150px;
  }

    
    