html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  color: #444;
  font-family: Verdana, Helvetica, Ariel, "Sans-Serif";
  line-height: 1.5;
}

#main-container {
  width: 100%;
}

#main-container-inner {
  margin: 0;
}

#top-section {
  display: none;
}

#top-links {
  display: none;
}

#top-logo {
  display: none;
}

#menu-header {
  display: none;
}

#menu-container {
  display: none;
}

#menu-container ul {
  list-style: none;
  margin: 0;
  padding-left: 6px;
}

#menu-container li {
  background: url("../images/menu-right.gif") no-repeat right top transparent;
  float: left;
  margin-right: 4px;
  margin-bottom: 0;
  padding: 0;
}

#menu-container a {
  background: url("../images/menu-left.gif") no-repeat left top transparent;
  color: #000;
  display: block;
  margin: 0;
  padding: 5px 8px 4px 8px;
  text-decoration: none;
}

#menu-container #current  {
  background: url("../images/menu-right-selected.gif") no-repeat right top;
}

#menu-container #current a  {
  background: url("../images/menu-left-selected.gif") no-repeat left top;
  color: #503568;
  padding-bottom: 5px;
  text-decoration: none;
}

#menu-container #dummy  {
  background: url("../images/blank.gif") no-repeat right top;
}

#menu-container #dummy span  {
  display: block;
  padding-bottom: 10px;
}

.clear-both {
  clear: both;
}

#content-wrapper {
  width: 100%;
}

#content-column {

}

#contact-column {

}

#content-column-inner {
  margin: 28px 12px 0px 12px;
}

#content-column-inner h1 {
  border-style: dotted;
  border-color: #999;
  border-width: 1px 0 1px 0;
  color: #2a5c79;
  font-size: 1.2em;
  margin: 0 0 10px 0;
}

#content-column-inner h2 {
  color: #2a5c79;
  font-size: 1.05em;
  margin: 0;
  padding-bottom: 6px;
}

#content-column-inner p {
  font-size: 0.9em;
}

#content-column-inner a {
  border-bottom: 1px dashed #ec7b0d;
  color: #ec7b0d;
  text-decoration: none;
}

#content-column-inner ul {
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  padding: 10px 0;
}

#content-column-inner li {
  margin-bottom: 8px;
}

#right-column {
 display: none;
}

#right-contact {
  float: left;
  width: 301px;
  margin: 28px 0 0 -301px;
}

#right-contact p {
  font-size: 0.9em;
}

#right-column a {
  border-bottom: 1px dashed #ec7b0d;
  color: #ec7b0d;
  text-decoration: none;
}

#right-column p {
  font-size: 0.9em;
}

.right-column-notice {
  border-style: dotted;
  border-color: #999;
  border-width: 1px 0 1px 0;
  margin: 0 10px;
}

.right-column-notice h3 {
  color: #2a5c79;
  font-size: 1.0em;
  margin: 0;
  padding-top: 6px;
}

.right-column-notice p {
  font-size: 0.9em;
  margin: 0;
  padding: 6px 0;
}

.right-column-image {
  border-style: dotted;
  border-color: #999;
  border-width: 0 0 1px 0;
  margin: 0 10px;
}

.right-column-image img {
  padding-top: 10px;
}

.right-column-image p {
  font-style: italic;
  text-align: center;
  margin: 0;
  padding: 0 0 6px 0;
}

p.highlight {
  font-size: 0.9em;
  font-weight: bold;
  padding: 6px 0;
  margin: 0;
}

span.strong {
  font-weight: bold;
}

#footer {
  background-color: #22526e;
  margin: 0;
  text-align: center;
}

#footer p {
  display: none;
}

#footer a {
  border-bottom: 1px dashed #ec7b0d;
  color: #ec7b0d;
  text-decoration: none;
}
