body {
  margin: 0;
  color: #736D6D;
  font-family: helvetica, arial, sans-serif;
  background-color: #F6F6F6;
}

.clear {
  display: block;
  clear: both;
}

hr {
  margin: 0 auto 0 auto;
  height: 0;
  border: 0;
  border-top: 1px dotted #908D8C;
}

h1 {
  margin: 8px auto 8px auto;
  padding: 4px 0 2px 0;
  width: 900px;
  color: #081587;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px dotted #908D8C;
  border-width: 1px 0 1px 0;
}

#site {
  margin: 0 auto 0 auto;
  padding-bottom: 24px;
  width: 1000px;
  background-color: #FFFFFF;
}

#header img {
  display: block;
  margin: 0 auto 0 auto;
  width: 460px;
  height: 100px;
  border: 0;
}

#header ul {
  margin: 0 auto 0 auto;
  padding: 0;
  height: 20px;
  line-height: 20px;
  text-align: center;
  list-style: none;
}

#header ul li {
  display: inline;
  margin: 0;
  padding: 0 8px 0 8px;
  font-size: 11px;
  text-transform: uppercase;
  border-left: 1px solid #908D8C;
}

#header ul li:first-child {
  border: 0;
}

#header ul li a {
  color: #686462;
  text-decoration: none;
}

#header ul li a:hover,
#header ul li a:active {
  color: #081587;
}

#teaser {
  padding: 16px 0 16px;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#teaser span {
  display: block;
}


#home-image {
  display: block;
  margin: 0 auto 0 auto;
  padding: 4px 0 4px 0;
  width: 734px;
  height: 301px;
  border: 1px dotted #908D8C;
  border-width: 1px 0 1px 0;
}



#home {
  margin: 0 auto 0 auto;
  width: 756px;
}

#home .box {
  float: left;
  margin: 8px 0 8px 0;
  width: 252px;
  height: 310px;
}

#home .box h2 {
  margin: 6px 17px 4px 17px;
  padding: 0;
  color: #000000;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}

#home .box p {
  margin: 0 17px 4px 17px;
  padding: 0;
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
}

#home .box a {
  display: block;
  margin: 0 17px 0 17px;
  color: #1A268E;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

#home .box a:hover {
  text-decoration: underline;
}

#home .box img {
  display: block;
  margin: 0 auto 0 auto;
  width: 217px;
  height: 205px;
  border: 0;
}


#sidebar {
  float: left;
  margin-left: 50px;
  width: 340px;
}

#content {
  float: left;
  margin-left: 20px;
  width: 540px;
}

#sidebar,
#content {
  font-size: 12px;
}

#sidebar a,
#content a {
  color: #081587;
}

#sidebar a:hover,
#content a:hover {
  text-decoration: none;
}

#sidebar p,
#content p {
  margin: 0;
  padding: 8px 0 8px 0;
}

#sidebar ul,
#content ul {
  margin: 0;
  padding: 8px 0 8px 0;
  width: 80%;
}

#sidebar ul li,
#content ul li {
  margin: 0 0 0 20px;
  padding: 0;
}

#sidebar hr,
#content hr {
  margin: 8px auto 8px auto;
}

#sidebar img,
#content img {
  border: 0;
}



#footer {
  position: relative;
  margin: 8px auto 0 auto;
  width: 900px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 4px solid #000000;
}

#footer a {
  color: #847F7F;
  text-decoration: none;
}

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

#footer img {
  margin: 8px 0 8px 0;
  border: 0;
}

#footer #contact h3 {
  margin: 0;
  padding: 0;
  color: #B60D0D;
  font-size: 20px;
}

#footer #contact {
  padding: 8px;
  color: #847F7F;
  font-size: 12px;
  background-color: #000000;
}

#footer #contact ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer #contact ol li {
  margin: 0;
  padding: 2px 0 2px;
}

#footer #contact span {
  color: #FFFFFF;
}

#footer #copyright {
  position: absolute; right: 8px; bottom: 8px;
  font-size: 11px;
  text-align: right;
}

#footer #copyright span {
  display: block;
}

#footer #copyright span:first-child {
  color: #FFFFFF;
}

