.articlePrev {
    border-bottom: 1px dotted #BBBBBB;
    padding: 10px 0;
	clear: both;
    display: block;
}
.articlePrev .contentImg {
    float: left;
    margin-top: 5px;
    max-width: 250px;
}
.articlePrev .articlePrevContent {
    float: left;
    margin: 0 0 0 20px;
    width: 670px;
}
.articlePrev h3 {
    font-size: 18px;
	height:auto;
}
.articlePrev .articlePrevContent h3 a {
    color: #004c99;
    text-decoration: none;
	padding:0px;
	height:auto;
	margin-bottom:10px;
}
.date {
    color: #888888;
    font-size: 11px;
    margin: 0 0 10px;
}
#content .bluetext a {
    color: #004c99;
}