#page {
  width: 938px;
  margin: 20px auto;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  color: #2e2e2e;
}
#page h1 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal;
}
#page h2 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal;
}
#page h3 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal;
}
#page h4 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal;
}
#page h5 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal;
}
#page h6 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: normal;
}
#page .notice {
  background-color: #ffffcc;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #666666;
  font-size: 93%;
  margin-bottom: 6px;
  padding: 6px;
  text-align: center;
}
#page em { color: #ff9999; }
#page img { border: 6px solid #ffffff; }
#page #header {
  width: 100%;
  float: left;
  clear: both;
  color: #333333;
  font-family: Georgia, Times, Times New Roman, serif;
  border-bottom: 19px solid #2e2e2e;
}
#page #header img {
  float: left;
  background-color: #cccccc;
  border: 6px solid #ffffff;
}
#page #header h1 {
  font-size: 2.5em;
  line-height: 1em;
  float: left;
  margin: 38px 0px 0px 19px;
}
#page #header h1 span {
  border-right: 1px solid #e2e2e2;
  color: #ff9999;
  margin-right: 19px;
  padding-right: 19px;
}
#page #header p {
  float: left;
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 19px;
  width: 680px;
}
#page #content {
  clear: both;
  float: left;
  width: 100%;
}
#page #content a.regular {
 color:  #ff9999;
text-decoration: none;
border-bottom: 1px dashed  #ff9999;
}
#page #content .option {
  width: 220px;
  float: left;
  margin: 0 19px 57px 0;
}
#page #content .option h2 {
  border-bottom: 3px double #e2e2e2;
  font-size: 1.66em;
  height: 53px;
  margin-bottom: 6px;
  padding: 6px;
}
#page #content .option p {
  line-height: 1.4em;
  font-size: 93%;
  color: #666666;
  padding: 6px;
}
#page #content .listed { border-top: 6px solid #ed0000; }
#page #content .listed h2 { padding: 12px 6px 0 6px; }
#page #content .listed ul { padding-top: 6px; }
#page #content .listed ul li {
  border-bottom: 1px dashed #e2e2e2;
  color: #666666;
  font-size: 93%;
  line-height: 1.4em;
  list-style-position: inside;
  list-style-type: decimal-leading-zero;
  margin: 0 0 0 6px;
  padding: 3px;
  text-align: left;
}
#page #content .listed ul li a {
  color: #ed0000;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-bottom: 1px dashed #ed0000;
}
#page #content .listed ul li a:hover { border-bottom: 1px solid #ed0000; }
#page #content .listed ul li.last { border-bottom: 1px solid #e2e2e2; }
#page #content .listed.variant { border-top: 6px solid #bd0b78; }
#page #content .listed.variant a {
  color: #bd0b78;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-bottom: 1px dashed #bd0b78;
}
#page #content .listed.variant a:hover { border-bottom: 1px solid #bd0b78; }
#page #content .formed form { border-top: 6px solid #2e2e2e; }
#page #content .formed form #submit_in_form {
  background-color: #2e2e2e;
  color: #e2e2e2;
  border: 1px solid #2e2e2e;
}
#page #content .formed form #submit_in_form:hover {
  background-color: #ff9999;
  border: 1px solid #ff9999;
  color: #ffffff;
}
#page #content .formed ul li { text-align: right; }
#page #content .formed ul li label {
  float: left;
  color: #666666;
  font-variant: small-caps;
  font-size: 90%;
  padding: 6px;
}
#page #content .formed ul li input {
  border: 1px solid #e2e2e2;
  margin-bottom: 6px;
}
#page #content .formed ul li textarea {
  border: 1px solid #e2e2e2;
  margin-bottom: 6px;
}
#page #content .formed ul li input {
  height: 23px;
  width: 120px;
}
#page #content .formed ul li textarea {
  width: 99%;
  height: 98px;
}
#page #content .first {
  clear: left;
  margin-left: 0;
}
#page #content .last {
  clear: right;
  margin-right: 0;
}
#page #content .loud {
  background-color: #2e2e2e;
  border: 3px outset #000000;
  color: #ffffff;
  width: 214px;
}
#page #content .loud h2 {
  padding-top: 12px;
  margin-bottom: 0;
  border: 0;
}
#page #content .loud p {
  background-color: #2e2e2e;
  color: #ffffff;
  border-top: 3px double #666666;
  text-align: right;
}
#page #content .loud p span {
  color: #ff9999;
  float: left;
  font-size: 90%;
  font-weight: bold;
  padding-right: 6px;
}
