body {
   background-color: #ffffff;
}
.toprow {
height: 		0px;
overflow:		hidden;
white-space:		nowrap;
}

.sidebar {
width: 			200px;
background: 		#13297C url(/common/images/header_side.jpg);
background-repeat: 	no-repeat;
}

.news_box 
{
	border:1px solid #99aecd;
	padding-bottom: 12px;
}
.news_headline 
{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.news_text
{
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
}
.news_link 
{
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	font-family: sans-serif;
	font-size: 12px;
	text-align: right;
}