   HTML {
	height: 100%;
  }
   
   BODY {
      background: #EEEEEE;
      margin: 0px;
      font-size: 12px;
      height:100%;
      font-family: Georgia;
   }
   
   #mainContainer {
      border-left: 1px solid black;
      border-right: 1px solid black;
      width: 800px;
      min-height:100%;
      margin:auto;
      position:static;
      left: 200px;
      top: 25px;
      text-align:left;
      background: white;
   }

   #navBar {
      width: 100%;
      font-size: 16px;
      height: 30px;
      font-style:italic;
   }


	
   A.navLink, #navBar SPAN{
      margin: 10px;
      padding: 15px;
      text-decoration: none;
      font-weight: bold;
      display:block;
      color: #381D05;
      float:left;
   }

   A.navLink:Hover {
      background: #F5BAE9;
      color:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
   }

   .header {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight:bold;
	border-bottom: 1px solid #F5BAE9;
	padding: 6px;
   }

   .subHeader {
      font-size: 12px;
      font-weight: bold;
    }

   .paragraph {
      font-size: 12px;
      margin-bottom: 25px;
      text-align:left;
   }

   TABLE {
     font-size: 12px;
     width: 100%;
   }

   TD {
     width: 50%;
     text-align:left;
     color:#663300;
   }
   
   TH {
     text-align:left;
     font-style: italic;
   }


   DIV.description {
      padding: 5px;
      font-size: 8px;
      font-weight: bold;
      color: #333333;
   }
   
   LI {
   	padding: 5px;
   }
   
   LI A {
   	text-decoration:none;
   	color:#333333;
   }
   
   LI A:hover {
   	text-decoration:underline;
   }
   
   
   
   
   
   