html {
  font-size: 125%;
}

body {
  font-size: 50%;
  font-family: helvetica, sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

.title {
  font-style: italic;
}

.required {
  color: #e90000;
}

h1 {
  color: #fff;
  background-image: url(../images/capitol_dome.jpg);
  background-repeat: no-repeat;
  background-color: #982417;
  text-indent: -5000px;
  width: 774px;
  height: 100px;
  border-bottom: 10px solid #690202;
  font-weight: bold;
  font-size: 2.2em;
}

#sidebar_nav {
  float: left;
  width: 150px;
}

#sidebar_nav ul {
  margin: 10px 15px;
  list-style-type: none;
}

#sidebar_nav li {
  padding: 0.75em;
}

#sidebar_nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4em;
}

#sidebar_nav a:hover {
  text-decoration: underline;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8em;
  font-family: arial, helvetica, sans-serif;
  padding: 3px;
}

h3 {
  color: #1e0b63;
  background-color: #e1dbf9;
  padding: 2px 2px 2px 8px;
  border-top: 1px solid #1e0b63;
  border-bottom: 1px solid #1e0b63;
  font-weight: bold;
  font-size: 1.6em;
  font-family: arial, helvetica, sans-serif;
}

h4 {
  font-weight: bold;
  font-size: 1.2em;
  font-family: arial, helvetica, sans-serif;
}

a.news_item {
  color: #690202;
  text-decoration: underline;
  font-size: 1.2em;
  font-family: arial, helvetica, sans-serif;
}

a:hover.news_item {
  text-decoration: none;
}

#contentarea p {
  line-height: 1.4;
  font-size: 1.2em;
  margin: 15px 0;
}

#contentarea a {
  color: #690202;
  text-decoration: underline;
}

#contentarea a:hover {
  text-decoration: none;
}

#contentarea ul {
  margin: 10px 0 10px 20px;
  list-style-image: url(../images/bullet.gif);
}

#contentarea li {
  font-size: 1.2em;
  margin: 8px 0;
}

#contentarea ul li p {
  font-size: 1em;
}

#contentarea .para_together p {
  margin: 0 0 0 30px;
}

.formarea {
  background-color: #fcf8d8;
  width: 580px;
  border: 1px dotted #807944;
  padding: 10px;
}

.formarea h3 {
  color: #000;
  background-color: #fff;
  padding: 2px 2px 2px 8px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  font-weight: bold;
  font-size: 1.6em;
  font-family: arial, helvetica, sans-serif;
}

.formarea_header {
  margin: 0 0 20px 0;
}

.formarea_body {
  margin-left: 25px;
}

.formarea_body p {
  margin: 10px 0;
}

.formarea_body p.clearfix {
  margin: 10px 0;
}

.formarea_body label {
  float: left;
  width: 75px;
}

.formarea_body p span {
  float: left;
}

.formarea_body p span input {
  margin-right: 20px;
}

.formarea_body input:focus {
  background-color: #e2dcad;
}

.formarea_body button {
  margin: 0 10px;
  padding: 0 10px;
}

.form_success {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

#footer {
  background-color: #5e567d;
  text-align: center;
  width: 774px;
  border-top: 10px solid #1e0b63;
}

#footer ul {
  margin-top: 10px;
}

#footer li {
  color: #fff;
  display: inline;
  font-size: 1.1em;
  border-left: 1px solid #e2dcad;
  padding: 0 5px;
}

#footer li.first_item {
  border: 0;
  padding-left: 0;
}

#footer a {
  color: #ffeed6;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#footer p {
  color: #fff;
  margin: 5px 0;
  font-size: 1.1em;
}

#footer img {
  border: 0;
  margin-bottom: 10px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */