html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #fffff;
  font-size: 10pt;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px 20px;
  margin:0px;
}

#footer {
        position:absolute;
        bottom:0;
        width:100%;
        height:40px;            /* Height of the footer */
        background:#FFFFFF;
}

#head {
  float: right;
  width: 100%;
  text-align: right;
  background-color: #fff;
  margin:0px 10px 10px 10px;
  padding-right: 10px;
  overflow: auto;
  border-bottom: 2px solid;
  background-size: contain;
} 


#logo {
    float: left; 
    width: 200px;
}

#content {
  float: right;
  width: 80%;
  background-color: #fff;
  margin:0px 0px 50px 0px;
  padding-left: 10px;
  padding-top: 10px;
  overflow: auto;
} 

#menu {
  float: left;
  width: 18%;
  background-color: #fff;
  overflow: auto;
  margin-top:5px;
}

#menu li {
    list-style-type: none; 
    margin-top: 1em;
}

#menu a {
    display:block;
    font:12pt sans-serif;
    text-decoration: none;
    text-align: center;    
    background-color:#F0F0F0;
}

h1 {
    color:#234764;
}
h2 {
    color:#234764;
}
h3 {
    color:#234764;
}
h4 {
    color:#234764;
}

#menu a:hover {
    background-color:#234764;
    text-decoration:none;
    color: #FFF;

}

