.latestPosts
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height: 100%;
    text-indent: 0px;
    font-size: 10px;
    text-align:left;
    margin-left: 40px;
    padding-top: 12px;
}




.latestPosts li
{
	margin: 12px 4px 12px 12px;
	list-style:none;
	padding: 10px 10px;
	width: 240px;
	overflow:hidden;
	display: block;
	float: left;
}





.latestPosts .title a
{
    font-size: 14px;
    display: block;
	color:#3A4C6B;
	letter-spacing: -1px;
    font-weight: bolder;
    text-decoration: none;
	line-height: 1.1em;
}

.latestPosts .title a:hover
{
	color:#F90;
	background-color: transparent;
}





.latestPosts .date
{
	color: #999;
    font-size: 1em;    
    display: block;    
	margin: 0px 0px 6px 0px;
    line-height: 2em;
}






.latestPosts .readmore a
{
    font-size: .9em;
    color:#4D6A98;
    text-decoration: none;
    line-height: 150%;
    display: block;
}

.latestPosts .readmore a:hover
{
	color:#4D6A98;
	background-color: transparent;
}







.latestPosts .content
{
    font-size: 1.2em;
    line-height: 100%;
    text-align: left;
    display:block;
}
