BODY {
  background-image: url('images/strip5.gif');
  background-repeat: repeat-y;
  background-color: #DFF8DF;
  color: green;
  font-family: "Comic Sans MS";
  font-size: 12pt;
  font-weight: bold;
  margin-left:0px;
}

img{
  border: none;
}

ol {
  color: green;
  font-family: "Comic Sans MS";
  font-size: 14pt;
  font-weight: bold;
}


ul{
    list-style-type:none;
    padding: 0px;
}



H6 {
  color: green;
  font-family: "Comic Sans MS";
  font-size: 0pt;
}

H2 {
  color: green;
  font-family: "Comic Sans MS";
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
}

h2.textleft{
  text-align: left;
}

.bigletter
{
  color: green;
  font-family: "Comic Sans MS";
  font-size: 18pt;
  font-weight: bold;
}




#leftnav
{
position: absolute;
left:10px;
top:10px;
width: 120px;
margin: 0;
padding: 0px;
border: none;

}




#content
{
position: absolute;
left:180px;
top:0px;
right:0px;
margin: 0;
margin-right: 10px;
margin-bottom:10px;
}


img.floatright{
  display: block;
  position: relative;
  float:right
}

IMG.floatcenter{
display: block;
margin-left: auto;
margin-right: auto;
}


P {
  text-indent: 25px;
  color: green;
  font-family: "Comic Sans MS";
  font-size: 12pt;
  font-weight: normal;
}

P.bigfont
{
  color: green;
  font-family: "Comic Sans MS";
  font-size: 14pt;
  font-weight: bold;
}


H3 {
  color: green;
  font-family: "Comic Sans MS";
  font-size: 14pt;
  font-weight: bold;
  text-align: left;
}

H4 {
  color: green;
  font-family: "Comic Sans MS";
  font-size: 12pt;
  font-weight: bold;
}

H5 {
  color: #006600;
  font-family: "Comic Sans MS";
  font-size: 12pt;
  font-weight: bold;
}

#menu {
  color: #008000;
  font-family: "Comic Sans MS";
  font-size: 10pt;
  list-style-type: none;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

a:link {
  color: green;
  text-align: left;
  border: none;
}

a:visited {
  color: green;
}

a:active {
  color: green;
}

a:hover {
  color: #9999ff;
  font-size: 10pt;
}

.nav0 a{
  margin-top: 2px;
  display: block;
  width: 120px;
  height: 24px;
  position: relative;
  color: #226622;
  text-align: center;
  text-decoration: none;
  background-image: url('images/link2.gif');
  background-repeat: no-repeat;
}


.navSpace{
  display: block;
  width: 120px;
  height: 10px;
  position: relative;
  color: green;
  text-align: center;
  text-decoration: none;
  background-image: url('images/bar1.gif');

}


.nav0 a:hover{
  color: green;
}

.nav1 a,:visited.nav1{
  display: block;
  width: 120px;
  height: 24px;
  position: relative;
  padding: 0px;
  margin-top: 2px;
  color: green;
  text-align: center;
  text-decoration: none;
  background-image: url('images/link1.gif');

}

.nav1 a:hover{
  margin-top: 2px;
  background-image: url('images/link0.gif');
  color: #9999ff;
  font-size: 10pt;
  background-repeat: no-repeat;
}

.nav1 a:active{
  background-image: url('images/link2.gif');
}



