body {
  font-family: Arial;
  font-size: 10pt;
}

#page {
  width: 80%;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 80px;
  background: #07788c;
  color: #FFF;
  margin-bottom: 5px;
}

#headerText {
  padding-top: 5px;
  padding-left: 5%;
}

.headerPrimary {
  font-size: 24pt;
  font-weight: bold;
}

.headerSecondary {
  font-size: 14pt;
  font-weight: bold;
}

.formCategory {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 12pt;
  border-bottom: 1px dashed black;
  margin-bottom: 5px;
}

.signup {
  width: 100%;
  height: 50px;
  color: #FFF;
  font-weight: bold;
  background: url(images/bg_signup_green.png) repeat-x;
}

ul {
  list-style-type: none;
}
