html { margin-left: 1px; }

body {
  margin: 0;
  padding: 0;
  background-color: #871F36;
  background-image: url("/images/shared/bg.png");
  background-repeat: repeat-y;
  background-position: top center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

img {
  border: 0;
}

a {
  color: #000099;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size:16px;
}

h3 {
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

hr {
  clear: both;
  width: 80%;
  border: 0;
  color: #333;
  background-color: #ccc;
  height: 3px;
}

.error { color: #FF0000; font-weight: bold; }
.subtle { color: #756D4C; }
.subtle a { color: #756D4C; }
div.spacer { clear: both; }

img.right_image {
  float: right;
  padding: 0 0 5px 12px;
}

img.left_image {
  float: left;
  padding: 0 12px 5px 0;
}

#wrapper {
  margin: 0 auto;
  width: 780px;
}

#masthead {
  background-color: #5A698A;
}

#masthead img {
  display: inline;
  vertical-align: bottom;
}

#main {
  float: left;
  width: 620px;
}

#content {
  padding: 30px;
}

div#content > h1:first-child { margin-top: 0; }
div#content > p:first-child { margin-top: 0; }

#sidebar {
  float: right;
  width: 160px;
}

ul#nav {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  width: 160px;
}
  
ul#nav li {
  margin: 0;
}

ul#nav li a {
  display: block;
  padding: 4px 12px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

html>body ul#nav li a {
  width: auto;
}

ul#nav li a:hover {
  background-color: #78849F;
  color: #fff;
}

#newsletter_signup {
  padding: 6px 12px;
  background-color: #78849F;
}

#footer {
  clear: both;
  padding: 20px 190px 30px 30px;
  text-align: center;
  color: #3B3B3B;
  font-size: 11px;
}

#footer a {
  color: #3B3B3B;
}

div.calloutBox {
  clear: both;
  border: 1px solid #C9C7A2;
  background-color: #FAF7CB;
}

div.calloutBox .cap {
  padding: 5px 30px;
  background-color: #C9C7A2;
}

div.calloutBox .header {
  font-weight: bold;
  text-align: center;
}

div.calloutBox .footer {
  text-align: right;
}

div.calloutBox .footer a {
  color: #000;
}

div.calloutBox .content {
  padding: 0 30px;
}

.signature {
  font-family: 'Comic Sans MS', Textile, cursive;
  font-size: 16px;
}

span.headline {
  font-weight: bold;
}

span.headline a {
  color: #000;
}

ol.lineSep li {
  margin-top: 14px;
}

table.info_table {
  border-collapse: collapse;
}

table.info_table td, table.info_table th {
  padding: 4px 10px;
}

table.info_table tr.highlight td {
  background-color: #c5b901;
  font-weight: bold;
}

