#SitemapBox {
  padding-left: 20px;
  padding-bottom: 20px;
  width: 530px;
}
#SitemapBox .section {
  list-style-type: none;
  padding-top: 10px;
  font-size: 14px;
  color: #0071BC;
  border-bottom: 1px solid #6D8290;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
}

#SitemapBox .section a {
  padding-top: 10px;
  font-size: 16px;
  color: #2A3990;
  text-decoration: none;
  margin-right: 20px;
}

#SitemapBox .rubric {
  list-style-type: none;
}

#SitemapBox .rubric a {
  color: black;
  font-size: 12px;
  background: url(/images/rubric.gif) 1px 8px no-repeat;
  padding-left: 10px;
  text-decoration: underline;
  list-style-type: none;
  padding-top: 5px;
}

#SitemapBox .category {
  list-style-type: none;
}

#SitemapBox .category a {
  padding-top: 10px;
  font-size: 12px;
  color: #455661;
  text-decoration: none;
  background: none;
}

#SitemapBox .part {
  text-decoration: none;
  list-style-type: none;
}

#SitemapBox .part a {
  font-size: 10px;
  color: #455661;
}

#SitemapBox .part a:hover {
  color: #F66F2B;
}

#SitemapBox .error {
  font-size: 12px;
}
