html, body {height: 99.5%}

body {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
  color: #133079;
  background: #FFFFFF url("images/gradient.gif") repeat-x fixed bottom;
}

textarea {
  font: 12px Verdana, sans-serif;
  width: 450px;
  height: 120px;
  color: #123888;
  background-color: #ecece1;
  border: 4px double #8A0308;
}

a:link,a:visited {
  color: #8A0308;
  text-decoration: none;
}
a:hover {
  color: #128836;
  text-decoration: underline;
}
a:active {
  color: #8A0308;
  text-decoration: none;
}

#wrapper {
  margin: 0 auto;
  width: 980px;
  position: relative;
  height: 99.5%;
}

#container {
  float: left;
  position: relative;
  width: 100%;
  min-height: 99.5%;
}

#header {
  background: url("images/logo.JPG") no-repeat top center;
  margin: 10px auto;
  width: 100%;
  height: 97px;
  clear: both;
}

#sidebar {
  width: 160px;
  float: left;
}

#navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navigation li {margin-bottom: 5px;}

#navigation a {background: #123888;
  color: #fff7f4;
  display: block;
  width: 130px;
  padding-left:10px;
  border: 5px outset #123888;
  text-decoration: none;
  font-weight: bold;
}

#navigation a:hover {
  background: #128836;
  margin-left: 5px;
  border: 5px outset #128836;
}

#navigation a:active {border: 5px inset #128836;}

#content {
  width: 800px;
  float: left;
  padding: 0px 10px 70px 10px;
}

#footer {
  clear: both;
  position: absolute;
  bottom: 0px;
  margin: 10px 10px 0px 10px;
  width: 100%;
  text-align: center;
  color: #ecece1;
  font-style: italic;
}

h1 {color: #215c22;}

h2 {color: #765d13;}

li {margin-bottom: 5px;}

span.para {
  color: #730f8a;
  font-family: Tahoma, sans-serif;
}

img.padding {
  padding: 0px 5px;
}
