body
{
  color: #000;
  font-size: 10pt;
}

a
{
  color: #000;
  text-decoration: none;
}

*.skip2,
hr,
#mainNavigation,
#dispatchWrapper,
#sidebarSearch,
#supplementaryContent,
div.registerForUpdates,
#footerWrapper,
#topBorder
{
  display: none;
}

hr.show
{
  display: block;
}

h1
{
  margin-bottom: 5px;
}

#tagLine
{
  margin-top: 5px;
}

#sidebarServices, 
#sidebarSectors
{
  margin: 0 0 10px 0;
}

#sidebarServices h3,
#sidebarSectors h3
{
  margin: 0;
}

#sidebarServices ul,
#sidebarSectors ul
{
  margin: 0;
  padding: 0;
}

#sidebarServices ul li,
#sidebarSectors ul li
{
  display: inline;
  list-style: none;
  margin: 0;
}

#sidebarServices ul li:before,
#sidebarSectors ul li:before
{
  content: "| ";
}

#sidebarServices ul li:first-child:before,
#sidebarSectors ul li:first-child:before
{
  content: "";
}

