body {
  margin:0;
  padding:0;
  font-family: "Verdana";
  font-size: 10pt;
  color: white;
  background-color: rgb(128,128,255);
  }

div#navigation a {
  color: white;
  text-decoration: none;
  }

h1 {
  text-align: center;
  font-size: 200%;
  color: rgb(255,102,0);
  }

ul.navindex {
  line-height: 25px;
  list-style-type: none;
  margin-left:0px
  }

div#container {
  height: 800px;
  width:  900px;
  } 

div#header {
  height:124px;
  width: 99%;
  margin:0;
  padding-left:10px;
  background:  #8080FF;
  color: black;
  clear:  both;
  }

div#content {
  float:  none;
  height: 662px;
  width:  720px;
  padding-left :  5px;
  padding-right:  5px;
  overflow: auto;
  background-color: rgb(102,102,255);  }

div#content p {
  line-height:1.4;
  }

div#content a:link, a:visited {
  color: #80FFFF;
  }

div#navigation {
  background:  #8080FF;
  float:       left;
  height:      664px;
  width:       150px;
  padding-left :  5px;
  padding-right: 10px;
  }

div#footer {
  background: #8080FF;
  font-size:  80%;
  color:      black;
  text-align: center;
  height: 20px;
  width:  100%;
  margin: 0;
  float:  none;
  clear:  both;
  }
