#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 : 1em;
	margin : 25px 0 10px 0;
	letter-spacing:-1px;
}

#left_column h4 {
	color : #004381;
	margin : 20px 0 10px 0;
}

div.intro {
	height: 1%;
	overflow: hidden;
	margin-bottom: 15px;
}

.intro .image {
	float: left;
	width: 220px;
	height: 150px;
}

.intro .intro_content {
	width: 300px;
	float: right;
}

#left_column .intro h3 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #333;
}

.intro p {
	margin : 10px 0;
}

.intro a.intro_link {
	text-decoration : underline;
	background: url('/i/arrow.png') no-repeat;
	padding: 0 0 0 30px;
	display: block;
}

.blog_item {
	margin-bottom : 25px;
}
#left_column h3.blog_header {
	background : #1eade3 url('/i/blurb_bg_top.png') top left no-repeat;
	color : #fff;
	font-size: 0.9em;
	font-weight : normal;
	margin : 20px 0 0 0;
	display: block;
	width: 538px;
}
.blog_header span {
	background : url('/i/blurb_bg_bot.png') no-repeat bottom left;
	padding : 10px 20px;
	display: block;
}
.blog_header a {
	color : #fff;
}
.blog_item p {
	padding : 0 20px;
}
.blog_item p img {
	vertical-align : middle;
}
