* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0 auto;
  background-position: 0% 50%;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  background-color: #ffffff;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #7f7772;
  font-size: 11pt;
}
h1, h2, h3 {
  font-weight: normal;
  color: #8c1919;
}
h1 {
  font-size: 182%;
}
h2 {
  font-size: 122%;
}
h3 {
  font-size: 100%;
}
p, a {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
  color: #7f7772;
}
p, ul, ol {
  margin-bottom: 20px;
  line-height: 167%;
  font-size: 85%;
}
a:link, a:visited {
  color: #008000;
}
a:hover {
  text-decoration: none;
  color: #800000;
}
#wrapper {
  margin: 10pt auto -20pt;
  height: auto;
  background-image: url(images/footer.jpg);
  background-color: #ffffff;
  background-position: left bottom;
  width: 880px;
  background-repeat: no-repeat;
}
#header {
  margin: 0px auto;
  height: 90px;
  width: 880px;
  padding-top: 0px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
}
#logo {
  margin-bottom: -20px;
  margin-top: 10px;
  float: left;
  width: 390px;
  height: 82px;
  line-height: 0.8em;
  background-image: url(images/logo_bg.png);
  background-repeat: no-repeat;
  margin-left: 11px;
  background-color: white;
}
#logo h1 {
  padding-top: 20px;
  text-align: center;
}
#logo h1 a {
  font-weight: normal;
  font-size: 24px;
  color: #3b3b3b;
}
#logo h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 8px;
}
#logo h2 a {
  color: #b3a7a0;
}
#logo a {
  text-decoration: none;
}
#menu {
  margin-top: 34px;
  width: 470px;
  float: right;
  top: 4px;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
}
#menu li {
  display: inline;
}
#menu a {
  padding: 20px 12px 0;
  background: transparent url(images/img1.gif) no-repeat scroll 0% 50%;
  font-size: 100%;
  float: left;
  text-decoration: none;
  height: 50px;
  color: #3b3b3b;
  display: block;
}
#menu a:hover, #menu a.active {
  color: #008000;
}
#splash {
  margin: 0 auto;
  height: 190px;
  top: -1px;
  width: 870px;
  position: relative;
}
#splash p {
  margin: 0;
  padding: 110px 20px 0 50px;
  float: right;
  width: 460px;
  height: 70px;
  text-align: right;
  font-size: 136%;
  font-weight: bold;
  color: #ed2024;
}
#page {
  margin: 0 auto;
  width: 870px;
}
#page h1, #page h2 {
  margin-bottom: 20px;
}
#content {
  padding: 50px 20px 20px;
  float: left;
  width: 600px;
  top: 0px;
}
#content_right {
  float: right;
  width: 200px;
  padding-right: 20px;
  padding-top: 60px;
}
#content ol, #content ul {
  margin-left: 3em;
}
#sidebar {
  padding: 20px;
  float: left;
  width: 200px;
}
#sidebar h2 {
  padding-top: 6px;
  font-weight: bold;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#sidebar li {
  border-bottom: 1px dashed #cccccc;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
#sidebar h3 {
  padding: 0 10px;
  background: #3b3b3b url(images/img4a.gif) no-repeat scroll 0% 50%;
  height: 17px;
  color: #ffffff;
}
#footer {
  border-top: 5px solid #3b3b3b;
  margin: 0 auto;
  clear: both;
  width: 770px;
  height: 50px;
  padding-top: 10px;
}
#footer p {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 77%;
}
#legal {
  float: left;
}
#links {
  float: right;
}
