body {
	background-color: White;
	font-family: 'Times', 'Times New Roman', serif;
	font-weight: normal;
	text-align: center; /* centers container in IE 5* */	
}

.OuterBoxCentering {
	width:995px;
	margin: 0 auto;	
	margin-top: 30px;
	text-align: left; /* overrides text-align: center body element. */	
}

.BodyContent {
	width: 995px;
	height: 500px;
	color: White;
	font-size:1em;
	position:absolute;
}

.TitleContent {
	position: absolute;
	left: 27px;
	top: 24px;
}

.CaptionContent {
	position:absolute;
	left:27px;
	top:416px;
	width:670px;
}

.BioContent {
	position:absolute;
	left:580px;
	top:85px;
	width:370px;
	font-size:0.9em;
}

.DownloadLinksContent {
	position:absolute;
	left:27px;
	top:446px;	
}

.DownloadLinksText {
	position:relative;
	color:black;
	font-size:0.8em;
	vertical-align: top;
	top:9px;
}

H1 {
	color: White;
	font-size: 26px;
	margin-top:0px;
}

P {
	color: White;
	font-size: 12px;
}

a:link {
	color: black;
}

a:visited {
	color: #3c3c3c;
}

a:hover {
	color: Blue;
	text-decoration: underline;
}

a:active {
	color: Blue;
	text-decoration:underline;
}

#BottomLink {
	color:#297961;
	position:absolute;
	bottom:0;	
	width:100%;
	text-align:center;
	z-index:-10;
}