#content {
	margin-left: 12px;
	height: 241px; /* IE "min-height" trick */
	min-height: 241px; /* IE "min-height" trick */
}
*>#content {
	height: auto; /* IE "min-height" trick */
}

.homePortlet .content {
	margin: 8px 0 0 20px;
	padding-bottom: 8px;
	font-size: 10px;
	color: #737373;
}

.homePortlet .content p.title {
	color: #262626;
}


.homePortlet .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.homePortlet .content li {
	background-image: url(/images/arrow1.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding: 0 0 0 9px;
}


.homePortletSeparator {
	background-image: url(/images/home_portlet/separator.gif);
	background-position: center top;
	background-repeat: repeat-y;
}