body {
font-family: arial,Helvetica,sans-serif;
color: #000000;
background: #F7F2E6;
top:0;
left:0;
margin:10px;
padding:0;
}



   /* large headings, centered, dark gray green*/
H1 { color: #006666;
text-align: center; 
background: transparent;
font-size:28px;
font-family: arial, helvetica, sans-serif;
} 

    /* med large headings centered, dark gray green  */
H2 { color: #006666;
text-align: center; 
background: transparent;
font-size:16px;
font-family: arial, helvetica, sans-serif;
} 

    /* med-small headings, dark gray green */
H3 { color: #006666;
text-align: center;
background: transparent; 
font-size:16px;
font-family: arial, helvetica, sans-serif;
} 
 

.medfont { color:#000000;
font-size: 13px;
font-family: arial, helvetica, sans-serif;
}

.smallfont { color:#000000;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
}

.center {
text-align:center;
}

.indent {
margin: 0px 5px 0px 5px;
}

div.indent {
margin: 0px 5px 0px 5px;
}

.indent25 {
margin: 0px 30px 0px 25px;
}

.lineheight {
line-height:1.5 em;
}

div.menubutton {
background-image:url(images/menubutton.gif);
background-repeat: no-repeat;
width:150px; height:40px;
}

div.floattext {
position:relative;
top:5px;
text-align:center;
font-size:13px;
}

 /* code for all links Dk navy 
until mouseover then red*/

a:visited {color: #000080;
  background: transparent;
  text-decoration: underline; }
a:link {color: #000080;
  background: transparent;
  text-decoration: underline;}
a:hover {color: #cc0000;
  background: transparent;
  text-decoration: underline; }
a:active  {color: #cc0000;
  background: transparent;
  text-decoration: underline; }

/*code for button links are Black 
until mouseover then dark Gray*/

.buttonlink a:visited {color: #ffffff; 
  text-decoration: none; }
.buttonlink a:link {color: #ffffff; 
  text-decoration: none; }
.buttonlink a:hover {color: #ffffff;
  text-decoration: none; }
.buttonlink a:active  {color: #ffffff;
  text-decoration: none; }


 /* code for all Footer links Dk navy until 
mouseover then red but smaller text*/

.footer a:visited {color: #000080;
  background: transparent;
  text-decoration: underline; 
font-size:11px;}
.footer a:link {color: #000080;
  background: transparent;
  text-decoration: underline;
font-size:11px;}
.footer a:hover {color: #cc0000;
  background: transparent;
  text-decoration: underline; 
font-size:11px;}
.footer a:active  {color: #cc0000;
  background: transparent;
  text-decoration: underline; 
font-size:11px;}

