#side2 ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #3300CC;
}
#side2 h2 {
	text-align: left;
	padding-right: 20px;
	font: bold small-caps 1em Verdana, Geneva, Arial, Helvetica, serif;
	color: #3300CC;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #3300CC;
}
#side2 ul li ul {
	display: list-item;
	margin-left: 20px;
	list-style-type: square;
	list-style-position: outside;
	font-size: 1em;
	font-weight: normal;
}
#side2 {
	padding-top: 56px;
}

