.group{
	width:660px;
	padding:0 0 4px 0;
	overflow:auto;
	background:url(/_images/dots-horz.png) transparent repeat-x left bottom;
}
#primaryContent .group ul{
	width:310px;
	float:left;
	padding:5px 10px 10px 10px;
}
#primaryContent .group li{
	padding:0 0 10px 0;
	background:transparent;
	font-style:normal;
	font-size:1.3em;
	line-height:1.2em;
	font-weight:bold;
	color:rgb(51,51,51);
	width:auto;
}
#primaryContent .group li a{
	display:block;
	padding:4px 0 0 10px;
	background:url(/_images/bullet-red-arrow.png) transparent no-repeat 0px 8px;
	font-size:0.85em;
	line-height:1.1em;
	font-style:italic;
	font-weight:normal;
	color:rgb(102,102,102);
	width:300px;
	overflow:hidden;
	word-wrap:break-word;
	white-space: pre-wrap;

}
.backToTop{
	display:inline;
	float:left;
	width:660px;
	height:11px;
	background:url(/_images/back-to-top.png) transparent no-repeat right center;
	text-indent:-9999px;
}