body {
  font-family: Palatino Linotype, Times New Roman;
}

#container {
  width: 800px;
  margin: 0 auto;
}

#header {
  background-image: url(../images/drop_shadow_top.png);
  height: 9px;
  font-size: 1pt;
  line-height: 1pt;
  position: relative;
  width: 800px;
}

#body {
  position: relative;
  background-image: url(../images/drop_shadow_middle.png);
  width: 800px;
  margin: 0px;
}

#footer {
  background-image: url(../images/drop_shadow_bottom.png);
  height: 10px;
  font-size: 1pt;
  line-height: 1pt;
  position: relative;
  width: 800px;
}

#splash {
  position: relative;
  margin: 0px 27px 0px 23px;
  height: 266px;
  padding: 0px;
  background-color: #fff;
}

#splash table {
  width: 100%;
  height: 100%;
  margin: 0px;
}

img {
  border: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
}

td {
  padding: 0px;
}

td.logo {
  position: relative;
  vertical-align: top;
  width: 169px;
}

td.menu {
  height: 55px;
  vertical-align: bottom;
  padding: 0px 0px 0px 0px;
}

td.title {
  background-image: url(../images/title_bg.png);
  height: 62px;
  padding: 0px;
  line-height: 1pt;
}

td.spacer {
  height: 150px;
  width: 581px;
  visibility: hidden;
}

#content {
  background-image: url(../images/bg.png);
  margin: 0px 27px 0px 23px;
  padding: 6px 30px 30px 30px;
}

ol li {
  margin: 20px 0px;
}

#contact_info {
  color: #d2af26;
  background-image: url(../images/footer_bg.png);
  margin: 0px 27px 0px 23px;
  height: 36px;
  text-align: center;
  font-size: 1pt;
  line-height: 1pt;
}

#contact_info span {
  top: 7px;
  position: relative;
  vertical-align: top;
  font-size: 12pt;
  line-height: 12pt;
}

#contact_info span span {
  top: 0px;
  position: relative;
  vertical-align: top;
}

#contact_info a {
  color: #d2af26;
  text-decoration: none;
  border: 0px;
}

abbr {
  border: 0px;
}

a {
  text-decoration: none;
  color: #67001b;
  border-bottom: 1px dotted #666666;
}

a:hover{
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}

#splash a {
  border: 0px;
}

h1 {
  background: url(../images/clef.png) no-repeat;
  padding: 6px 0px 0px 26px;
  margin: 20px 0px 10px 0px;
  height: 40px;
  font-size: 18pt;
}

h2 {
  font-size: 14pt;
}