div#header {
  width: auto;
  height: auto;
  margin: 10px 0px;
  background-color: #3366CC;
  color: white;
  font-family: verdana;
  font-size: 100%;
}

span#header_title {
  display: block;
  font-size: 600%;
  text-indent: 0.3em;
}

span#header_legend {
  display: block;
  padding: .3em;
  text-indent: 0.6em;
  font-size: 200%;
}

div#sidebar {
  position: fixed;
  width: 16em;
  height: 100%;
  top: 0em;
  left: 0em;
  bottom: -0em;
  height: 100%;
  background-color: #3366CC;
  color: white;
  font-family: verdana, sans-serif;
}

span#sidebar_title {
  display: block;
  font-size: 200%;
  margin-bottom: 1em;
}

span#sidebar_title a{
  display: block;
  margin-bottom: 1em;
  text-decoration: none;
  color: white;
}

span#menu {
  display: block;
  margin-bottom: 3em;
}

span#menu a {
  display: block;
  text-indent: .2em;
  font-size: 120%;
  background-color: #000099;
  padding: .2em 0;
  text-decoration: none;
  color: white;
}

span#menu a:hover {
  font-weight: bold;
}

span#logos {
  font-size: 100%;
}

span#logos p {
  display: block;
  margin: .1em;
}

span#logos img {
  margin: 5px;
  border-style: none;
}

body {
  background-color: white;
  color: black;
  margin-left: 16.5em;
  margin-right: 4em;
  font-family: verdana, sans serif, helvetica;
  font-size: 10pt;
  text-align: justify;
}

h1 {
  font-size: 200%;
  background-color: #0000CC;
  Color: white;
  margin: 1.5em 0em .5em 0em;
  text-indent: 0.3em;
}

h2 {
  font-size: 150%;
  text-indent: 0em;
}

table#members_table {
  margin: 20px 0 20px 0;
  font-size: 100%;
  border: solid;
  border-width: 1px;
  border-color: black;
}

table#members_table th {
  padding: 5px 15px;
  font-size: 120%;
  font-weight: bold;
  background-color: #33CCFF;
  border: solid;
  border-width: 1px;
  border-color: black;
}

table#members_table td {
  padding: 5px 15px;
  background-color: white;
 border: solid;
  border-width: 1px;
  border-color: black;
}

p#footer {
  font-family: courier;
  font-size: 80%;
}



