h1 {text-align:center}
  body {background-color: #FEFCFF; font-family:"Georgia",Sans-Serif;}
  #container {
       position:relative;
               margin:0 auto;
               width:960px;
               height:100%}

  #content {
  font-family:"Georgia",Sans-Serif; 
  margin-left:  150px;
  padding-bottom: 50px;
  text-align: left;
  z-index: 1}

  #navbar {
  font-family:"Georgia",Sans-Serif; font-size: 20px;
  background: #0066CC;
  float: left;
  width: 120px;
  border-radius: 1em;}

  #navbar a, a:active, a:visited { color: white;}

  #navbar a:hover { color: #66CCFF;}
  
  a, a:active, a:visited {color: #0066CC; text-decoration: none;}
  
  a:hover {color: #66CCFF;}

  #navbar ul {
  list-style-type: none;
  margin: 17px;
  padding: .01em;}

  #navbar ul li a { text-decoration: none;}

  #footer {
  font-family:"Georgia",Sans-Serif; color: #808080; font-size: small;
       background:#E0E0E0;
       width:960px;
       height:45px;
       border-top-right-radius: 50px 20px;
       border-top-left-radius: 50px 20px;
       position:fixed;
       bottom:0;
       z-index:999999;}
       
  #footer {text-align: center; height:40px; line-height:40px;}

  table{
    font-size: 16px;
    border: none;
    table-layout: fixed;
    width: 750px;}

  th, td {
    border: none;
    overflow: hidden;
    width: 100px;}

  .tab {margin-left: 40px;}

  .header {
    height: 90px;
    width: 500px; /** Use 100% to fill the width of the page **/
    position: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: left;}
    
  hr {
    border-top: 2px dotted #0066CC;}
    

  li {
  margin: 1em 0;}