* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; }
body {
  background: #c4dbae url(../images/bg.gif) fixed repeat-x bottom;
  color: #152901;
  font-family: "Calibri", "Trebuchet MS", "Verdana", "Tahoma", sans-serif;
  font-size: 12pt;
}
p {
  text-align: justify;
  padding: 15px 0;
}
a {
  text-decoration: none;
}
textarea { overflow: auto; }
a:hover {
  text-decoration: underline;
}
h1 {
  padding: 0 0 5px 0;
  color: black;
  font-style: italic;
}
h2 {
  font-size: 14pt;
}
hr {
  margin: 20px 0;
  background: #626f56;
  color: #626f56;
  height: 1px;
}
#page {
  width: 950px;
  margin: auto;
}
#header {
  background: url(../images/header.gif) no-repeat bottom left;
  padding-top: 25px;
  height: 87px;
}
#tabs {
  background: #626f56;
  padding: 0 0 14px 14px;
  color: white;
  list-style-type: none;
  height: 21px;
  font-size: 14pt;
  font-weight: bold;
}
#tabs li {
  float: left;
  display: block;
  margin-right: 14px;
}
#tabs a {
  color: white;
  display: block;
}
#content {
  border: solid #626f56 1px;
  border-bottom: none;
  background: white;
  padding: 10px;
  position: relative;
}
#footer {
  background: /*#626f56*/ url(../images/footer2.gif) no-repeat top center;
  padding: 28px 0 14px 0;
  text-align: center;
  font-size: 80%;
  font-style: italic;
}
#left {
  color: white;
  width: 200px;
  _width: 198px;
  left: 10px;
  _left: 0;
  position: absolute;
  background: #626f56;
  border: solid #626f56 1px;
}
#left p {
  padding: 10px;
}
#left ul {
  margin-left: 25px;
}
#left li {
  padding: 10px 5px;
  font-style: italic;
}
#left a {
  color: #a2ea61 !important;
}
#left hr {
  background: #a2ea61;
  color: #a2ea61;
  margin-left: 10px;
  margin-right: 10px;
}
#left h3, #left h2, #left h4 {
  padding: 10px 10px 0 10px;
  text-align: center;
}
#right {
  width: 700px;
  margin-left: 230px;
}
#left strong {
  font-weight: bold;
  font-style: italic;
}
#content a {
  font-weight: bold;
  color: #428c00;
}
#content a:hover {
  color: #95c36c;
}
#content a:visited {
  color: #919f84;
}