body {
	background-image: url(darkgreen.jpg);
	background-repeat: repeat;
	color: #c6ecc6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	padding: 0px;

margin-right: 20px;
}

div.left {
	color: white;
}

div.header {
	color: white;
	text-align: right;
	
}

address {
	font-size: 80%;
	padding-bottom: 12px;
}

div.copy {
	background-color: white;
	color:black;
	font-size: 90%;
	padding: 11px;
	border: 1px solid #339933;
}
image.page {
	border: 1px;
	border-style: solid;
	border-color: #99cc99;
	float: right;
	margin: 5px;
}

h1 {
	font-size: 110%;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-bottom: 12px;
	color:#006633;
}
h2 {
	font-size: 100%;
	color:#006633;
}

h3 {
	font-size: 90%;
	color:#006633;
}
div.footer {
	background-image: url(lightergreen.jpg);
	background-repeat: repeat;
	font-size: 70%;
	color: #006633;
	padding: 4px;
	text-align: center;
}

 A:visited {
	color: #006633;
	padding: 4px;
	text-decoration: none

}
 a:link {
	color: #006633;
	padding: 4px;
	text-decoration: none

}
 a:hover {
	background-image: url(darkgreen.jpg);
	background-repeat: repeat;
	color: #ccff00;
	padding: 4px;
	text-decoration: underline;
}


 
 a:active {
	color: #006633;
	padding: 4px;
	text-decoration: none

}

div.note {
	padding:2px;
	font-size: 80%;
	width: 400px;
	text-align: left;
	border: 1px dotted #666699;
}

div.note2 {
	padding: 10px;
	font-size: 90%;
	width: 90%;
	text-align: center;
	border: 1px dotted #006633;
}


 