div.news {
	margin: 0;
	padding: 0;
}

ul.news {
	margin-left: 0;
	padding-left: 0;
}

ul.news li {
	padding-bottom: 10px;
	list-style-type: none;
	padding-left: 0;
    color: #555;
}

ul.news li a {
    color: #555;
}

ul.news li a:hover {
    text-decoration: none;
    color: #0060bf;
}

div.news p.title, ul.news p.title {
	margin: 0;
	padding: 0;
	font-family: Arial, 'Trebuchet MS', Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
}

div.news p.date span.bar, ul.news p.date span.bar {
	color: #999;
	display: inline;
	padding: 0 12px;
}

div.news p.date a.more, ul.news p.date a.more {
	text-decoration: underline;
	cursor: pointer;
}

div.news a:link, ul.news a:link {
	text-decoration: none;
}

div.news a:visited, ul.news a:visited {
	text-decoration: none;
}

div.news a:hover, ul.news a:hover {
	text-decoration: underline;
}

div.news  p.title span, ul.news  p.title span {
	font-size: 11px;
	font-weight: normal;
}

.subheader {
    color: #5D9119;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.project-management {
    padding-left: 22px;
    background: url(/image/project-management-blog-logo.png) no-repeat 0 50%;
}