/* ============ boxes ============ */

DIV.box-left, DIV.box-center, DIV.box-right {
	width: 220px;
	text-align: justify;
}

DIV.box-left {
	clear: both;
	float: left;
	margin: 4px 10px 15px 0px;
	border: 0px dotted blue; 
}

DIV.box-center {
	float: left;
	margin: 4px 0px 15px 20px;
	border: 0px dotted green; 
}

DIV.box-right {
	float: right;
	margin: 4px 0px 15px 10px;
	border: 0px dotted red; 
}

DIV.box-link {
	text-align: right;
	padding-right: 15px;
	border: 0px dotted yellow; 
}

H2.box-title {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

A.box-img {
	display: block;
	padding: 5px 0px 0px 5px;
	text-align: center;
	border: 0px dotted brown; 
}

A.box-left, A.box-center, A.box-right {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
	
/* ============= news ==============*/

DIV.news-col {
	clear: both;
	float: left;
	width: 340px;
	margin: 10px 0px 0px 0px;
	border: 0px dotted red; 
}

DIV.promo-col {
	float: right;
	width: 340px;
	margin: 10px 0px 0px 0px;
	border: 0px dotted orange; 
}

DIV.news-row {
	clear: both;
	margin: 10px 0px 10px 0px;
	border: 0px dotted red;
}

DIV.promo-row {
	clear: both;
	margin: 10px 0px 10px 0px;
	border: 0px dotted orange; 
}

DIV.news-left {
	float: left;
	width: 340px;
	border: 0px dotted red; 
}

DIV.news-right {
	float: right;
	width: 340px;
	border: 0px dotted orange; 
}

DIV.news-matcher {
	clear: both;
	float: left;
	height: 0px;
	border-top: 0px dotted red;
}

A.news {
	font-weight: bold;
}
	
A.promo {
	font-weight: bold;
}

DIV.separator {
	margin: 3px 0px 15px 0px;
	height: 0px;
	border-top: 1px solid #CBCBCB;
}

DIV.news-box {
	width: 100%;
	margin: 0px 0px 20px 0px;
	border: 0px dotted green;
}

DIV.news-box-date {
	float: left;
	color: #028326;
	vertical-align: top;
	width: 70px;
	margin: 0px;
	padding: 0px;
	border: 0px dotted yellow;
}

DIV.news-box-topic {
	float: left;
	color: #1B4298;
	vertical-align: top;
	text-align: justify;
	width: 77%;
	font-weight: bold;
	margin-bottom: 9px;
	padding-left: 3px;
	border: 0px dotted yellow;
}

DIV.news-box-text {
	clear: both;
	text-align: justify;
	border: 0px dotted blue;
}

DIV.news-box-link {
	text-align: right;
	padding: 5px 15px 5px 0px;
}

