body {
  font-family: 'Georgia', serif;
  font-size: 100%;
  background: #131413;
  color: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  }
img {
  border: none;
}

div#nav {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #666;
}
div#nav a {
  color: #ccc;
  text-decoration: none;
  background: none;
  display: block;
  height: 25px;
}
div#nav a:hover {
  color: #EF3984;
}
div#nav a:visited {
}
div#nav span.active {
  color: #ccc;
  text-decoration: none;
  background: none;
  display: block;
  height: 25px;
  color: #EF3984;
}

div#content {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

div#logobar {
  margin: 10px 0 20px 0;
  text-align: center;
}
div#footer {
  margin: 100px 0 20px 0;
  text-align: center;
  color: #999;
  font-size: 10pt;
}
div#footer a {
  color: #999;
  text-decoration: none;
}

div#footer a:hover {
  text-decoration: underline;
}


td.flabel {
  font-family: 'Georgia', serif;
  text-align: right;
  padding-right: 5px;
  color: #fff;
  font-size: 100%;
  width: 175px;
}
td.ffield {
  font-family: 'Georgia', serif;
  color: #fff;
  text-align: left;
}
div.contactbar {
  text-align: center; 
  font-family: 'Georgia', serif;
  color: #fff;
  margin-bottom: 15px;
}
div.contactbar span {
  color: #F23784;
}


td span.caption {
  display: block;
  margin: 2px 0 8px 0;
  padding: 2px 0 8px 0;
  color: #fff;
  font-family: sans-serif;
  font-size: 80%;
}
