@charset "utf-8";
/* CSS Document */


body {
	background-image: url(../images/112510-background-tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #DBD7C7;
}
.evergreen-nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #600;
	background-image: url(../images/112510-evergreen-nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 60px;
}
.evergreen-nav a{
	color: #000;
	text-decoration: none;
}
.evergreen-nav a:visited{
	color: #000;
	text-decoration: none;
}
.evergreen-nav a:hover{
	color: #600;
	text-decoration: underline;
}
.evergreen-main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	padding: 30px;
}
.evergreen-main h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #333300;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 10px;
}
.evergreen-main ul{
	padding-top: 15px;
	padding-bottom: 15px;	
}
.evergreen-main li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #600;
	list-style-image: url(../images/112510-bullet.gif);
}
.evergreen-main span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
}
.evergreen-main span a{
	color: #600;
	text-decoration: underline;
	font-weight: bold;
}
.evergreen-btm{
	border-bottom-color: #E5D297;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.evergreen-thumb{
	border: 1px solid #E5D297;
	margin-right: 5px;
	margin-bottom: 10px;
}
