body, div, p, th, td, li, dd {
  font-family: palatino, georgia, serif;
  font-size: 1em;
}

* {
  margin: 0;
}

html {
  background-color: #3A6281;
  padding-left: 100px;
  height: 100%;
}

body {
  background:#EAE2D9;
  width: 800px;
  height: 100%;
  margin: 0;
  padding: 0;
}


div.menu {
  position: relative;
  float: left;
  width: 210px;
  padding-top: 20px;
  font-size: 90%;
  line-height: 150%;
}


div.content {
  position: relative;
  float: left;
  width: 500px;
  padding-top: 20px;
  margin-left: 20px;
  line-height: 140%;
  min-height: 100%;
  font-size:90%;
}

div.wrapper {
  background:#EAE2D9;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -0.1em;
  position: relative;
}

div.counter {
  padding-top: 25px;
  padding-bottom: 5px;
  text-align: right;
  color: #3A6281;
  font-size: 120%;
  font-style: italic;
}

div.footer, div.push {
  height: 0.1em;
  margin: auto;
  text-align: center;
}

div.push {
  clear: both;
  height: 0.1em;
  margin: auto;
  text-align: center;
}

div.centered {
    margin: auto;
    text-align: center;
}

p {
  margin-bottom: 0.5em;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.25em;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

ul {
  list-style-type: none;
}

div.slideshow {
  height: 250px;
  width: 400px; 
  margin: auto;
}

div.slideshow img { 
  display: none;
  height: 250px;
  width: 400px; 
}

div.slideshow img#first { 
  display: block;
}

.align-right { float:right; margin: 0 0 5px 5px; }
.align-left { float:left; margin: 0 5px 5px 0; }
.frame { padding: 3px; border: 1px solid #aaa; }
.ppleft { margin: 0 15px 0 0; }
.ppright { margin: 0 0 0 15px; }

a.currentmenu:link {color:#EE2020; text-decoration:none}
a.currentmenu:visited {color:#EE2020; text-decoration:none}
a.menu:link {color:#B20202; text-decoration:none}
a.menu:visited {color:#B20202; text-decoration:none}
a.menu:hover {color:#EE2020; text-decoration:none}
a:link {color:#B20202; text-decoration:none}
a:visited {color:#B20202; text-decoration:none}
a:hover {color:#EE2020; text-decoration:none}
