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

#storyBox {
	width: 100%;
	position: relative;
	z-index:1;
	height: 250px;
}
#story1 {
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0;
	margin: 0;
	padding: 0;
	z-index:1;
	height: 100%;
}
#story2 {
	width: 50%;
	position: absolute;
	right: 0px;
	top: 0px;
	border: 0;
	margin: 0;
	padding: 0;
	z-index:1;
	height: 100%;
}
#otherLinks {
	width: 100%;
	position: relative;
}
.otherLinks .leftColumn {
	width: 50%;
	position: relative;
	float:left;
	left: 0px;
	top: 0px;
	border: 0;
	margin: 0;
	padding: 0;
	z-index:1;
	height: 100%;
}
.otherLinks .rightColumn {
	width: 50%;
	position: relative;
	float:left;
	right: 0px;
	top: 0px;
	border: 0;
	margin: 0;
	padding: 0;
	z-index:1;
	height: 100%;
}
.otherLinks .headings {
	font-weight:bold;
	padding-left: 12px;
	padding-bottom: 3px;
}
.otherLinks .links {
	padding-left: 12px;
}
.landingPageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-align: center;
	font-size: 16px;
	letter-spacing: .25em;
}
