@charset "utf-8";
/* CSS Document */

div#banner
{
	display: none;
}

div#byline_bar
{
	display: none;
}

div#content_right
{
	/*border: 1px solid green;*/
	display: none;
	
}

h1{
	color: black;
	font-weight: bold;
	font-size: 20px;
}

div#middle_content
{
	margin:0 auto;
	width: 908px;
	background-image: none;
	height: auto;
}

div#content_left
{
	/*margin: 20px; 0 0 15px;*/
	padding: 20px 15px 20px 30px;
	width: 626px;
	height: auto;
	float: left;
}

div#content_left h2
{
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

div#content_left p
{
	padding: 5px 10px 0 10px;
	font-size: 0.8em;
	line-height: 1.6em;
	
}

div#award_images_wrapper
{
	display: none;
	
}
