table.content div.middle_column_inset {
	padding: 20px;
}

@media screen {

	table.content .left_column_td {
		background: #0E3466 url(/_elements/left_column_background_2.jpg) no-repeat;
	}
	
	table.content div.middle_column h1 {
		margin: 0;
		color: #75A641;
		font-size: 18px;
	}
	table.content div.middle_column h2 {
		margin: 0 0 15px 0;
		color: #575757;
		font-size: 14px;
	}

	table.content div.left_column h1,
	table.content div.right_column h1 {
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	
	table.content div.left_column h2,
	table.content div.right_column h2 {
		font-size: 16px;
		margin: 0;
	}
	
	table.content div.middle_column h3,
	table.content div.right_column h3 {
		font-size: 13px;
		margin-bottom: 0;
	}
	
	table.content div.middle_column h3 + p {
		margin: 0;
	}
	
	table.content div.left_column h4,
	table.content div.right_column h4 {
		font-size: 13px;
	}
	
	table.content div.left_column h5,
	table.content div.right_column h5 {
		font-size: 12px;
	}
	
	table.content div.left_column h6,
	table.content div.right_column h6 {
		font-size: 11px;
	}
	
	table.content  .news_item,
	table.content  .event_item {
		margin-bottom: 20px;
	}
	
	table.content  .news_item .description,
	table.content  .event_item .description {
		margin-left: 15px;
	}
	
	table.content  .left_column ul {
		line-height: normal;
	}
	
	table.content  .left_column ul li {
		margin-bottom: 10px;
		font-size: 11px;
	}
	
	.contact_name { font-weight: bold; }
	
	#directory_table {
		width: 100%;
	}
	
	#directory_td_left {
		width: 400px;
	}
	
	.grv_contacts {
		overflow: auto;
		height: 365px;
		width: 400px;
		border: 1px solid #666;
	}
	
	.grv_contacts table tbody tr td {
		border-bottom: 1px solid #666;
	}
	
	.grv_organization,
	.grv_title {
		font-size: 11px;
	}
	
	.events_link {
		padding: 5px;
		background: #CCC;
		color: #333;
		font-size: 10px;
		font-weight: normal;
		margin: 0 5px 5px 0;
		border: 1px solid #666;
		float: right;
	}
	
	#directory_table .contact_image {
		border: 1px solid #000;
		width: 96px;
		height: 96px;
		float: left;
		margin: 0 10px 5px 0;
	}
	
}

@media print {

	table.content td.left_column_td,
	table.content td.middle_column_td,
	table.content td.right_column_td {
		width: auto;
	}

}
