body {
   background: white;
   font-size: 12pt;
   }
#nav-tab, #sidebar, .loginout {
   display: none;
   }
#outerwrapper, #content, #footer {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
div#content {
   border-top: 2px solid gray;
   }
#footer {
   text-align: center;
   font-size: 9pt;
   }
#headertext h1 {
  text-align:center;
  }
#headertext h1 span {
  display:block;
  font-size:75%;
}

#content #wikitext p {
  text-indent:2em;
}

#content .indent {
  margin:0 0 1em 3em;
}

#content p.question {
  text-indent:0 !important;
  font-weight:bold !important;
}

#content p.answer {
  text-indent:0 !important;
  margin-left:2em !important;
}

#content li {
  padding-bottom:0.3em;
}

#content li ul {
  padding-top:0.3em;
}
pre.exhibit{
  border:1px solid #A1A1A1;
  padding:1em;
  font-size:8pt;
}
/*--Fix PMWiki--*/
p.vspace {
  display:none;
}

.wikitrail {
  text-align:center;
  display:block;
}

.lfloat {
  float:left;
}

.rfloat {
  float:right;
}

.lfloat img {
  margin-right:1em;
}

.rfloat img {
  margin-left:1em;
}

.center p {
  text-align:center;
  text-indent:0 !important;
}

p.center {
  text-align:center;
  text-indent:0 !important;
}

p.noindent {
  text-indent:0 !important;
}
