@charset "utf-8";
/* CSS Document */

.listWrapper {
	width: 100%;  
	float: left; 
	background-image: url(../images/dotted-line.gif); 
	background-repeat: no-repeat; 
	background-position: 15px bottom;
	margin-bottom: 10px;
	margin-top: 10px;
}
.listWrapper img {
	border: none;
	margin-top: 8px;
	float: left; 
	margin-right: 10px;
	margin-bottom: 25px;
}
.listWrapper h2 {
	background: none;
	margin-left: 15px;
}
.listWrapper h2 a {
	text-decoration: none;
	color: #0D1B6F;
	margin-left: 0px;
}
.listWrapper h2 a:hover {
	text-decoration: underline;
}
.listWrapper p {
	margin-bottom: 10px;
	margin-left: 5px;
}
.listWrapper small {
	margin-left: 10px;
	border: none;
	margin-left: 5px;
	margin-bottom: 10px;
	float: right; 
}

