#MainContent {
  padding-bottom: 20px;
}
#SitemapBox .section {
  list-style-type: none;
  padding-top: 10px;
  font-size: 16px;
  color: #224295;
  border-bottom: 1px solid #6D8290;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
}

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

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

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

#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;
}


