div.header {
	border-bottom: 11px solid #2E3092;
}
div.search input.button {
	background: #2E3092 url(/img/search_button_blue.gif) no-repeat;
}
div.search {
	background: #2E3092 url(/img/search_corner_blue.gif) top right no-repeat;
}
div.left h2 {
	border-left: 17px solid #A9A8A8;
	font-size: 95%;
	padding: 0 20px 0 12px;
	line-height: 23px;
	min-height: 23px;
	_height: 23px;
	text-align: left;
	margin-bottom: 6px;
	background: #C9C9C9 url(/img/headline_left_bg.gif) right no-repeat;
}
div.grey_box h3 {
	font-size: 80%;
	padding: 0 20px 0 10px;
	line-height: 23px;
	min-height: 23px;
	_height: 23px;
	text-align: left;
	margin: 0;
    }
div.grey_box p, div.grey_box ul {
	font-size: 70%;
	padding: 0 10px 0 12px;
	margin-top: 0;
	margin-bottom: 0;
}
div.grey_box ul.grey_list {
	margin-left: 0px;
	list-style: none;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}
div.grey_box ul.grey_list li {
	background: url(/img/grey_list_item.gif) left 5px no-repeat;
	padding: 0 0 0 20px;
	margin-top: 0;
	margin-bottom: 0;
}
div.column {
	width: 220px;
	min-height: 550px;
	_height: 550px;
	float: left;
	position: relative;
	color: #FFF;
}
div.column img {
	margin-bottom: 20px;
}
div.column p {
	padding: 0 10px 0px 15px;
}
div.column a {
	color: #FFF;
}
div.column_red {
	background: #C9242B;
	margin-right: 21px;
}
div.column_yellow {
	background: #EA9A00;
	margin-right: 0;
	margin-right: 21px;
}
div.column_green {
	background: #5E8610;
	margin-right: 0;
	margin-right: 0px;
}
div.content {
	margin-left: 23px;
	width: 702px;
}
div.content div.corners {
	width: 220px;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	_bottom: -1px;
}
div.content div.column_red div.corners {
	background: url(/img/column_red_bottom.gif) no-repeat;
}
div.content div.column_yellow div.corners {
	background: url(/img/column_yellow_bottom.gif) no-repeat;
}
div.content div.column_green div.corners {
	background: url(/img/column_green_bottom.gif) no-repeat;
}