@charset "utf-8";
/* CSS Document */

div#content_right
{
	/*border: 1px solid green;*/
	display: none;
	
}

div#banner
{
	display: none;
}

div#byline_bar
{
	display: none;
}

div#middle_content
{
	/*border: 1px solid red;*/
	margin:0 auto;
	width: 908px;
	height: auto;
	background-image: none;
}

div#content_left
{
	height: auto;
	
}

div#content_left li
{
	margin-left: 40px;
	font-size: 0.9em;
	list-style: disc;
	line-height: 1.5em;
}

div#content_left h1
{
	font-weight: bold;
	color: black;
	margin-bottom: 15px;
}

div#award_images_wrapper
{
	display: none;
	
}