body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Futura, Tahoma, sans-serif;
  background-color: #FFFFFF;
  text-align: center;
  background-image: url(gradient.gif);
  background-repeat: repeat-x;
}

h1 {
  clear: both;
  font-variant: small-caps;
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 1.3em;
  margin-bottom: .3em;
  border-bottom: 1px solid;
}

h1 a:link, h1 a:visited, h1 a:hover{
  text-decoration: none;
}

h2 {
  clear: both;
  font-variant: small-caps;
  font-size: .9em;
  font-weight: 600;
  margin-top: 1.3em;
  margin-bottom: .3em;
  border-bottom: 1px solid;
}

h2 a:link, h1 a:visited, h1 a:hover{
  text-decoration: none;
}

h3 {
  clear: both;
  font-variant: small-caps;
  font-size: .9em;
  font-weight: 600;
  margin-top: 1.3em;
  margin-bottom: .3em;
  color: #006600;
}

p {
 font-size: .8em;
 margin-top: 0;
 margin-bottom: .5em;
}

p.pagetitle {
  font-size: 1.3em;
  color: #990000;
  border-bottom: 2px solid;
  margin-bottom: .3em;
  font-variant: small-caps;
}

p.excerpts {
  font-family: New Century Schoolbook, Book Antiqua, Times New Roman, serif;
  font-size: 1em;
  margin-left: 30px;
  margin-right: 30px;
  text-indent: 50px;
}

p.faqqs {
  font-weight: 800;
  margin-left: 20px;
  text-indent: -20px;
  color: #006600;
}

p.faqas {
  margin-bottom: 2em;
  margin-left: 20px;
  text-indent: -20px;
}

a:link, a:visited {
  color: #666666;
}

a:hover {
  color: #006600;
}

textarea {
  background-color: #C5BD99;
  font-family: Verdana, Helvetica, Futura, Tahoma, sans-serif;
}

input {
  background-color: #C5BD99;
  font-family: Verdana, Helvetica, Futura, Tahoma, sans-serif;
}

input.button {
  color: #C5BD99;
  background-color: #990000;
  font-family: Verdana, Helvetica, Futura, Tahoma, sans-serif;
}

#header {
  width: 780px;
  height: 120px;
  color: #C5BD99;
  background-color:#006600;
  background-image: url(green_header.png);
  background-repeat: repeat-x;
  margin-right: auto;
  margin-left: auto;
}

#header .pagetitle {
  font-size: 34px;
  color: #C5BD99;
  font-family: Verdana, Helvetica, Futura, Tahoma, sans-serif;
  background-color: transparent;
  float: right;
  text-align: right;
  margin-right: 40px;
  margin-top: 60px;
}

#header .logo {
  float: left;
  width: 400;
  margin-left: 10px;
  margin-top: 10px;
}

#main {
  position: relative;
  width: 780px;
  color: #C5BD99;
  text-align: left;
  background-color: #000000;
  margin-right: auto;
  margin-left: auto;
  height: 91%;
}

#content {
  float: right;
  width: 595;
  padding: 1em 10px 20px 0;
  background-color: #000000:
}

#nav {
  float: left;
  padding: 1em 0 0 0;
  width: 170px;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


 #nav li {
  border-bottom: 1px solid #000000;
}

#nav li a:link, #nav li a:visited {
  font-size: 16px;
  font-variant: small-caps;
  font-weight: 900;
  display: block;
  padding: 0.4em 0 0.4em 0.5em;
  border-left: 12px solid #006600;
  border-right: 1px solid #006600;
  background-color: #C5BD99;
  color: #666666;
  text-decoration: none;
}

#nav li a:hover {
  background-color: #000000;
  background-image: url(red_nav_gradient.jpg);
  background-repeat: repeat-y;
  border-left: 12px solid #840000;
  color: #C5BD99;
}

/* TOP_NAV AND BOTTOM_NAV DRAW BORDERS THAT MATCH THE SIDES */

#nav .top_nav {
  border-top: 1px solid #006600;
}

#nav .bottom_nav {
  border-bottom: 1px solid #006600;
}

#footer {
  clear: both;
  width: 780px;
  height: 80px;
  color: #C5BD99;
  background-color: #006600;
  background-image: url(green_footer.jpg);
  background-repeat: repeat-x;
  margin-right: auto;
  margin-left: auto;
}

#footer ul {
  font-size: 12px;
  font-weight: 900;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#footer li {
  display: inline;
}

/* BORDER CLASS ADDS RIGHT BORDER FOR ALL BUT LAST ELEMENT IN NAV BAR */
#footer li.border {
  border-right: 2px solid #006600;
}

#footer a:link, #footer a:visited {
  padding: 0 15px 0 15px;
  color: #424242;
}

#footer a:hover {
  color: #C5BD99;
}

.copyright {
  font-size: .6em;
  font-style: italic;
  padding-top: 25px;
}

.titles {
  font-variant: small-caps;
  font-style: italic;
}

img.cover {
  border-width: 3px;
  border-style: solid;
  border-color: #666666;
  margin-bottom: -4px;
}

img.left {
  float: left;
  margin: 0 .5em .5em 0;
}

img.right {
  float: right; 
  margin: 0 0 .5em .5em;
}

.caption {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #990000;
}

.caption a:link, .caption a:visited {
  display: block;
  color: #C5BD99;
  padding: 2px;
  border: 2px outset #C5BD99;
  text-decoration: none;
}

.caption a:hover {
  background-color: #880000;
  border: 2px inset #C5BD99;
  padding: 3px 1px 1px 3px;
}
