﻿@import url('layout.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;}
  
body {
  text-align: center;
  background-color: #000;
  line-height: 14px;
  font-size: 11px;
  color: #2d2e2e;
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  line-height: 14px;
  color: #6d9863;
  font-size: 14px;
  font-weight: bold;
}
h2 {
  line-height: 14px;
  color: #6d9863;
  font-size: 12px;
  font-weight: bold;
}
a,  a:link {
  color: #3c982d;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #2d7336;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #09760d;
  text-decoration: underline;
}
a:focus {
  color: #09760d;
}
a:active {
  color: #164619;
}
#outerWrap {
  background-color: #fff;
  width: 880px;
  text-align: left;
  margin: 0 auto 0;
}
#outerWrap #head {
  background-color: #8ab573;
  color:white;
  height: 130px;
  line-height: 15px;
  font-size: 18px;
  width: 880px;
  padding: 0;
  font-weight: bold;
  background-image: url("../images/header.jpg");
  border-bottom: solid 1px #cbae90;
}

/****** all the topNavigation menu stuff ********/

#outerWrap #topNav {
  background-color: #000;
  color:white;
  font-size:12px;
  height: 30px;
  border-bottom: solid 1px #cbae90;
}

#outerWrap #topNav ul.menu li {float:left;text-align:center;}
#outerWrap #topNav ul.menu li a {text-decoration:none;color:white;}
#outerWrap #topNav ul.menu li a:link, #topNav ul.menu li a:visited {text-decoration:none;}
#outerWrap #topNav ul.menu li a:focus, #topNav ul.menu li a:hover, #topNav ul.menu li a:active {display:block;text-decoration:none;background-color:#555;font-weight:bold}

/****** end of all the topNavigation menu stuff ********/

#outerWrap #contentWrap #content {
  padding: 10px;
  margin: 0;
}
#outerWrap #foot {
  background-color: #000;
  color:white;
  border-top: solid 1px #cbae90;
  padding: 10px;
}
