@charset "UTF-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	}
	
.container {
	margin-left: auto;
	margin-right: auto;
	width: 60em;
	}

.header {
	background-color: #7A7A7A;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0px;
	z-index: 1;
	}
	
.navigation {
	background-color: #353030;
	width: 100%;
	height: 30px;
	position: absolute;
	top: 70px;
	z-index: 2;
	}
	
.logoTop {
	width: 950px;
	text-align: left;
	position: absolute;
	top: 0px;
	z-index: 3;
	}
	
.logo {
	float: left;
	}
	
.nav {
	float: right;
	position: absolute;
	top: 77px;
	padding-right: 9px;
	}
	
.contentContainer {
	width: 950px;
	max-height: 700px;
	}
	
.content {
	width: 740px;
	position: relative;
	top: 125px;
	float: left;
	border-bottom: #666666 1px solid;
	}

.bottomLine {
	text-align: center;
	width: 950px;
	position: absolute;
	top: 550px;
	}
	
.featureStory {
	width: 420px;
	height: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #353030;
	font-size: 12px;
	margin-left: 10px;
	float: left;
	}
	
.photo {
	float: right;
	padding-left: 3px;
	padding-bottom: 3px;
	}
	
.rightStories {
	width: 280px;
	height: 360px;
	background-image: url(images/grayWhiteBG.png);
	float: right;
	padding-left: 12px;
	padding-top: 25px;
	position: relative;
	top: 0px;
	}
	
.publications {
	background-image: url(images/rightBG.png);
	width: 200px;
	height: 400px;
	position: relative;
	top: 125px;
	position: relative;
	z-index: 1;
	float: right;
	}
	
.publicationsText {
	width: 150px;
	padding-left: 35px;
	padding-top: 15px;
	position: relative;
	z-index: 2;
	}
	
.link {
	width: 100px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	width: 100px;
	text-decoration: none;
	}
	
.hl {
	color: #353030;
	}
	
.readMore {
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #353030;
	}
	
p.description {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin-left: 10px;
	}
	
p.instrucs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353030;
	margin-left: 10px;
	}
	
.seoBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 23px;
	width: 600px;
	text-align: right;
	color: #333333;
	float: right;
	}
	
.title {
	color: #FFFFFF;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #353030;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #353030;
	}