/* CSS Document */

body {
  background-color: #FFF;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #003717;
  }

.container {
  width: 883px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  }

.head {
  width: 883px;
  height: 150px;
  background-image: url(images/head.gif);
  position: absolute;
  top: 0;
  border-bottom: 24px solid #003717;
  }

.nav {
  width: 201px;
  height: 552px;
  background-image: url(images/left-bg.gif);
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 177px;
  text-align: center;
  }
.nav a {
  color: #FFF;
  font-weight: bold;
  line-height: 16px;
  }
.nav h3 {
  font-size: 18px;
  font-weight: normal;
  }

.rightnav {
  width: 201px;
  position: absolute;
  right: 0;
  top: 177px;
  text-align: center;
  }

.content {
  width: 475px;
  position: absolute;
  top: 177px;
  left: 204px;
  }

h1 {
  margin: 3px 0 8px 0;
  font-size: 18px;
  }

img {
  border: 0;
  }

a {
  text-decoration: none;
  color: #568C00;
  }
a:hover {
  text-decoration: underline;
	}