@charset "utf-8";
/* CSS Document */

#header {
  font-size: xx-large;
  font-weight: bold;
  color: blue;
  font-family: Arial, Helvetica, sans-serif;
}
#headleft {
  width: 300px;
  float: left;
}
#headmain {
  margin-left: 300px;
}
#logo {
  text-align: center;
  vertical-align: middle;
}
#head-bottom {
  text-align: center;
}
#content {
  font-family: Arial, Helvetica, sans-serif;
  clear: both;
}
#content h1 {
  text-align: center;
}
#leftcol {
  float: left;
  width: 300px;
  background-color: #d1d9dc;
}
#leftcol h2 {
  background-color: #a1a9ac;
  margin-top: 0px;
}
#leftcol h3 {
  background-color: #a1a9ac;
  border-color: #e1e9ec;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
}
#maintext {
  font-size: larger;
  margin-left: 300px;
  padding: 10px;
}