div.container{
  width:100%;
  margin:0px;
  line-height:125%;
}

div.header{
  padding:0.5em;
  color:white;
  background-color:darkblue;
  clear:left;
  height:100px;
}

div.footer{
  padding:0.5em;
  color:white;
  background-color:darkblue;
  clear:left;
}

.header h1{
  padding:10px;
  margin-top:50px;
  text-align:right;
  bottom:0;
}

.header img{
  float:left;
}

div.left{
  float:left;
  width:200px;
  /*margin:0.25px;*/
  padding:0.1em;
  line-height:125%;
}

.left h4 {
    font-size: 100%;
    border: 1px solid darkblue;
    color: #eeeeee;
    background: #999999;
    padding: 0.15em;
}

.left a{
  text-decoration:none;
  color:darkblue;
}

.left a:hover{
  text-decoration:underline;
}
.left h4:hover{
  background-color:#CCCFFF;
  color:darkblue;
  text-decoration:underline;
}
  

div.content{
  margin-left:200px;
  padding:1em;
}



