div#header {
  width: auto;
  height: auto;
  margin: 10px 30px;
  background-color: #5B6C85;
  color: white;
  font-family: verdana;
  font-size: 100%;
}

span#header_title {
  display: block;
  font-size: 600%;
}

span#header_legend {
  display: block;
  padding: .3em;
}

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

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

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

span#menu a {
  display: block;
  text-indent: .2em;
  font-size: 120%;
  background-color: #8BA1AE;
  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: 13.5em;
  margin-right: .5em;
  font-family: verdana, sans serif, helvetica;
  font-size: 10pt;
  text-align: justify;
}

h1 {
  font-size: 200%;
  background-color: #8BA1AE;
  Color: black;
  margin: 1.5em .5em .5em .5em;
  text-indent: .3em;
}

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

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

table#members_table th {
  padding: 5px 15px;
  font-size: 120%;
  font-weight: bold;
  background-color: #C4C9CF;
}

table#members_table td {
  padding: 5px 15px;
  background-color: #DFDFE1;
}

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




