  /*  CURRENT STYLE SHEET 3/24/2010  */
body
{
   border-width: 0px;
   padding: 0px;
   font-size: 90%;;
   min-width: 600px;
   max-width:1000px;
   background-color:#006633;   /*  3/24/2010  */
   background-image: url('/pictures/green_background.jpg');
   margin-bottom:30px;
   font-family: tahoma, arial, helvetica;
}
 /*#header_inner
{
   background-image: url('/images/header_background2.jpg');    background image for header 
   height: 342px; 
} */
.header
{
   border-bottom: #000 1px solid;
   background-color: #FFFFFF;
   font-family: tahoma, arial, helvetica;
}
.footer
{
     /*  clear: both;
   float: left;
   position: relative;  */
   border-bottom: #000 1px solid;
   background-color:#D0D0D0;
   min-width: 600px;
   max-width:1000px;
}
.bottom/*  body minus top margin  */
{
   clear: both;
   width: 100%;
   float: left;
   position: relative;
   /*  background-color:#D0D0D0;  */
}

/*  jakes styles  */
.nav1 a
{/* for links in nav menu */
	font-size: 10pt;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
.nav1 a:hover
{
  color: #FF0033;
  text-decoration: underline;
  font-style: italic;
}
strong
{
     /*  background-color:#BBFDBD;   */
   font-size: 13pt;
   width:70%;	
} 
td, table, div, body, tr, strong, b, a, i, li, ul, html
{
   font-family: tahoma, arial, helvetica;
}
.kelly
{
	  font-size:22pt; 
	  font-family: "Bradley Hand ITC" , arial, helvetica;
	  font-weight: 900;
	  color: #339933;
	  text-align: center;
}
.main
{
   padding-top:10px;
}  