#header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  padding: 0px 0px 0px 2em;
  margin: 0px 0px 0px 0px;
  border: 0px solid white;
  
  background: #36648b;
  color: white;
  display:block;
  font-weight: bold;
}
#content {
  position: absolute;
  top: 50px;
  left: 3%;
  width: 70%;
  min-height: 600px;
  padding: 1em 1em 1em 1em;
  background: #eeeeee;
}
#menu {
  position: absolute;
  top: 50px;
  width: 21%;
  right: 0em;
  background: #eeeeff;
  color: #b0b000;
  font-weight: bold;
  line-height: 1em;
}

body {
  font-family: comic sans ms, trebuchet ms, verdana, helvetica, sans-serif;
  font-size: 12px;
  color: #333399;
  background: #eeeeff;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

p.menutitle {
  top: 0.5em;
  left: 0.5em;
  padding: 0.2em 0.2em 0.2em 0em;
  margin: 0.2em 0em 0.2em 0em;
  vertical-align: middle;
  font-weight: bold;
}

p.menuitem {
  padding: 0.2em 0.2em 0.2em 1.5em;
  margin: 0.2em 0em 0.2em 0em;
  vertical-align: middle;
  font-weight: normal;
}

img {
  border: 1px solid black;
}
img.icon {
  border: none;
  vertical-align: middle;
}
pre {
  border: 1px solid black;
  margin-left: 2em;
  margin-right: 2em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  font-family: courier, monospace;
  background: #dddddd;
  white-space: pre-wrap;
}

a:link {
  color: #333399;
  text-decoration: underline;
  font-weight: bold;
}

a:visited {
  color: #333399;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
}

a.menu:link {
  color: #333399;
  text-decoration: none;
}

a.menu:visited {
  color: #333399;
  text-decoration: none;
}

a.menu:hover {
  text-decoration: underline;
}
h1 {
  font-size: large;
}

h2 {
  font-size: medium;
  font-weight: bold;
}
p.copyright {
  padding-top: 10em;
  font-size: smaller;
  text-align: center;
  color: black;
}

.tableOdd {
  background: #cccccc;
}

.tableEven {
  background: #dddddd;
}
.tableTop {
  background: #aaaaaa;
  font-weight: bold;
  text-align: center;
}
