BODY 
{  
	font-family: sans-serif;
	font-size: 10pt;
	background-color: white;
	color: black;
}
BODY.home {
  background-color: #006633;
  color: white;
}
TD
{  
	font-family: sans-serif;
	font-size: 10pt;
	background-color: transparent;
    color: black;
}

TD.leftside
{
  font-size: 9pt;
  color: #006600;
  background-color:#99CC99; 
  height: 100%;
}
TH
{
   font-size: 10pt;
   font-weight: bold;
   color: #006600;
   text-align: left;
   padding-top: .75em;
}

A:link {
    color: #006600;
}
A:visited {
  color: #009900;
}
A:hover {
  color: #009900;
}
A.navigation
{
   text-decoration: none;
}
A.navigation:hover
{
   text-decoration: underline;
}

DIV.navbar
{
	font-size: 9pt;
   font-weight: bold;
   text-align: right;
   padding-bottom: .5em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #669966;
	color: #669966;
}
DIV.subnavbar
{
   font-size: 8pt;
   font-weight: bold;
   padding-bottom: 1em;
   text-align: right;
}

DIV.footer
{
  font-size: 8pt;
  color: #669966;
  text-align: center;
  width: 650;
  padding-top: 10em;
}
TD.footer
{
    background-color: #114411;
    color:white;
    font-size: 8pt;
    text-align:center;
}
DIV.bulletin
{
   color: #990000;
   border-style: solid;
   border-width: 1px;
   border-color: #CC3300;
   font-weight: bold;
   font-size: 10pt;
   padding: .1em;
}

DIV.maintext
{
  font-size: 9pt;
  text-align: left;
  background-image: url('images/ilfwatermark.jpg');
  background-repeat: no-repeat;
  background-position: 33% 50%;

}
UL
{
  list-style-type: circle;
  margin: .2em;
}
LI
{
   color: #006600;
   padding-bottom: .33em;
}
#welcome
{
   font-size: 12pt;
   font-weight: bold;
   color: #006600
}

#info 
{
  font-size: 8pt;
   padding-top: .5em;
   padding-left: 1em;
}

#news
{
   padding-top: .5em;
   font-size: 9pt;
}
<!-- 
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 8.99em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
font-size: 9pt;
color: #006600;
background-color: #99CC99;
border: 1px solid #CCFFCC;
    height: 2.5em;
}
#menu dd {
    background-color: #99CC99;
font-size:8pt;
margin-left:.5em;
display: none;
position:absolute;
border-left: 2px solid #99CC99;
border-bottom: 1px solid #99CC99;
border-right: 1px solid #99CC99;
-moz-opacity:.9;
-khtml-opacity:.9;
filter: alpha(opacity=90);
opacity:.9;
}
#menu li {
background-color: #99CC99;
font-size: 8pt;
width:100%;
}
#menu dt a {
color: #006600;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu dt a:hover, #menu a:focus {
background-color: #FFFFCC;
}
#menu li a{
color: #006600;
background-color:#CCFFCC;
text-decoration: none;
display: block;
height: 100%;
padding-left:.2em;
padding-right:.1em;
}
#menu li a:hover, #menu li a:focus{
background-color: #FFFFCC;
}

#storytitle {
font-size: 12pt;
}