body{
  background: #c6d68d;
  color: #333333;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  line-height: 116.6%;	
  margin: 0px;
  padding: 0px;
}
a,a:link,a:visited{
  background: transparent;
  color: #c7280b;
  text-decoration: none;
}
a:focus,a:hover,a:active{
  text-decoration: underline;
}
h1{
  background: transparent;
  color: #c7280b;
  font-family: Georgia,Palatino,serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
h2{
  background: transparent;
  color: #333333;
  font-family: Georgia,Palatino,serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
h3{
  background: transparent;
  color: #333333;
  font-family: Georgia,Palatino,serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
p{
  background: transparent;
  color: #333333;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
img{
  border: none;
}
#left{
  background: #faf9ee;
  border-right: 2px solid #7dab63;
  border-bottom: 2px solid #7dab63;
  color: #333333;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 70%;
}
#header{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 0px 30px 30px 30px;
}
#content{
  margin: 15px 30px 15px 30px;
}
#content ul{
  background: transparent;
  color: #333333;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0px 0px 15px 7px;
  padding: 0px;
}
#content li{
  background: transparent;
  color: #333333;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  list-style-type: circle;
  margin: 0px 0px 10px 7px;
  padding: 0px;
}
#footer{
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  margin: 30px 30px 10px 30px;
}
#right{
  margin: 0px;
  padding: 0px;
  float: left;
}
#right ul{
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  margin: 2px;
  margin-top: 0px;
  padding: 2px;
  width: 10em;
}
#right li{
  border-bottom: 2px solid #7dab63;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 10em;
}
#right li a{
  background: #2b5331;
  color: #ffffff;
  display: block;
  padding: 2px;
  text-decoration: none;
  width: 100%;
}
html>body #right li a{
  width: auto;
}
#right li a:hover{
  background: #c7280b;
  color: #ffffff;
}
/* top right bottom left */