body {
  text-align: center;
  font-size: 10pt;
  line-height: 14pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #ccc;
  margin: 0 0 2em 0;
  color: #333;
}

#header {
  border-top: 3px solid #000;
  height: 68px;
}

.logo {
  float: right;
  margin-right: 20pt;
  display: block;
}

#container {
  border-top: 14px solid #ff9933;
  width: 800px;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

#content {
  clear: both;
  padding: 1em 2em;
  min-height: 300px;
}

h1 {
  font-size: 1.3em;
  float: left;
  line-height: 68px;
  margin: 0;
  padding-left: 20pt;
}

h2 {
  font-size: 1.2em;
}

li {
  padding: 0.5em 0;
}

#footer {
  background: url("bg_footer.gif") 0 0 repeat-x;
  height: 24px;
  border-bottom: 1px solid #999;
}

a.bigblue {
  color: blue;
  text-decoration: underline;
  font-size: 1.2em;
  line-height: 1.5em;
}
