.topbar {
  height: 90px;
  overflow: visible;
  text-align: left;
  font-size: 10pt;
  /*background-image: url('images/header.jpeg');*/
  background-repeat: no-repeat;
}

.topleft {
  top: 10px;
  left: 10px;
  width: 200px;
  height: 120px;
  float: left;
  z-index: 1;
/*background-image: url('images/topleft.jpeg');*/
  background-repeat: no-repeat;
}

table.areas {
  margin-left: 10px;
  text-align: center;
}

a.areas:link {
  color: indigo;
}
a.areas:visited {
  color: indigo;
}

a.areas:hover {
  color: darkmagenta;
}

.navbar {
/*  padding-left: 10px;
  padding-right: 10px;
  clear: both;
  top: 0px;
  left: 0px;*/
  z-index: 0;
  height: 30px;
  background-color: white;
  color: black;
  text-align: center;
  /*background-image: url('images/navbar.jpeg');*/
  background-repeat: no-repeat;
  overflow: visible;
}

.path {
  text-align: right;
  float: right;
  font-size: 10pt;
  margin-right: 10px;
  /*margin-left:0px;*/
  vertical-align: top;
}

.navbar-main {
  margin-left: 20px;
  text-align: center;
  vertical-align: middle;
}

#main {
  position: relative;
  min-height: 512px;
  text-align: center;
  padding: 5pt;
  background-image: url('images/hilbert');
  background-repeat: repeat;
}

.nav-forward {
  font-family: sans;
  font-size: 16px;
  font-weight: bold;
  /*
  height: 29px;
  width: 27px;
  background-image: url('images/forward.png');
  background-repeat: no-repeat;
  */
}

.nav-backward {
  font-family: sans;
  font-size: 16px;
  font-weight: bold;
  /*
  height: 29px;
  width: 27px;
  background-image: url('images/backward.png');
  background-repeat: no-repeat;
  */
}

.nav-current {
  font-family: sans;
  font-size: 16px;
  font-weight: bold;
}

.footer {
  position: relative;
  left: 0px;
  height: 50px;
  padding-right: 10px;
  padding-top: 5px;
  border-top: 4px #3c253e double;
  font-size: 10pt;
  text-align: right;
  vertical-align: middle;
/*
  color: white;
  background-color: #070803;
*/
  background-image: url('images/pedal');
  background-repeat: no-repeat;
}

/* standard formatting elements */
body {
  font-family: TimesRoman, serif;
  background-color: white;
  color: black;
  margin: 0px;
  padding: 0px;
}

a:link {
  color: #0020df;
  text-decoration: none;
}

a:hover {
  color: #8000ff;
  text-decoration: underline;
}

a:visited {
  color: #0090ff;
  text-decoration: none;
}

h1 {
  font-family: TimesRoman, serif;
  font-size: 24pt;
  color: #0000e0;
}

h2 {
  font-family: sans-serif;
  font-size: 16pt;
  color: #500080;
}

h3 {
  font-family: sans-serif;
  font-size: 12pt;
  color: #491fb1;
  margin-bottom: 3px;
}

blockquote {
  font-family: sans-serif;
}

p {
  text-align: justify;
  max-width: 600px;
  font-size: 12pt;
  text-indent: 1em;
  margin-left: auto;
  margin-right: auto;
}

ol {
  text-align: left;
  font-size: 12pt;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  list-style-position: outside;
}

ol.level2 {
  list-style-position: inside;
  list-style-type: lower-latin;
}

ul {
  text-align: left;
  font-size: 12pt;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  list-style-position: outside;
}

ul.level2 {
  list-style-position: inside;
  list-style-type: lower-latin;
}

img {
  border: none;
}

img.errimg {
  text-align: center;
}

table {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 10pt;
}
p.errtext {
  color: #ff0000;
  font-weight: bold;
  font-family: verdana,serif;
  text-align: center;
}

/* gallery stuff */
div.bigpicture {
  text-align: center;
}

.thumbnails {
  vertical-align: middle;
}

.buttons {
  text-align: center;
}

/* new gallery stuff */
div.recentbatchlist {
  text-align: center;
}

div.batch {
  text-align: center;
  border-bottom: 2px inset;
}

.batchtitle {
  clear: both;
  text-align: center;
}

.batchdate {
  float: left;
  width: 200px;
}

.batchsize {
  float: left;
  clear: left;
  width: 200px;
}

.batchdesc {
  width: 500px;
  text-align: justify;
  margin-left: 200px;
}

.taglist {
  text-indent: 0px;
  text-align: left;
}

.tagform {
  text-align: left;
  font-size: smaller;
}

table.tagchildlist {
  vertical-align: top;
  font-size: 12pt;
}

/* comic stuff */
.strip {
  border: none;
  padding: 0px;
  /*background-color: white;*/
}

.strip-annotation {
}

/* file output stuff */
pre {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 2px blue dashed;
}
