.GuidePicture{
	position: relative;
	top: 0;
	opacity: 1;
	filter: alpha(opacity:100);
}
#ContentIndex{
	position: relative;
	top: 0;
	height: 1.6em;
	width: auto;
	padding-left: 10px;
	border-bottom: none;
}
#ContentIndex li{
	margin: 0 0 0 10px;
	padding: 0;
	display: list-item;
	list-style-type: square;
}
#ContentIndex li a{
	padding: 2px 5px;
	background: transparent;
	color: #296a88;
	border: none;
}
#ContentIndex li a:hover{
	color: #fff;
}
#ContentIndex li a:hover{
	background: #397a98;
}
.ContentContainer{
	position: relative;
	top: 0;
	visibility: visible;
	padding-bottom: 10px;
}
.ContentContainer .BlockHeader{
	display: block;
}
.ContentContainer .LearnMoreHeader{
	cursor: normal;
}