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

body{
  margin:0;
  padding:0;
  background-color: #005a9c;
  }

#container{
  margin: 0px auto;
  padding: 0px;
  max-width: 77em;
  width: 95%;
  background-color: #fefcd9;
  }

html{
  font: 1em arial, lucida, sans-serif;
  }

.header{
  font: 4em Base Twelve Sans, Futura, sans-serif;
  margin: 0;
  padding: 0.5em 0 0.25em 0;
  background-image: url(../Home/images/WitteText.png);
  border-bottom: 0.25em solid #005a9c;
  color: #005a9c;
  }

.content {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
}

.column1{
  padding:1em;
  }

*>.column1{			/* Protect from IE6 */
  display: table-cell;
  width: 69%;
  border-right: 1em solid  #005a9c;
  }

.column2{
  padding:1em;
  display: table-cell;
  }
  
.side-item-title{
  background-color: #eee; 
  font-weight: bold;
  font-size: 100%;
  padding-left:0.33em;
  }

.footer{
  padding:1em;
  }

.footer{
  border-top: 1em solid #005a9c;
  border-bottom: 1em solid #005a9c;
  }

.headerpic{
  padding-left: 5%;
  max-width: 30%;
  }

.logo{
  padding-left: 5%;
  max-width: 16%;
  }

.headerpic {
  vertical-align: middle;
}

.MathHome {
  max-width: 39%;
}

h2{
  background-color: #eee; 
  margin-top:0.7em;
  padding-left:0.33em;
  }
  
h2#news, h2#feedlines{
  background-color: #eee; 
  border-top: 2em;
  margin-top:0.7em;
  padding-top:0.25em;
  padding-bottom:0.25em;
  padding-left:0.33em;
  }

h3{
  margin:0px;
  padding-top:0.5em;
  /* padding-left:5px; */
 }

p{
  margin:0px;
  padding-top:0.25em;
 }

ul{
  list-style:none;
 }

img{
  border-style: none;
 }

a{
  text-decoration:none;
  color:#005a9c;
 }

a:hover{
  text-decoration:underline;
  color:#005a9c;
 }


/* Only one column if the viewport is narrow */
@media all and (max-width: 50em) {

  .content, .column1, .column2 {
    display: block;
    width: auto;
    border-right: none;
  }

  .column2 {
    border-top: 1em solid #005a9c;
  }


}

/* Make the IFRAME smaller if the viewport is small */
@media all and (max-height: 50em) {

  iframe {
    height: 21em
  }

}
