/*************************************************
* Media Center stylesheet ::                     *
* Contains media Center page and section specific   *
* layout, presentational, and typographic styles *
* for media center section of the site.      *
*************************************************/
.clear {
	clear:both;
	height:.01em;
	}
.img-left {
	float:left;
	margin:-3px 10px 10px 0;
	}
.news-title {
	font-size:1.38em;
	}
.news-date {
	font-size:1.00em;
	font-weight:bold;
	}
a.link-blue {
	color:#003363;
	font-weight:bold;
	text-decoration:none;
	font-size:1.13em;
	}
.box-resources {
	width:300px;
	float:left;
	background:#F9F7F0 none repeat scroll 0%;
	border:1px solid #EFEDE6;
	margin:10px 0 0 20px;
	padding:10px 20px 20px 20px;
	}
	.box-resources ul {
		font-size:1.25em;
		line-height:1.50em;
		margin-left:15px;
		}
			.box-resources ul li {
				list-style-type:disc;
				}
.mc-left {
	width:274px;
	float:left;
	margin-top:20px;
	}
.mc-left .box {
	width:242px;
	border:1px solid #EFEDE6;
	padding:20px 15px 0 15px;
	margin-bottom:10px;
	}
.mc-left a {
	line-height:1.63em;
	}
.mc-center {
	width:423px;
	float:left;
	padding:5px 25px;
	}
.news-content {
	margin-bottom:15px;
	clear:both;
	}
.mc-right {
	width:253px;
	float:left;
	margin-top:20px;
	}
.mc-right .box {
	width:221px;
	border:1px solid #EFEDE6;
	padding:20px 15px 0 15px;
	margin-bottom:10px;
	}
.mc-right a {
	line-height:1.63em;
	}
