body {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;   
  background-color: #FFFFCC;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  color: #006600;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  color: #006600;
}
p,li,td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}
th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
  text-align: left;
}
#logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 78px;
  height: 78px;
  background-color: #003300;
}
#image1 {
  position: absolute;
  left: 78px;
  top: 0px;
  width: 78px;
  height: 78px;
  background-color: #003300;
}
#image2 {
  position: absolute;
  left: 156px;
  top: 0px;
  width: 78px;
  height: 78px;
  background-color: #003300;
}
#image3 {
  position: absolute;
  left: 234px;
  top: 0px;
  width: 78px;
  height: 78px;
  background-color: #003300;
}
#image4 {
  position: absolute;
  left: 312px;
  top: 0px;
  width: 78px;
  height: 78px;
  background-color: #003300;
}
#image5 {
  position: absolute;
  left: 390px;
  top: 0px;
  width: 78px;
  height: 78px;
  background-color: #003300;
}
#image6 {
  position: absolute;
  left: 468px;
  top: 0px;
  width: 78px;
  height: 78px;
  background-color: #003300;
}
#image7 {
  position: absolute;
  left: 546px;
  top: 0px;
  width: 78px;
  height: 78px;
  background-color: #003300;
}
#image8 {
  position: absolute;
  left: 624px;
  top: 0px;
  width: 78px;
  height: 78px;
  background-color: #003300;
}
#image9 {
  position: absolute;
  left: 702px;
  top: 0px;
  width: 78px;
  height: 78px;
  background-color: #003300;
}
#whiteline {
  position: absolute;
  left: 0px;
  top: 78px;
  width: 780px;
  height: 2px;
  background-color: #FFFFFF;
}
#greenbanner {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 780px;
  height: 20px;
  background-color: #003300;
}
#cltc {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 312px;
  height: 20px;
}
#webaddress{
  position: absolute;
  left: 420px;
  top: 80px;
  width: 360px;
  height: 20px;
}
#menu{
  position: absolute;
  left: 0px;
  top: 112px;
  width: 200px;
  height: 196px;
}
#content {
  position: relative;
  top: 0px;
  left: 220px;
  width: 450px;
  padding: 120px 0 20px 0;
}
#footer {
  position: relative;
  width:780px;
  padding: 0 0 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  text-align: center;
}