/* BOXER.CSS 27 June 04 9:00 */

/* CONTAINERS */

html
  {
   margin: 0;
   padding: 0;
   height: 100%;
  }

body 
  {
   margin: 0;
   padding: 0;
   background: #989898;
   height: 900px;
  }

#container 
  {
   position: relative;
   top: 0px;
   margin-left: auto;
   margin-right: auto;
   width: 740px;
   height: 1400px;
   background: #e0e0e0;
  }

/* CONTAINERS - TOP BOXES */

#top0 
  {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 740px;
   height: 100px;
   background: #e0e0e0;
  }

#top1 
  {
   position: absolute;
   top: 20px;
   left: 20px;
   width: 700px;
   height: 80px;
   background: #e0e0e0;
  }

/* CONTAINERS - LEFT BOXES */

#left0 
  {
   position: absolute;
   left: 0px;
   top: 100px;
   width: 160px;
   height: 500px;
   background: #e0e0e0;
  }

#left1 
  {
   position: absolute;
   top: 0px;
   left: 20px;
   width: 140px;

   background: #e0e0e0;
  }

/* CONTAINERS - CENTER BOXES */

#center0 
  {
   position: absolute;
   top: 100px;
   left: 160px;
   width: 420px;
   height: 1180px;

   background: white;
  } 

#center1 
  {
   position: absolute;
   top: 10px;
   left: 10px;
   width: 400px;
   height: 1170px;
   background: white;
  }




/* CONTAINERS - RIGHT BOXES */

#right0 
  {
   position: absolute;
   top: 100px;
   left: 590px;
   width: 150px;

   background: #e0e0e0;
  }

#right1 
  {
   position: absolute;
   top: 0px;
   left: 8px;
   width: 140px;

   background: #e0e0e0;

  }

#box 
  {
   margin-bottom: 10px;
   padding: 1;
   text-align: center;
   border: 2px solid #4B0082;
   background: #ffffff;
   width: 122px;
   height: 155px;
  }


/* 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;
   margin-top: -15px;
  }

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

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

hr 
 {
  color: black;
  height: 2 px;
  margin-top: -10px;
 }



/* PARAGRAPHS, LISTS */

p  
  {
   font: 12px 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: 12px Verdana, sans-serif;
   line-height: 18px;
  }

/* 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: #D6D6D6;
  }

ul#mainnav li 
  {
   border-top: 1px solid #A5B5C6;
  }

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

ul#mainnav li a:hover 
  {
   background-color: #4B0082;
   color: #eee;
  }

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

/* SUB NAVIGATION LIST */

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

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

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

