/* css for misc items related to content */
.MainImage /* For inside MainText */
{
	float:right;
}

.HighLighted
{
	color:#5b689c;
	font-weight:bold;
}

#BorderTop
{
	border-top:1px dashed #aca4a4;
	border-bottom:1px dashed #aca4a4;
}

#BorderTop p
{
	margin-top:0;
	margin-bottom:20px;
	padding:0;
}

#BorderBottom
{
	border-bottom:1px dashed #aca4a4;
}

#BorderBottom p
{
	margin-top:0;
	margin-bottom:20px;
	padding:0;
}

ul li
{
	margin-bottom:0.5em;
}

