/*
body {
    margin:0px; padding: 0px; border: 0px;
    background-image: url(../GRAPHICS/background_bar.gif);
    background-repeat: repeat-x;
    background-position: top left;
    font-family: verdana, sans-serif;
    color: #666;
    font-size: 10px;
}
a {
    text-decoration:none;
    font-weight:bold;
    color: #006;
}
a:hover {
    text-decoration:underline;
}
#body {
    margin-top: 25px;
    background-image: url(../GRAPHICS/background.gif);
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 430px;
}
*/
#navigation {
    float:left;
    margin-top: 16px;
    /*margin-left: 5px;*/
    width: 90%;
    /*text-align: right;*/
    font-weight: bold;
    font-size: 1.1em;
}
/*
  #logo {
      margin-bottom: 4px;
  }
*/
  #navigation a {
      display:block;
      margin-left: 3px;
      margin-bottom: 2px;
      padding: 3px 5px 3px 5px;
      border:1px solid #666;
      text-align: left;
      text-decoration:none;
      background-color: white;
      color: black;
  }
  #navigation a:hover {
      background-color: #2d5a4c;
      color: white;
  }
  
  #navigation a.current {
      background-color: #666;
      color: white;
  }
  #navigation a.current:hover {
      background-color: #666;
      color: white;
  }
/*
#main {
    float:left;
    margin-left: 4px;
    padding-top: 30px;
    width:560px;
    text-align: right;
    background-color: white;
}
#header {
    font-weight: bold;
    padding-bottom: 2px;
}
#content {
    border: 1px solid #666;
    text-align:center;
}
#resource {
    padding-right: 30px;

}
#page-banner {
    border-bottom: 1px solid #666;
    border-bottom:0px;
    margin-bottom: 4px;
}

#breadcrumb {
  padding: 10px 10px 20px 10px;
  text-align: left;
  border-top: 1px solid #666;
}
  #breadcrumb a {
      color: #666;
      font-weight:normal;
      text-decoration: underline;
  }
  #breadcrumb a.current {
      text-decoration:none;
      color: #006;
      font-weight: bold;
  }
a img { border: 0px; }
#footer {
    clear:right;
    font-size: 110%;
    background-color: #666;
    color: white;
    font-weight: bold;
    text-align: right;
    padding: 5px 15px 5px 15px;
}
#copyright { float:left; }
*/

