body, html {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  text-align: center;
  
  background: url('/data/images/inall.jpg') center top repeat-y #01559b;
  color: #000;  
  
  margin: 0;
  padding: 0;
  font-size: 12pt;
  
  height: 100%;
}

a img {border: 0;}

a.lnk {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
  a.lnk:hover {
    text-decoration: none;
  }

.cleaner {
  border: 0px none;
  margin: 0px;
  padding: 0px;
  float: none;
  clear: both;
  width: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

#InAll {
  width: 804px;
  margin: 0 auto;
  text-align: justify;  
  
  position: relative;
  min-height: 100%;
  _height: 100%;
}

#Header {
  margin: 0 8px;
  background: #ffa500;
  height: 172px;
  background: url('/data/images/header_strip.jpg') top center no-repeat;
  position: relative;
}
  #Header h1 {
    display: inline;
    font-size: 0;
    margin:0;padding:0;

    position: absolute;
    top: 27px;
    left: 6px;
  }
  #Header h1 a {
    display: block;
    position: relative;
    width: 250px;
    height: 93px;  
    margin:0;padding:0;
    cursor: pointer;
  }
  #Header h1 a {
    text-decoration: none;
    color: #C0BCB3;
  }  
  #Header h1 span {
    background: url('/data/images/logo.gif') top left no-repeat;
    display: block;  
    width: 250px;
    height: 93px;  
    margin: 0;padding: 0;  
    position: absolute;
    left: 30px;
    top: 5px;  
    z-index: 1;    
  }
  #Header #wave {
    width: 788px;
    height: 23px;
    background: url('/data/images/wave.jpg') top center no-repeat;
    
    position: absolute;
    bottom: 0;
    left: 0;
  }

#Note {
  margin-left: 8px;
  _margin-left: 4px;
   
  width: 560px;
  float: left;  
  
  margin-bottom: 80px;  
  overflow: hidden;  
}
  #Note h2 {
    text-decoration: underline;
    color: #01559e;
    margin: 0;
    margin-bottom: 15px;
    letter-spacing: 2px;
    padding: 0 10px;
    font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
  }
  #Note h3 {
    padding: 0 5px; 
  }
  #Note h4 {
    padding: 0 10px; 
    text-decoration: underline;
  }
  #Note p {
    margin: 8px 0;
    padding: 0;
    
  }
  #Note a:link, #Note a:visited {
    color: #01559e;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: none;
  }
  #Note a:hover, #Note a:active, #Note a:focus {
    text-decoration: underline;
  }
  #Note .pad {
    padding: 15px;
  }

#Menu {
  margin-right: 8px;
  _margin-right: 4px;
  
  position: relative;
  top: 30px;
  
  width: 226px;
  float: right;
}
  #Menu ul, #Menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
    #Menu ul li a:link, #Menu ul li a:visited {
      display: block;
      width: auto;
      _width: 226px;
      
      color: #848484;
      font-size: 1.3em;
      text-decoration: none;
      background: url('/data/images/li-noactive.gif') center left no-repeat;
      
      padding: 5px 0; 
      padding-left: 45px;
    }
    #Menu ul li a:hover, #Menu ul li a:active, #Menu ul li a:focus {
      color: #01559d;
      background: url('/data/images/li-active.gif') center left no-repeat; 
    }
    #Menu ul li a.active {
      color: #01559d;
      background: url('/data/images/li-active.gif') center left no-repeat; 
    }

#Footer {
  text-align: center;
  color: #848484;
  font-size: .8em;
  background: url('/data/images/wave-footer.gif') top center no-repeat;
  padding: 5px 0;
  padding-top: 25px;
  
  width: 788px;
  
  position: absolute;
  bottom: 0;  
  _bottom: 10px;
  left: 8px;  
}
  #Footer a:link, #Footer a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #848484;
  }
  #Footer a:active, #Footer a:focus, #Footer a:hover {
    text-decoration: underline;
  }
#alista {
  margin: 2px;
  color: #999;
  font-size: .9em;
}
  #alista a:link, #alista a:visited {
    color: #777;
    text-decoration: none;
    font-weight: normal;
  }
  #alista a:hover, #alista a:active, #alista a:focus {
    text-decoration: underline;
    color: #000;
  }

