@charset "UTF-8";
body {
	background-image: url(../images/greenBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	background-color: #02A845;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.greenHome {
	margin-top: 100px;
}
.greenHomeNav {
	margin-left: 50px;
}
.greenHomeNavItems {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}
.greenHomeNavItems a:link{
	color: #000000;
	text-decoration: none;
}
.greenHomeNavItems a:visited{
	color: #000000;
	text-decoration: none;
}
.greenHomeNavItems a:active{
	color: #000000;
	text-decoration: none;
}
.greenHomeNavItems a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.greenHomeBODY {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.greenHomeBODY a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.greenHomeBODY a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.greenHomeBODY a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.greenHomeBODY a:hover{
	color: #000000;
	text-decoration: none;
}
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.attribution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 17px;
}
