/*Page is divided into several sections all absolutely positioned*/

#topbanner {
  position: absolute;
  top: 5px;
  left: 300px;
  width: 650px;
  }

#botbanner {
  position: absolute;
  top: 100%;
  left: 100px;
  }


#topnav {
  position: absolute;
  top: 135px;
  left: 300px;
  /*specifying a width allows the center element to work*/
  width: 700px;
  color: green;
  font-size: 10pt;
  font-weight: 900;
  }
  
  
#toc {
  position: absolute;
  top: 130px;
  border-style: ridge;
  border-color: blue;
  border-width: 2px;
  width: 180px;
  height: 600px;
  background-color: yellow;
  font-weight: bolder;
  }

  
#rightspace {
  position: absolute;
  top: 130px;
  left: 1180px;
  width: 154px;
  border-style: ridge;
  border-color: gray;
  font-size: 10pt;
  }
  
  
#main {
  position: absolute;
  top: 190px;
  left: 195px;
  width: 975px;
  font-size: 10pt;
  border: solid;
  border-color: gray;
  border-width: 1px;
  }


#notice {
  position: relative;
  background-color: #00ff00;
  /*color: #eefb10;*/
  color: white;
  font-weight: bold;
  padding: 5px 0px 5px 5px;
  border-bottom: 15px;
  }


div#toc li {
  position: relative;
  right: 35px;
  width: 115%;
  border-color: yellow;
  border-style: outset;
  margin-bottom: 5px;
  padding-left: 2px;
  font-size: smaller;
  }
  
div#toc ul {
  list-style-type: none;
  position: relative;
  top: -10px;
  }
  
div#toc a {
  text-decoration: none;
  color: black;
  }


div#toc a:hover {
  text-decoration: underline;
  color: green;
  background-color: white;
  }


div#toc li:hover {
  text-decoration: underline;
  color: green;
  /*background-color: white;*/
  border-style: inset;
  }  
  

div#topnav a {
  text-decoration: none;
  color: inherit;
  border-style: solid;
  border-width: 3px;
  border-color: yellow;
  border-style: outset;
  background-color: yellow;
  padding: 1px 2px 1px 2px;
  margin-left: 2px;
  }
  
  
div#topnav a:hover {
  border-color: yellow;
  background-color: white;
  }


div#topbanner img {
  width: 650px;
  height: 120px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  }


div#botbanner img {
  width: 650px;
  height: 120px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  }
  

div#rightspace img {
  width: 148px;
  height: 240px;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  margin-left: 1px;
  }


div#main { 
 font-size: 10pt;
 }

  

div#main table {
  width: 100%;
  }
  


table {
  border-spacing: 0px 30px;
  }



td {
  font-size: 10pt;
  border-bottom-width: 2px;
  border-bottom-color: black;
  border-bottom-style: solid;
  padding-left: 2px;
  }



tr {
  margin-bottom: 10px;
   }



img {
  border: none;
  }
