 body {
  background-color: #D9D9D9;
  margin: auto;
  font-family: Verdana;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
 }
 a {
  font-size: 13px;
  font-family: Verdana;
  text-decoration: none;
  color: #4A4A4A;
 }
 #main {
  width: 814px;
  height: 496px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0px;
 }
 #top_menu {
  background-image:url(img/logobar.gif);
    background-repeat: no-repeat;
  width: 756px;
  height: 73px;
  padding-left: 10px;
  padding-bottom: 5px;
 }
 #top_menu table {
  width: 75%;
 }
 #top_menu table a, #top_menu table span {
  font-family: Verdana;
  font-weight: bolder;
  font-size: 13px;
  letter-spacing:-0.05em;
  color: #fff;
  text-decoration: none;
 }
 #top_menu table span.active {
  color: #9D1827;
 }
 #sub_menu {
  background-image:url(img/sub_menu.gif);
  width: 756px;
  height: 20px;
 }
 #sub_menu a, #sub_menu table span {
  font-family: Verdana;
  font-weight: normal;
  font-size: 11px;
  letter-spacing:-0.05em;
  padding-left: 11px;
 }
 #sub_menu table span.active {
  color: #9D1827;
 }
 #content {
  background-image:url(img/bg_standard.gif);
  background-repeat: no-repeat;
  width: 756px;
  height: 361px;
 }
 #service_links {
  position: relative;
  top: 0px;
  left: 650px;
  width: 100px;
 }
 #service_links a, #service_links span {
  font-size: 11px;
  color: #7B7B7B;
  letter-spacing:-0.1em;
 }
 #service_links span.active {
  color: #9D1827;
 }
 #headline {
  font-family: Arial;
  font-size: 18px;
  color: #9E1827;
  text-transform: uppercase;
  position: relative;
  top: 120px;
  left: 250px;
  width: 300px;
 }
 #text {
  font-family: Arial;
  font-size: 11px;
  color: #4A4A4A;
  width: 510px;
  position: relative;
  top: 140px;
  left: 250px;
 }
 #text table {
  font-family: Arial;
  font-size: 11px;
  color: #4A4A4A;
  
 }
 #text ul {
  list-style-type: disc;
  margin-top: 2px;
 }
 #text li {
  padding-left: 0px;
  margin-left: -25px;
 }
 
 #text p a {
  font-size:11px;
  font-family: Arial;
 }
 
  #text p a:hover {
  font-size:11px;
  text-decoration:underline;
 }