body 
{ margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   padding-left: 0px;
   padding-right: 0px;
   text-align:center;
   color: #000000;
   background-color: #a8c29a;
}

#main { 
  position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  border: 0;
  padding: 0;
  color: black;
  background: transparent;
  text-align: center;
  font-size: 12px;
  font-family: times;
}

#mainlinks {
  text-align: left;
  font-size:13px;
  border: solid #43aab7 1px;
  background: #65bac7;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
}

#intro {
  text-align: justify;
  border: solid #43aab7 1px;
  background: #65bac7;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

#intropic {
  text-align: center;
  border: solid #43aab7 1px;
  background: #65bac7;
  width: 325px;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 5px;
}

#sub { 
  color: #737373;
  font-size: 11px;
  font-family: times;
  display: inline;
}

#main a:link { 
  text-decoration: none;
  color: #5c7f49;
}
#main a:visited {
  text-decoration: none;
  color: #6e9957;
}
#main a:active{
  text-decoration: none;
  color: #000000;
}
#main a:hover {
  text-decoration: underline;
  color: #5e8947;
}

#break {
  margin-top: -5px;
  padding: 0px;
  margin-bottom: -12px;
  border-top: 2px solid #8eb27a;
  width: 665px;
}

#break td{
  padding: 0px;
  border-top: 1px solid #8eb27a;
  width: 665px;
}

#break2 {
  margin-top: -24px;
  padding: 0px;
  margin-bottom: -5px;
  border-bottom: 2px solid #8eb27a;
  width: 665px;
}

#break2 td{
  padding: 0px;
  border-bottom: 1px solid #8eb27a;
  width: 665px;
}

#calendar {
  border: 1px solid black;
}

#calendar td {
  border: 1px solid black;
  width: 95px;
}

p {
  text-indent: 35px;
  padding: 0px;
  margin: 0px;
}

.bgcol {
  background: #edffdf;
}