body {
  color: #000000;
  font-size: 10pt;
  font-family: Geneva, Arial, Helvetica;
  background-color: #EEEEEE;
  margin-top: 0px;
  margin-left: 0px;
  max-width: 780px;
}
.header {
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  background-color:#666666;
  vertical-align: top;
  min-height:120px;
  min-width: 420px;
  max-width: 780px;
  overflow: hidden;
}
#content {
  max-width: 780px;
  margin-left: 1em;
}
.header2 {
  float: left;
  overflow: visible; /* firefox link-clicky bit */
}
.header2 a {
  text-decoration: none;
  border: 0px;
}
.header2 a:hover {
  text-decoration: underline;
}
.slogan {
  color:            #FFFFFF;
  background-color: #666666;
  font-size:        medium;
  font-weight:      bold;
  font-style:       normal;
  vertical-align: top;
  margin-left: 4px;
}
img {
  border: 0px;
}

.aside {
  background:#FFFFFF;
  float:right;
  padding: 0 1em 0 1em;
}
#links {
  background:#adadad;
  width:18em;
  float:right;
  padding: 0 0 0 1em;
  margin: 0 0 0 1ex;
}
#links a {
  text-decoration: none;
}
#links a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 18pt;
  font-weight: bold;
}
h2 {
  font-size: 16pt;
  font-weight: bold;
}
h3 {
  font-size: 14pt;
  font-weight: bold;
}
.tiny {
  font-size: 6pt;
  font-weight: normal;
  text-align: left;
}
