.aboutPage #bottomContent .columnCenter h1 {
	float:left;
	width:450px;
}
.aboutPage #bottomContent .columnCenter .listFauxSelect {
	float:right;
	margin-top:3px;
}
.aboutPage #bottomContent .columnCenter .listFauxSelect span.fauxLabel {
	color:#FFFFFF;
}
.aboutPage #bottomContent .columnCenter h2 {
	margin:0;
	font-weight:bold;
}
/* Stories */

.about .news {
	position:relative;
	clear:left;
	padding: 20px 0 30px 15px;
	width:710px;
	zoom:1;
}
.about .news:after {
  display:block; clear:both;
  visibility:hidden;
  height:0;
  content:".";
}

.about #detailedStory  img {
	float:left;
	clear:left;
	margin:5px 30px 20px 0;
}

.aboutPage #bottomContent .about #detailedStory h2 {
	clear:left;
	width:550px;
	padding: 0 0 25px 0;
	font-size:22px; font-weight:normal;
}


.about #detailedStory p.storyHeader {
	position:absolute; top:27px; right:0;
	color:#063875;
	font-family:Arial, sans-serif; font-size:11px; font-weight:normal;
}

.about #detailedStory p.storyIntro {
	font-size:12px; font-weight:bold;
}
.about #detailedStory div.storyContent {
	position:relative;
	font-size:12px; font-weight:normal;
}
.about #detailedStory a {
	color:#da161f;
	text-decoration:underline;
}
.about #detailedStory a:hover {
	text-decoration:none;
}

.about a.storyNav {
	position:relative;
	float:right;
	left:15px;
	display:block;
	color:#fff;
	margin-top:12px;
	padding-right:30px;
	background:transparent url(/img/bt-arrow.png) no-repeat right center;
	line-height:26px;
}

.about a.storyNav:hover {
	background:transparent url(/img/bt-arrow-on.png) no-repeat right center;
}

* html .about a.storyNav {
	background:transparent url(/img/bt-arrow.gif) no-repeat right center;
}
* html .about a.storyNav:hover {
	background:transparent url(/img/bt-arrow-on.gif) no-repeat right center;
}
.about #detailedStory a.storyNav {
	padding-left:20px;	padding-right:16px;
	background:transparent url(/img/arrow-left-red.gif) no-repeat left center;
}
.about #detailedStory  a.storyNav:hover {
	background:transparent url(/img/arrow-left-red.gif) no-repeat left center;
}

.about ul.pageNav {
	width:710px;
	margin-left:15px;
	border-top:#ccc solid 1px;
}
