/* REDEFINED HTML */
body, html {
  background: #494949 url( "bkg.00.gif" ) repeat-x;
  margin: 0px;
  padding: 0px;
  color: #38485E;
}

a img {
  border: 0;
}

/* LAYOUT SELECTORS */
#container {
  width: 840px;
  background: url( "bkg.01.gif" ) repeat-y;
}
#header {
  width: 840px;
  height: 164px;
  background: url( "headerorg.jpg" ) no-repeat;
  border-top: 1px solid black;
}
  #header h1 {
    display: none;
  }
  #header h2 {
    font-family: Century Gothic, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    text-align: right;
	margin-left: 200px;
    margin-right: 200px;
    padding-top: 75px;
  }
  #header #header-logo {
    position: absolute;
    top: 36px;
    left: 666px;
    width: 168px;
    height: 119px;
  }
    #header #header-logo img {
      display: block;
      margin: auto;
      padding-top: 20px;
      filter:alpha(opacity=80); 
    	-moz-opacity: 0.90; 
    	opacity: 0.95;
    }
      #header #header-logo img:hover {
      	filter:alpha(opacity=100); 
      	-moz-opacity: 1.00; 
      	opacity: 1.00;
      }

#content {
  margin-left: 220px;
  margin-right: 50px;
  
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 9pt;
  line-height: 1.5;
  text-align: left;
}
  #content a {
    font-weight: bold;
    text-decoration: none;
    color: #628D51;
  }
    #content a:visited {
      color: #466B37;
    }
    #content a:hover, #content a:active {
      border-bottom: 1px dotted #9DC0E3;
      color: #7190B8;
    }
  ol.breadcrumbs {
    color: #628D51;
    font-family: Verdana, sans-serif;
    font-size: 7.5pt;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: right;
    text-transform: lowercase;
    letter-spacing: 0.1em;
  }
    ol.breadcrumbs a {
      color: #628D51 !important;
      font-weight: bold;
      text-decoration: none;
    }
      ol.breadcrumbs a:hover, ol.breadcrumbs a:active {
        border-bottom: 0px !important;
      }
      
    ol.breadcrumbs li {
      display: inline;
    }
    ol.breadcrumbs .crumbs-next:after {
      content: " » ";
    }
  h3 {
    color: #466B37;
    font-weight: normal;
    font-family: "Century Gothic", sans-serif;
    font-size: 14pt;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #9DC0E3;
  }
  #content p {
    padding-left: 1em;
  }

#navi {
  position: absolute;
  top: 164px;
  left: 0px;
  background: url( "bkg.navi.gif" ) no-repeat;
  font-family: "Century Gothic", sans-serif;
  font-size: 10pt;
  width: 199px;
}
  #navi a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  #navi ul.menu-top {
    list-style: none;
    margin-left: 0px;
    padding: 0px;
  }
    #navi ul.menu-top li {
      height: 36px;
      width: 199px;
      background: url( "navitem.bkg.00.png" ) no-repeat;
      _background: url( "navitem.bkg.00.gif" ) no-repeat; /* hack for IE6 browsers which don't display 24-bit transparent PNGs correctly */
      padding-left: 20px;
      padding-top: 8px;
    }
      #navi ul.menu-top li:hover {
        background: url( "navitem.bkg.01.png" ) no-repeat;
      }
      #navi ul.menu-top li:hover a {
        color: #FFF;
      }
  #navi ul.menu-sub {
    list-style: none;
    margin-left: 0px;
    padding: 0px;
    position: absolute;
    font-family: "Century Gothic", sans-serif;
    font-size: 8pt;
    weight: normal;
  }
    #navi li:hover ul.menu-sub li a {
      color: #3B506B;
    }
      #navi li:hover ul.menu-sub li:hover a {
        color: #000;
      }
    #navi ul.menu-sub li {
      filter:alpha(opacity=90); 
      -moz-opacity: 0.90; 
      opacity: 0.90;
      width: 195px;
      height: 27px;
      background: url( "navsub.bkg.gif" ) no-repeat;
      padding-left: 24px;
      margin-bottom: -8px;
    }
      #navi ul.menu-sub li:hover {
        background: url( "navsub.bkg.gif" ) no-repeat;
      }
    #navi ul.menu-sub li.menu-sub-top {
      background: url( "navsub.bkg.top.gif" ) no-repeat;
    }
    #navi ul.menu-sub li.menu-sub-bottom {
      background: url( "navsub.bkg.bottom.gif" ) no-repeat;
    }
    #navi ul.menu-sub li.menu-sub-solo {
      background: url( "navsub.bkg.solo.gif" ) no-repeat;
    }
      
  #navi fieldset {
    display: block;
    border: 0px;
    width: 171px;
    background: url( "navform.bkg.gif" ) no-repeat;
    margin-left: 25px;
    padding: 0.5em;
  }
  #navi legend {
    font-family: Verdana, sans-serif;
    font-size: 7.5pt;
    letter-spacing: 0.2em;
    text-transform: lowercase;
    color: #7190B8;
    font-weight: bold;
  }
  #navi label {
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 7.5pt;
    letter-spacing: 0.2em;
    text-transform: lowercase;
  }
  #navi input {
    display: block;
    width: 152px;
    height: 24px;
    font-family: Verdana, sans-serif;
    font-size: 7.5pt;
    padding: 0.5em;
    border: 0px;
    background: transparent url( "input.bkg.00.gif" ) no-repeat;
    color: #7190B8;
    font-weight: bold;
  }
    #navi input:hover {
      background: transparent url( "input.bkg.01.gif" ) no-repeat;
    }

#bottom-banner {
  background: url( "bottom-banner.jpg" ) no-repeat;
  width: 760px;
  height: 115px;
  margin-left: 19px;
}

#disclaim {
  width: 813px;
  background: #000 url( "bkg.02.gif" ) no-repeat;
  margin-bottom: 0px;
}
  #disclaim a {
    text-decoration: none;
    color: #5E5E5E;
  }
    #disclaim a:hover {
      border-bottom: 1px dotted #5E5E5E;
    }
  #disclaim ul {
    list-style: none;
    margin: 0px;
    padding: 0.5em;
    text-align: center;
    padding: 0.5em;
    font-family: Verdana, sans-serif;
    font-size: 7pt;
	color: #FFFFFF;
  }
    #disclaim ul li {
      display: inline;
    }

/* GENERAL CLASSES */
.skiplinks {
  display: none;
}
.akey {
  border-bottom: 1px dotted #000;
}



