/* tier2.css  6 June 04 11:35 VERSION */

/* CONTAINERS */

body 
{
  margin: 0;
  padding: 0;
  background: #eee8aa;
}

#container
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 700px;
  height: 1800px;
  background: white;
}


/* CONTAINERS - TOP BOXES */

#topbox0
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 700px;
  height: 50px;
  background: #556b2f;
}
#topbox1
{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  height: 40px;
  background: #556b2f;

}
#topbox2
{
  position: absolute;
  top: 10px;
  left: 140px;
  width: 540px;
  height: 40px;
  background: #556b2f;

}


/* CONTAINERS - LEFT BOXES */


#leftcolumn
{
  position: absolute;
  top: 50px;
  left: 0px;
  width: 140px;
  height: 1800px;  
  background: #bdb76b;
}


#leftnav
{  
  position: absolute;
  top: 20px;
  left: 10px;
  width: 120px;
  height: 480px;
  background: transparent;
}


/* CONTAINERS - CENTER BOXES */


#centerbox0
{  
  position: absolute;
  top: 50px;
  left: 140px;
  width: 540px;
    height: 1800px;
  background: white;
}
#centerbox1
{  
  position: absolute;
  top: 20px;
  left: 20px;
  width: 500px;
    height: 1780px;
  background: white;
}

/* CONTAINERS - RIGHT BOXES */


#rightstrip
{  
  position: absolute;
  top: 50px;
  left: 680px;
  width: 20px;
    height: 1800px;
  background: #556b2f;
}



/* HEADERS, RULERS */

#top1 h1 
  {
  font: bold 30px Verdana, Arial, sans-serif;
  color: black;
  margin-top: 0;
  }

#top1 h2 
  {
  font: bold 16px Verdana, Arial, sans-serif;
  color: green;
  text-align: right;

  margin-top: -15px;
  }

#topbox1 h2 
  {
  font: bold 14px Verdana, Arial, sans-serif;
  color: yellow;
  text-align: center;
  margin-top: -1px;
  }

#centerbox1 h1 
  {
  font: bold 20px Verdana, Arial, sans-serif;
  color: black;
  margin-top: 0;
  }

#centerbox1 h2 
  {
  font: bold 16px Verdana, Arial, sans-serif;
  color: #556b2f;
  margin-top: 0;
  }

#top1 hr 
  {
   color: black;
   height: 2px;
   width: 700px;
   margin-left: 0;
   margin-top: -10px;
   }

/* PARAGRAPHS, LISTS */

p 
  {
  font: 0.75em Verdana, sans-serif;
  line-height: 1.5em;
  }

p a 
  {
   text-decoration: none;
   font: bold 1.00em verdana, arial, sans-serif;
   color: green;
  }

p a:hover 
  {
   background-color: indigo;
   color: #ffffff;
  }



li 
  {
  font: 0.75em Verdana, sans-serif;
  line-height: 1.5em;
  }

/* Removes default top margin from left/right column paragraphs 
in Mozilla */

div > p {  margin-top: 0; }


/* MAIN NAVIGATION LIST */

ul#mainnav 
   {
   list-style: none;
   margin: 0;
   padding: 0;
   background-color: transparent;
   }
		
ul#mainnav li 
   {
 
   }

ul#mainnav li a 
   {
   text-decoration: none;
   display: block;
   width: 88%;
   padding: 6px 6%;
   background-color: transparent;
   font: bold 0.8em /1.5 verdana, arial, sans-serif;
   color: red;
   }

ul#mainnav li a:hover 
   {
   background-color: #556b2f;
   color: yellow;
   }

/* SUB NAVIGATION LIST */

ul#mainnav ul.subnav 
   {
   list-style: none;
   margin: 0;
   padding: 0;
   }

ul#mainnav ul.subnav li 
   {
   border-top: 0 none;
   padding-left: 0.75em;
   }

ul#mainnav ul.subnav li a 
  {
   padding: 1px;
   font: bold 0.75em /1.5 verdana, sans-serif;
   color: #5C6F90;
   background-color: transparent;
   }

ul#mainnav ul.subnav li a:hover 
  {
  color: #43616B;
  background-color: transparent;
  text-decoration: underline;
  }



/* TOP NAVIGATION LIST */
         
         #navlist
         {
         padding: 3px 0;
         margin-left: 0;
         border-bottom: 0px solid #778;
         font: bold 14px Verdana, sans-serif;
         }
         
         #navlist li
         {
         list-style: none;
         margin: 0;
         display: inline;
         }
         
         #navlist li a
         {
         padding: 3px 0.5em;
         margin-left: 3px;
         border: 1px solid #778;
         border-bottom: none;
         background: #eee8aa;
         text-decoration: none;
         }
         
         #navlist li a:link { color: #448; }
         #navlist li a:visited { color: #667; }
         
         #navlist li a:hover
         {
         color: #000;
         background: yellow;
         border-color: #227;
         }
         
         #navlist li a#current
         {
         background: white;
         border-bottom: 1px solid white;
         }
         
         
         

