body {
  margin: 0;
  padding: o;
  background-color: #ddd;
  color: #000099;
  font: "Times New Roman", Times, serif;
  font-size: 16px;
}

#wrapper {
  background-color: #DDDDDD;
  color: #000099;
  margin: auto;
padding: 0 0 0 220px;
position: relative;
width: 1020px;
}

#header {
  width: 850px;
  height: 140px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-clolor: #ddd;
  border-bottom: 1px solid #000099
}

#logol{
  float: left;
  margin-top: -4px;
}

#logor{
  float: right;
  margin-top: -4px;
}

#heading {
  position: absolute;
  top: 10px;
  left: 320px;
  font-size: 48px;
  padding-top: 10px;
  margin-bottom 0px;
  padding-bottom: 10;
  color: #000099; 
}

#header-bottom {
   
  padding-top: 0px;
  
  }

#tagline {
   position: relative;
   top: 90px;
   text-align: center;
   font-size: 18px;
   line-height: 170%;
   border-top: solid 1px #000099;
   
}

#subtitle {
  text-align: center;
  font-size: 18px;
  line-height: 100%;
}

#midtitle {
  text-align: center;
  font-size: 24;
}

#content {
   width: 850px;
   background-color: #ddd;
   color: #000099
   font-size: 14px;   
}

#content p {
  font-size: 24px;
}

#content li {
  font-size: 24px;
  line-height: 1.5em;
}

#title {
  text-align: center;
  margin-top: 25px;
  line-height: 75%;
  font-size:24px;
}

#links {
  text-align: center;
    font-size: 16px;
} 

   

#sidebar {
    left: 0;
position: absolute;
top: 170px;
width:220px;
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 40px;
    width: 140px 
    }

#sidebar li{
    background: #999999;
    margin: 0.5em 0;
    padding: 0.3em;;
    }

#sidebar a {
    text-decoration: none }
  a:link {
    color: #000099 }
  a:visited {
    color: purple }

#sidebar h3, #sidebar p {
    padding:0 10px;
    }

#semail {
    position: relative;
    text-align: center;
    margin-top: 30px;
    border: solid 1px #000099;
    font-size:16px;
}

#table {
    position: relative;
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: scroll;
} 


#footer {
    width: 850px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #ddd;
}

#footer .email {
   text-align: center;
   font-size: 16px;
}


    
    



   