@charset "utf-8";
/* CSS Document */

#pressReleaseLeft {
	float: left;
	width: 640px;
	margin: 15px 5px 15px 15px;
}

#pressReleaseRight {
	margin-top: 70px;
	padding-right:20px;
	float: right;
	width: 180px;
}

.spacerPressRelease {
	float: left;
	width: 20px;
	background-image:url(../images/spacer.jpg);
	background-repeat: no-repeat;
	height: 400px;
	margin-top:15px;
}


.pressReleaseRow {
	margin-top: 40px;
	padding-left: 20px;
}

.pressReleaseRowButtons {
	margin-top: 20px;
	padding-left: 20px;
	height:40px;
}


.pressTitle {
	font-family:Verdana;
	margin:0;
	color: #113265;
	font-size: 0.8em;
	font-weight:bold;
}

.pressDate {
	color: #666;
	text-align:left;
	font-size: 0.7em;
	font-weight: 400;
	line-height: 1.7em;
}

.pressMainBody {
	color: #666;
	text-align:left;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.7em;
}

.pressMoreLink {	
	font-family:Verdana;
	color: #113265;
	font-size: 0.7em;
	text-decoration:none;

}

.pressMoreLink:link {
	color: #113265;
	text-decoration:none;

}

.pressMoreLink:visited {
	color: #113265;
	text-decoration:none;
}

.pressMoreLink:hover {
	color: #113265;
	text-decoration:underline;
}

.pressMoreLink:active {
	color: #113265;
	text-decoration:none;
}




