/* ------------------- Main Tags --------------------- */
body {
  font-family: Arial, "sans-serif";
  font-size: 14px;

  background-color: #CCCCCC;
  background-image: url("./images/tree.gif");
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#main {
  position: relative;
  
  padding: 15px 15px 15px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;

  min-width: 566px;
  width: 80%;

  background-color: #FFFFFF;
  border: thin solid #99BB99;
  opacity: .90;
  
  z-index: 3;
}

#last {
  position: relative;
  
  padding: 15px 15px 15px 15px;
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;

  min-width: 566px;
  width: 80%;

  background-color: #FFFFFF;
  border: thin solid #99BB99;
  opacity: .90;
  
  z-index: 3;
}

a:link {
  color: #555555;
  text-decoration: none;
}

a:visited {
  color: #555555;
  text-decoration: none;
}

a:hover {
  color: #6BBE6B;
  text-decoration: underline;
}

a:active {
  color: #CCFFCC;
  text-decoration: underline;
}

/* ------------------- Submenu Tags ----------------- */

#sub {
  position: relative;

  padding: 10px 15px 10px 15px;
  margin-top: 60px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;

  min-width: 566px;
  width: 80%;

  font-size: 12px;

  background-color: #FFFFFF;
  border: thin solid #99BB99;
  opacity: .95;
  
  z-index: 3;
}

a.sub {
  padding: 0px 0px 0px 0px;
  margin-right: 10px;
  margin-left: 10px;
  width: 20px;

  text-align: center;
}

a.sub:link {
  color: #555555;
  text-decoration: none;
}

a.sub:visited {
  color: #555555;
  text-decoration: none;
}

a.sub:hover {
  color: #6BBE6B;
  text-decoration: underline;
}

a.sub:active {
  color: #CCFFCC;
  text-decoration: underline;
}

/* ------------------- Header Tags ------------------- */

#gradient-top {
  position: fixed;
  top: 0px;
  left: 0px;  
  
  z-index: 1;
}


#header-shell {
  position: fixed;
  top: 0px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;

  height: 40px;
  width: 100%;
}

#header-nav {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0 0 0 0;
  margin-top: 0;
  margin-bottom 0;
  margin-left: auto;
  margin-right: auto;

  height: 40px;
  width: 80%;
  min-width: 566px;
  z-index: 5;
}

a.header {
  float: left;
  padding: 9px 0px 0px 0px;
  margin-right: 10px;
  margin-left: 0px;

  height: 30px;
  width: 80px;

  font-weight: bold;
  text-align: center;

  background-color: #000000;
  border-width: 0 thin thin thin;
  border-style: solid;
  border-color: #99BB99;
  z-index: 5;
}

a.header:link {
  color: #555555;
  text-decoration: none;
}

a.header:visited {
  color: #555555;
  text-decoration: none;
}

a.header:hover {
  color: #6BBE6B;
  text-decoration: underline;
}

a.header:active {
  color: #CCFFCC;
  text-decoration: underline;
}

#header-bg {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0 ;
  
  height: 20px;
  width: 100%;
  
  background-color: #000000;
  opacity: 0.7;
  z-index: 4;
}


/* ------------------- Footer Tags ------------------- */

#footer-nav {
  position: fixed;
  left: 0px;
  bottom: 0px;
  padding: 5px 5px 5px 5px;
  margin: 0 0 0 0;

  height: 15 px;
  width: 100%;

  font-size: 11px;
  color: #FFFFFF;

  background-color: #000000;
  opacity: .70;
  z-index: 5;
}
  
a.footer:link {
  color: #99FF99;
  text-decoration: none;
}

a.footer:visited {
  color: #99FF99;
  text-decoration: none;
}

a.footer:hover {
  text-decoration: underline;
}

a.footer:active {
  color: #CCFFCC;
  text-decoration: underline;
}