/* Green Business styles */

#SocialInvestTable {
 	background-color: white;
	border-style: solid;
	border-color: #A84802;
	border-width: 1px;
	margin: 2px 0px 0px 0px;
}
#SocialInvestHeader {
 	background-color: white;
	border-style: solid;
	border-color: #A84802;
	border-width: 0px 0px 1px 0px;
	padding: 0px;
	margin: 0px;
	width: 578px;
}
#SocialInvestContent {
	padding: 10px;
}
#SocialInvestRightFeatures {
	width: 170px;
}

/* DISCOVER area on programs pages */
#ProgramsDiscover {
	margin: 5px 0px 5px 0px;
}
#ProgramsDiscover .DiscoverHeading {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	font-style: italic;
}
#ProgramsDiscover ul {
	margin-top: 3px;
	list-style-type: dot;
}
#ProgramsDiscover li {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0px;
}
#ProgramsDiscover a:link {
	color: #3B3B84;
	text-decoration: none;
}
#ProgramsDiscover a:visited {
	color: #3B3B84;
	text-decoration: none;
}
#ProgramsDiscover a:hover {
	color: #3B3B84;
	text-decoration: underline;
}
#ProgramsDiscover a:visited:hover {
	color: #3B3B84;
	text-decoration: underline;
}
