<style type="text/css">

body {
 	}
/* need to declare this so browsers don't apply default style */

h1 {
	font-size: 1.5em;
  font-style: italic;
  font-weight: normal;
	}
h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

a:link {
	color: #336600;
        }
a:visited {
	color: #336600;
        }
a:active {
	color: #8888ff;
	}
a:hover {
	color: #8888ff;
	}

#banner {
  color:#f8fff0;
  background: url("images/greenwhitegradient99x1.bmp") repeat-x;
	line-height: 1;
  text-align: right;
  font-style: italic;
  height: 99px;
	padding: 0 10% 0 15%;
  	}
#banner h2 {
  padding-top: .25em;
  font-size: 2.8em;
	}
#banner h1 {
	font-size: 1.0em;
	}

#center {
	line-height: 140%;
	text-align: left;
	padding: 2em 10% 1em 15%;
	background-color: #f8fff0;
	font-family: Verdana, Arial, sans-serif;
  font-size: .9em;
  color: #336600;
  }
#center h2,h3 {
  font-style: italic;
  padding: .2em 0 0 0;
  }

#footer {
  -moz-box-sizing:border-box;box-sizing:border-box;
  background: url("images/whitegreengradient99x1.bmp") repeat-x;
  color: #336600;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	padding: .5em 10% 8em 15%;
  }

.footerbox {
  text-align:center;
  width:25% !important; /*moz width*/
  width:20%; /*IE width*/
  float:left;
  height:100%;
  }

.floatimgleft {
float:left;
margin:1% 1% 1% 0;
}

.floatimgright {
float:right;
margin:1% 0 1% 1%;
}

</style>

