/*modified 2006-07-09*/
body {
  background: white;
  color: black;
  font-family: sans-serif;
}
.centered {
  text-align: center;
}
.plain {
  font-style: normal;
}
div.menu {
  float: left;
  width: 20%;
  min-width: 160px;
  border: thin black dotted;
  background-color: rgb(242,242,242);
  color: black;
  margin-right: 1em;
  margin-bottom: 4em;
  margin-top: 4em;
  padding: 0.5em;
}
li {
  list-style: circle;
}
span.selected {
  font-weight: bold;
}
span.selected li {
  list-style: disc;
}
span.selected img {
  border: 4px solid #000000;
}
div.body {
  margin-top: 2em;
  margin-left: 30%;
  margin-right: 10%;
  min-width: 30em;
}
h1 {
  font-size: 175%;
}
span.dropcap {
  font-size: 3em;
  float: left;
  margin-top: -0.2em;
  margin-bottom: 0;
  height: 1em;
}
p {
  margin-bottom: 0;
}
p.indented {
  text-indent: 2em;
  margin-top: 0;
}
div.footer {
  margin-top: 4em;
}
span.valid {
  margin-top: 1em;
  float: right;
}
span.valid img {
  border:0;
  width:88px;
  height:31px;
}
div.flatMenu {
  text-align: center;
  width: 100%;
}
div.flatMenu p {
  margin-top: 0;
  margin-bottom: 1em;
}
div.photo {
  margin-left: auto;
  margin-right: auto;
  width: 640px;
  text-align: center;
  font-style: italic;
}
div.photo p {
  margin-top: 0;
  margin-bottom: 2em;
}