body {
  margin:0;
  padding:0;
  background:black;
  color:white;
  font-family:Verdana, Tahoma, sans-serif;
  font-size:9pt;
}

table {
  border:0;
  border-collapse:collapse;
  width:100%;
}

td {
  margin:0;
  padding:0;
  vertical-align:top;
}

img {
  border:0;
}

h1, h2 {
  color:white;
  font-family:Georgia, "Times New Roman", serif;
  font-style:italic;
  font-weight:normal;
  text-align:left;
}

div#all {
  width:800px;
  margin:14px auto 21px auto;
}

div#header {
  background:url(../img/header.png) no-repeat top right;
  height:79px;
  min-height:79px;
  font-size:0;
  margin-bottom:2px;
  padding-left:15px;
  padding-top:16px;
}

div#header div#logo {
  width:294px;
  height:54px;
  background:url(../img/logo.gif) no-repeat;
}

div#header div#logo a {
  display:block;
  height:100%;
  width:100%;
}

div.gray {
  background:#3d3d3d;
  color:white;
  font-size:7.5pt;
  height:17px;
  min-height:17px;
  margin-bottom:3px;
}

div.gray  a {
  color:white;
}

table#topcontact {
  width:776px;
  margin:auto;
  margin-top:2px;
}

table#topcontact td {
  vertical-align:middle;
  white-space:nowrap;
}

div.yellow {
  background:#cca32f;
  color:black;
  font-size:7.5pt;
  height:19px;
  min-height:19px;
  line-height:19px;
  overflow-y:hidden;
  margin-bottom:3px;
}

div.yellow a {
  color:black;
  text-decoration:none;
}

div.topmenu {
  text-transform:uppercase;
  text-align:center;
}

div#slogan {
  background:url(../img/slogan.png) no-repeat top center;
  height:27px;
  min-height:27px;
  font-size:0;
  margin-bottom:3px;
}

table#contentbox {
  margin-bottom:3px;
}

td#leftmenu {
  background:#942325;
  text-align:center;
  padding-top:10px;
  padding-bottom:15px;
  width:221px;
}

td#splitter {
  width:2px;
  min-width:2px;
}

td#content {
  width:577px;
}

td#content a {
  color:#f3be29;
}

div#footerlinks {
  margin-left:10px;
  margin-bottom:20px;
  text-align:center;
  font-size:6.5pt;
  color:#686868;
  border-top:1px solid #3E3E3E;
  padding-top:30px;
}

div#footerlinks a {
  color:#686868;
}

div.servicelinks {
  margin-bottom:20px;
  text-align:center;
  font-size:6.5pt;
  color:#686868;
}

div.servicelinks a {
  color:#686868;
}

div#footer {
  background:url(../img/footer.png) no-repeat top center;
  height:9px;
  min-height:9px;
  font-size:0;
}

p.leftcontact {
  margin:0 auto;
  padding:.5em 0;
  border-top:1px solid #6c1715;
  text-align:center;
  color:white;
  font-weight:bold;
  width:169px;
  font-size:7.5pt;
}

p.leftcontact a {
  color:black;
  font-weight:normal;
}

p.leftcontact span.name {
  color:#cca32f;
  font-size:9pt;
}

td.error {
  color: red;
  padding: 10px 10px 10px 100px;   
}