#col1{
	position: relative;
	float: left;
	width: 708px;
}

#col1 li {
    list-style-type: disc;
    margin-left: 15px;
}
#col2{
	position: relative;
	float: right;
	width: 228px;
	padding-bottom: 50px;
}

/* intro */
h1.intro{
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
}

/* news items */
.newsItem h2{
	padding: 5px;
}
.newsItem .lhs{
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
.newsItem a{
	font-weight: bold;
}
.newsItem .textArea{
	padding: 5px;
}
.newsItem .textArea .lhs,.newsItem .textArea .rhs{
	margin: 12px 0 8px;
}

.detail .header .rhs, .overview .header .rhs{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
}

#col1 .detail .body p,#col1 .overview .body p{
	padding-bottom:10px;
}

.twtr-hd h3{
	display:none;
}
.twtr-hd h4{
	text-transform:capitalize;
}
