#list a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#list a:hover {
	text-decoration: underline;
}

.listheader {
    line-height: 10px;
    padding-bottom: 2px;
}
#list hr {
	border: none;
	height: 1px;
	margin: 10px 0px 10px 0px;
	color: #000000;
	background-color: #000000;
	clear: left;
}
#list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#list ul li {
	margin: 0;
	padding: 0.8em 0;
	clear: left;
	width: 100%;
	float:left;
}
.listimage{
    float:left;
    padding-right: 15px;
} 
#list img {
	float: left;
	/*margin: 0 1em 1em 0;
	border: none;*/
}
/*
.listcontent-margin1 {
    margin-left:172px;
}
*/
