




div.NavLinks {
  text-align: center;
  margin-bottom: 10px;
}

div.NavLinks a {
  font-weight: bold;
  text-decoration: none;
  width: 30%;
}


a.prevlink {
  float: left;
  text-align: left;
}

a.nextlink {
  float: right;
  text-align: right;
}


div.RegisterPage {
  padding: 10px;
  color: #015595;
  background-color: #FFFFFF;
}

.RegisterPage p {
  padding-left: 3em;
  padding-right: 3em;
  margin-top: 1em;
}

ul.SectionList li {
  margin-left: 3em;  
  list-style-image: url(/WM/html/images/public/graphics08/bullet.gif);
  margin-top: 0.5em;
}

p {
  margin-top: 0.5em;
}

a {
  color: #015595;
}

a:hover 
{
  font-weight: bold;
}

a:visited
{
  color: #015595;
}

h1 {
  background: #015595 url(/WM/html/images/public/graphics08/blue_bar_extended_1x46.png)  repeat-x center left;
  color: white;
  padding: 5px;
  margin-bottom: 1em;
  font-size: 1.2em;
  clear: both;
}







