html, body {
  height: 100%;
}
body {
  margin: 0 auto 1px;
  background-color: silver;
  color: black;
  max-width: 22cm;
  font-family: sans-serif;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
#lipsum a {
  border-bottom: 1px dashed;
}

#menu a:hover {
  border-style: dotted;
  border-width: 1px;
}
#container {
  background-color: white;
  color: black;
  position: relative;
  margin: 0 auto;
  max-width: 22cm;
  height: auto !important;
  min-height: 100%;
  height: 100%;
}
#header {
  background: #0c2855 url(header.png) repeat scroll 0% 50%;
  height: 80px;
  text-align: center;
  color: white;
}
div#header h1 {
  margin-top: 0px;
  padding-top: 0.6em;
}
#menu {
  background-color: #0c3066;
  padding-bottom: 10px;
  padding-top: 10px;
}
div#menu ul {
  margin: 0px;
  padding-left: 1cm;
  list-style-type: none;
}
div#menu li {
  display: inline;
  margin-right: 5px;
}
div#menu a {
  border: 1px dotted #3366ff;
  padding: 0.1em 0.4em;
  color: #3366ff;
  background-color: white;
  font-weight: normal;
  font-size: 1.4em;
}
div#menu a:hover {
  border-color: white;
  color: white;
  background-color: #5588ff;
}
div#menu .current {
  border-color: white;
  background-color: #3366ff;
  color: white;
}
#lipsum {
  padding: 0.2cm 1cm 1cm 0.5cm;
}
#footer {
  position: absolute;
  width: 99%;
  bottom: 0;
  padding: 0.2cm 1% 0.2cm 0cm;
  background-color: #0c3066;
  text-align: right;
  color: white;
}
#carright {
  float: right;
  margin-left: 5pt;
}
#carleft {
  float: left;
  margin-right: 20px;
}

table {
  border-collapse: collapse;
}
table, td, th {
  border: 1px solid #0c3066;
  text-align: left;
  padding: 5px;
}
td {
  padding-left: 1em;
}
th {
  background: #0c3066;
  color: white;
}

#newsdate {
  font-style: italic;
}

p, table {
    margin-left: 1em;
}
