﻿body {
  background: #eeeeee url('images/pattern.gif');
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: 9pt;
  margin: 10px;
  text-align: justify;
}

h1 {
  color: #656122;
  font-family: georgia, sans-serif;
  padding:5px;
  text-align: left;
  margin: 1px;
  font-size: 18pt;
  font-weight: bold;
  text-transform: lowercase;
}

h2 {
  color: #656122;
  font-family: verdana, serif;
  font-size: 12pt;
  font-weight: bold;
  font-variant: small-caps;
  margin-bottom: 5px;
  font-weight: bold;
}

h3 {
  color: #656122;
  font-family: verdana, sans-serif;
  padding: 0px;  
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

b, i, u {
  color: #656122;
}

a img {
  border:0px;
}

img {
  padding-right: 5px;
}

a:link, a:visited, a:active {
  border-bottom: 1px dotted;
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #999999;
}

div#innerbody {
  background: url('images/bg.gif') repeat;
  margin: auto;
  padding: 0px;
  width: 600px;
}

div#header {
  background-image: url('images/top.jpg');
  height: 272px;
}

div#content {
  background-color: transparent;  color: #000000;
  float: left;
  padding: 0px 0px 0px 30px;
  text-align: left;
  width: 340px;
  margin: 0px;
  position: relative;
  top: -30px;
}

div#nav {
  color: #000000;
  float: right;
  padding: 35px 0px 15px 30px;
  text-align: justify;
  width: 200px;
  background: transparent;
}

div#nav a:hover {
  color: #f3f1e8;
}

div#footer {
  background: transparent url('images/bottom.jpg');
  clear: both;
  text-align: justify;
  height:58px;
}

div#shoutout {
  text-align: center;
  font-size: 18pt;
  font-family: georgia;
  color: #8da733;
  font-weight: bold;
}

div.center {
  text-align: center;
  font-size: 12pt;
  font-family: Verdana;
  color: #000000;
  font-weight: bold;
}

div.indent {
  position: relative;
  left: 10px;
}

input, textarea {
  background-color: transparent;
  border: #000000 1px dotted;
  color: #000000;
  font-family: verdana, sans-serif;
  font-size: 9pt;
  padding: 1px;
}