html {
  font-size: 12pt;
  font-family: Arial, helvetica, sans-serif;
  }
body {
 background-color: #2a6ebb;
}
#page {
  width: 960px;
  margin: auto;
  background-color: white;
  padding: 1em;
}
#page-inner {
}
#header {
 position: relative;
 height: 200px;
 margin: 1em;
 }
#logo { position: absolute;
  top: 0;
  left: 0;
  }
#logo img { border: none; width: 200px; height: 200px; }
#tagline { 
  position: absolute;
  top: 40px;
  right: 0;
  font-size: 140%;
  color: #0020d7;
}
#content { clear: both;
  border: 2px solid #0020d7;
  margin: 1em;
  padding: 1em;
  }
#content-inner {}
h1 { font-size: 150%; }
h2 { font-size: 120%;}
p {}
#footer { clear: both; text-align: center; }
#acn { font-size: 80%;}
