BODY {
      background-color : #CC9;
      background-image: url(Graphics/background2.gif);
      background-repeat: repeat-y; 
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #006868;
      margin: -10px -10px -10px -10px; 
      }

.Navigation {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 140px;
    left: 3px;
    width: 130px;
    height: auto;
    text-align: left;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color :#006868;
    line-height : 140%;
    }                



.Content {/*this is the main content area*/
    top: 140px;
    margin-left: 160px;
    /*to position the content area to the right of the navigation*/
    padding: 5px;/*space to separate navigation and content*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: 580px;
    border: 0.1px solid #FFF; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }

.Header {
    margin-left: 0px;
    width: 210px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 36px;
    color : #006868;
    } 

.Header2 {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    top: 0px;
    left: 210px;
    width: 530px;
    height: auto;
    text-align: center;
    padding: 5px;
    font-size: 36px;
    color : #006868;
    } 

.RightPane {/*right side for special notes*/
    position: absolute;
    top: 140px;
    left: 765px;
    width: 200px;
    height: auto;
    text-align: justify;
    padding: 5px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color :#006868;
    }

.indent {
    position: relative;
    left: 40px;
    width: 480px;
    text-align: justify;
    }

.indent2 {
    position: relative;
    left: 40px;
    width: 480px;
    text-align: left;
    }

.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  margin-left: 130px;
  width: 640px;
 background-color : #CC9;
 border: 0.1px solid #996; 
 border-color: #996; 
  color : #069;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  }


.Navigation A:link {
  color: #006868; 
  text-decoration: none; 
  }
.Navigation A:visited {
  color: #006868; 
  text-decoration: none; 
  }
.Navigation A:hover {
  color: #006868; 
  text-decoration: none; 
  background: #FFFFFF;
  }
.Navigation A:active { 
  color: #006868; 
  text-decoration: none; 
  }

ul { 
     list-style-image: url(graphics/barbul1e.gif)
    }

