#left_column, #middle_column {
	float:left;
	padding-right: 10px;
	width: 177px;
}

#right_column {
	float:left;
	width: 177px;
}

#boxHeader {
	height:16px;
	padding: 3px 0px 3px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url('../images/arrow2.gif');
	background-position: 10px 8px;
	background-color: #0060ac;
	background-repeat: no-repeat;
}

#boxHeader a {
	color: #fff;
}

#boxImage img {
	color: #000;
	border-top: 1px solid #fff;
	width:177px;;
	height:110px;
}

#boxText {
	margin-top: -10px;
	float:left;
	font-size:12px;
	height:100px;
}
/*
#boxText a {
	color: #2e93e5;
	padding: 3px 0px 3px 12px;
	background-image: url('../images/arrow2.gif');
	background-position: 2px 8px;
	background-repeat: no-repeat;
}
*/
#boxText p {
	margin-top: 0;
	margin-bottom: 0;
}

html> /**/ body #boxText {
	margin-top: -5px;
	font-size:11px;
}

#right_headline {
	font-size: 19px;
	color: #004680;
	float:left;
	background-color: #fff;
	padding-right: 10px;
}

#right_headline_border {
	padding-top: 18px;
	border-bottom: 1px solid #004680;
}


#right_content {
	margin: 10px 0px 0px 5px;
	padding-right: 10px;
	font-size: 11px;
	overflow:auto;
}

#right_content a {
	color: #2e93e5;
	padding: 3px 0px 3px 10px;  
	background-image: url('../images/arrow2.gif');
	background-position: 0px 7px;
	background-repeat: no-repeat;
}