@charset "utf-8";
/* CSS Document */

/* Media and PR samples page */

body {
	background-color: #FFFFFF;
	border: thin double #669966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
}


#outerWrapper {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.6em;
}

#outerWrapper #innerWrapper {
	width: 100%;
}

#innerWrapper #page {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

#brandingFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999999;
	height: 30px;
	text-align: center;
}

#brandingHeader {
	height: 118px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #637B31;
}

#brandingHeader .pageTitle {
	float: right;
	padding-top: 50px;
	padding-right: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7F9AA5;
	font-size: 2.6em;
}

h1 {
	line-height: 2.2em;
	font-size: 1.4em;
}

