@charset "utf-8";
.container {
	width: 900px;
	margin: 0 auto;
	clear: both;
	background-color: #FFFFFF;
	background-image: none;
}

.header {
	float: left;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #1C4342;
}

.bodycopy {
	float: left;
	width: 420px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 20px;
}


.logos {
	width: 295px;
	padding-left: 100px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
.photo {
	float: right;
	padding-left: 20px;
}
.photoLeft {
	float: left;
	padding-right: 20px;
}

