﻿#outline{
	width:100%;
	margin:10px 0;
	overflow:hidden;
}

#outline dt{
	width:14em;
	font-weight:bold;
	float:left;
	clear:both;
}
#outline dd{
	margin-bottom:10px;
	padding: 0 0 10px 15em;
	border-bottom:1px dashed #ccc;
}
#outline dd.last{
	border-bottom:0;
}