#left_column .box {
	background : url('/i/left_column_bg_mid.png') repeat-y;
	margin-bottom : 10px;
}

#left_column .box .top {
	background : url('/i/left_column_bg_top.png') no-repeat top left;
}

#left_column .box .bot {
	height : 1%;
	overflow : hidden;
	padding : 15px 20px;
	background : url('/i/left_column_bg_bot.png') no-repeat bottom left;
}

#left_column h2 {
	font-family : Arial, Helvetica, sans-serif;
	color : #004381;
	font-size : 2em;
	margin : 0 0 15px 0;
	letter-spacing:-1px;
}

#left_column h3 {
	font-family : Arial, Helvetica, sans-serif;
	color : #004381;
	font-size : 1.6em;
	margin : 0 0 15px 0;
	letter-spacing:-1px;
}

.news_item {
	height: 1%;
	overflow: hidden;
	margin : 20px 0;
}

.news_item p {
	margin : 10px 0;
}

.news_item .news_item_image {
	float: left;
	margin-right: 20px;
	width: 220px;
	height: 150px;
}

.news_item .news_item_content {
	width: 275px;
	float: left;
}

#left_column .news_item .news_item_content h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #333333;
}

.news_item_download_link {
	background: url('/i/arrow.png') 0px 0px no-repeat;
	line-height: 25px;
	padding: 0px 0px 0px 30px;
	display: block;
}


#left_column h3.press_articles {
	background : #1eade3 url('/i/blurb_bg_top.png') top left no-repeat;
	color : #fff;
	margin : 20px 0 20px 0;
	display: block;
	width: 538px;
	font-size: 0.9em;
	font-weight: normal;
}

h3.press_articles .h3_bot {
	background : url('/i/blurb_bg_bot.png') no-repeat bottom left;
	padding : 10px 18px;
	display: block;
}


#select_article form {
	margin: 0px 10px 0px 0px;
}

#select_article #volume {
	width: 160px;
}

#select_article a {
	text-decoration: underline;
}

p img {
	vertical-align: middle;
}

.advertising_campaign {
	height: 1%;
	overflow: hidden;
}

.advertising_campaign .image {
	float: left;
	padding : 10px 20px 0 0;
}

.advertising_campaign .description {
	float: right;
	width: 300px;
}

#right_column form {
	padding: 0 15px;
}