body {
      background-color: rgb(50, 50, 50);
     }

#header {
      padding: 0px 0em 0px 0px;
      color: white;
      background-color: rgb(0, 0, 254);
      background-image: url("./images/top-title.jpg");
      background-repeat: no-repeat;
      background-position: right center;
      text-align: left;
      height: 6.5em;
        }
#header h1 {
      margin: 1px;
      padding: 0px 1em 0.2em 0px;
      font-size: 250%;
      float: none;
           }
#header p {
      margin: 0px;
      padding: 0px 1em 1em;
      font-weight: 700;
          }
#header a {
      color: white;
      text-decoration: none;
          }

#link {
      margin: 1px;
      padding: 0.3em;
      font-weight: 700;
      color: white;
      background-color: rgb(50, 50, 50);
      text-align: right;
      }
#link a {
      margin: 0px;
      padding: 0em;
      color: white;
      text-decoration: none;
        }
#link a:hover {
      color: rgb(30, 30, 30);
      background-color: white;
              }

#table.1{
     width: 100%;
     height: 200;
}

#ls {
      width: 12.5em;
      position: absolute;
      height: auto;
      left: 8.5px;
      background-color: rgb(243, 242, 245);
    }
#lsTitle {
      margin: 0px;
      padding: 0.3em;
      color: black;
      background-color: rgb(0, 0, 254);
      background-image: url("./images/top-side.jpg");
      background-repeat: no-repeat;
      background-position: center;
      font-weight: 300%;
      text-align: left;
      text-indent: 0px;
         }
#ls li {
      border-bottom: 1px dotted black;
      margin: 0px;
      padding: 0px;
       }
#ls a.Link {
      margin: 0px;
      padding: 0.3em;
      color: rgb(30, 33, 68);
      background-color: transparent;
      text-decoration: none;
      display: block;
           }


#rs {
      border-left: 1px solid rgb(216, 210, 195);
      margin: 0px 0px 0px 12.5em;
      padding: 0.5em 2em 1em;
      background-color: white;
    }

h1 {
      margin: 0px;
      padding: 0px 0em 0px 0px;
      color: rgb(250, 50, 250);
      float: left;
      width: 100%;
   }
h2 {
      margin: 1em 0px 0px;
      padding: 0.2em 0px 0px;
      color: rgb(166, 0, 255);
      font-style: italic;
      clear: both;
   }
h3 {
      margin: 1em 0px 0.5em;
      clear: both;
   }
h4 {
      margin: 0px;
      padding: 0px 0em 0px 0px;
      color: rgb(250, 50, 250);
      float: left;
      width: 100%;
   }

#footer {
      margin: 0px;
      padding: 0.5em 1em;
      background-color: rgb(0, 0, 254);
      background-image: url("./images/top-footer.jpg");
      background-repeat: no-repeat;
      background-position: right center;
      text-align: right;
      color: white;
      font-weight: 700;
      clear: both;
        }


