.page-title
{
  font-size: 18pt;
  font-weight: bold;
  margin: 10px 0px;
  padding-bottom: 0px;
  border-bottom: 3px solid #8F2827;
  color: #8F2827;
}
.page-title a
{
  color: #8F2827;
  text-decoration:none;
}
.page-title a:hover
{
  color: #fff;
  background-color: #8F2827
}
.page-content
{
  font-size: 10pt;
}
.links-box
{
  float: right;
  border: 1px solid #000;
  margin: 5px;
  padding: 0;
}
.links-box-content
{
  margin: 0;
  padding: 5px;
}
.links-box-title
{
  background-color: #0D2170;
  color: #E1DBBC;
  padding-left: 5px;
  font-weight: bold;
}
.links-box-content-parent
{
  padding-bottom: 5px;
}
.links-box-content-separator
{
  display: none;
}
.links-box-content-child
{
  background-image: url(/img/link.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
}
.links-box-content a
{
  text-decoration: none;
  color: #0D2170;
}
.links-box-content a:hover
{
  text-decoration: underline;
}
