body,
html {
    margin: 0;
    padding: 0;
    background-color: #f5ffe8;
    color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
body {
    min-width: 625px;
}
div#wrap {
    background: white;
    margin: 15px auto 15px auto;
    width: 625px;
	border: solid #666666 1px
}
div#header {
	background-image: url(../images/banner3.jpg);
	height: 145px;
}
div#subtitle {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 120%;
}	
div#centered {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
div#quotation {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
div#content {
	pad: 0 0 1em 0;
	border-bottom: solid #666666 1px;
}
div#footer {
    background: white;
	font-family: Garamond, Times, serif;
	font-size: 11pt;
	margin: 0;
	border: 0;
	padding: 0;
	width: 625px;
	height: 4em;
	position: relative; top: 0; left: 0;
}
div#footer-left {
	margin: 0;
	border: 0;
	padding: 1em 0 1em 55px;
	width: 125px;
	position: absolute; top: 0; left: 0;
}
div#footer-mid {
	margin: 0;
	border: 0;
	padding: 1em 0;
	width: 180px;
	position: absolute; top: 0; left: 180px;
}
div#footer-right {
	margin: 0;
	border: 0;
	padding: 1em 15px 1em 0;
	width: 250px;
	text-align: right;
	position: absolute; top: 0; left: 360px;
}
div.indent {
	position:relative; left: 55px;
	width: 500px;
}
div#address {
	margin: 50px auto auto auto;
	padding: 0;
	font-size: 90%;	
	width: 250px;
}
div#update {
	text-align: right;
	font-size: 80%;
	font-style: italic;
	color: #339933;
	padding: .5em 1em 0 0;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #22aa22;
}
img {
	border: none;
}
p {
	margin: 1em 3em 1em 55px;
}
p.caption {
	text-align: center;
	font-weight: bold;
}
dl, ol, ul {
	margin-top: 1em;
	margin-right: 3em;
	margin-bottom: 1em;
	margin-left: 55px;
	padding-left: 0;
}
li {
	margin-left: 1.5em;
}
table {
	border-collapse: collapse;
	margin: 1em 3em 1em 55px;
	padding: 0;
}
dt {
	font-style: italic;
}
h1 {
	background-color: #009900;
	color: white;
	margin: 0 0 0 0;
	padding: .2em .25em .2em 55px;
}
h2 {
	color:#339933;
	margin: 1em 1em 1em 55px;
}
h3 {
	color:#339933;
	margin: 1.5em 1em 1em 55px;
}
h4 {
	color:#339933;
	margin: 1em 1em 1em 55px;
}
h5 {
	margin: 1em 1em 1em 55px;
}
.top {
	vertical-align:top
}
.redbold {
	color:#FF0000;
	font-weight:bold;
}
.greenbold {
	color: #339933;
	font-weight: bold;
}