html, body {
  margin: 0;
  background-color: #F1F1EA;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 737px;
  width/* */:/**/675px;
  width: /**/675px;
  padding: 0 31px;
  background-color: #ffffff;
  background-image: url(/assets/image/background.gif);
  background-position: center top;
  background-repeat: repeat-y;
  text-align: left;
}

#menu {
  height: 30px;
  margin: 0;
  background-image: url(/assets/image/menu_bar.gif);
  background-repeat: repeat-x;
  background-color: #096fa5;
  padding: 0;
  padding-left: 10px;
  list-style: none;
  font-size: 10px;
  font-weight: bold;
}

#menu li {
  float: left;
  position: relative;
  background-image: none;
  padding-top: 8px;
}

#menu li a {
  display: block;
  float: left; /* needed for proper positioning in IE */
  height: 22px;
  padding: 0 10px;
  color: #f1f1ea;
  text-transform: uppercase;
  text-decoration: none;
}

#menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -2px;
  width: 150px;
  margin: 0;
  border: 1px solid #ffffff;
  border-bottom: none;
  background-color: #096fa5;
  padding: 0;
  list-style: none;
}

#menu li:hover ul, #menu li.over ul {
  display: block;
}

#menu li ul li {
  float: none;
  height: auto;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ffffff; /* needed for height in IE */
  padding: 0;
}

#menu li ul li a {
  display: block;
  float: none;
  height: auto;
  padding: 3px 6px 3px 11px;
  text-transform: none;
}

#menu a:hover {
  color: #f0821d;
  text-decoration: underline;
}

#content {
  clear: left;
  padding: 30px;
}

#footer {
  background-color: #187eb9;
  background-image: url(/assets/image/wave_01.gif);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 24px;
  padding-bottom: 12px;
  font-size: 11px;
  color: #034289;
  text-align: center;
}

h1 {
  margin: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
  font-size: x-large;
  font-weight: bold;
}

.form .group {
  clear: left;
  margin-top: 2px;
  border-top: 1px solid #dddddd;
  padding-top: 2px;
}

.form .label {
  float: left;
  width: 95px;
}

.form .required {
  color: #800000;
}

.form .input {
  margin-left: 100px;
}

.form .info {
  font-size: 11px;
}

.form .buttons {
  text-align: center;
}

.form .buttons input {
  margin: 0px 10px;
}

div.error {
  margin-bottom: 10px;
  background-color: #800000;
  padding: 6px;
  color: #ffffff;
  font-weight: bold;
}
div.error a {
  color: #ffffff;
  text-decoration: underline;
}
div.error ul li {
  color: #ffffff;
}

div.message {
  margin-bottom: 10px;
  background-color: #008000;
  padding: 6px;
  color: #ffffff;
  font-weight: bold;
}
div.message a {
  color: #ffffff;
  text-decoration: underline;
}

div.notice-title {
  background-color: #800000;
  padding: 3px 8px;
  color: #ffffff;
  font-weight: bold;
}
  
div.notice {
  margin-bottom: 10px;
  border: 2px solid #800000;
  background-color: #ffffcc;
  padding: 6px;
}

.section {
  margin-top: 20px;
  border-top: 3px solid #096fa5;
  padding-top: 2px;
}
.block {
  margin-bottom: 10px;
}
.block .title {
  font-size: normal;
  font-weight: bold;
}
.block .body {
  margin-left: 15px;
  margin-bottom: 5px;
}

div.buttons {
  margin: 4px 0 10px 0;
}
span.buttons {
  margin: 0 6px;
}
.buttons {
  font-size: x-small;
}
.buttons a {
  margin: 0 4px;
}

.buttons a, a.button {
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 0 3px;
  background-color: #ffff99;
  color: #0000ff;
  font-size: x-small;
  text-decoration: none;
  white-space: nowrap;
}
.buttons a:hover, a.button:hover {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  background-color: #ffdd99;
}

.registered {
  color: #008000;
  font-weight: bold;
}

.waitlisted {
  color: #808000;
  font-weight: bold;
}
