#Page {
  font-size:small;
  width:1000px;
  margin:0 auto;
}
a img {
  border:none;
}
a:link {
  color:inherit;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
#Navigator a:visited, #Path a:visited {
  color:inherit;
}
#Navigator {
  color:white;
  background:url(../../images/navigator_bg_0.gif) 0 50% repeat-x;
}
#Navigator .Inner {
  text-align:right;
  background:url(../../images/navigator_bg_1.gif) 0 50% repeat-x;
  margin:0 0 0 18em;
  padding:1ex 22em 1ex 0;
}
#Path {
  color:white;
  background:#666666;
  padding:6px;
}
#Path .Part0 {
  float:left;
  display:inline;
}
#Path .Part1 {
  float:right;
  display:inline;
}
.Bar {
  clear:both;
}
.PlainList {
  margin:0;
  padding:0;
}
.PlainList li {
  margin:0;
  padding:0;
  list-style:none;
}
#SiteInfo {
  text-align:center;
  border-top:1px solid #cfcfcf;
  border-bottom:1px solid #cfcfcf;
  padding:1ex 0;  
}
