.aboutPage #bottomContent .columnCenter h1 {
	float:left;
	width:460px;
}
.aboutPage #bottomContent .columnCenter #topStory h2 {
	margin:0 0 20px 0;
	font-size:28px; font-weight:normal;
}
.aboutPage #bottomContent .columnCenter .storySummary h2 {
	margin-top:0;
}
/* Story filter */
.aboutPage .listFauxSelect .fauxLabel {
	color:#fff;
}
/*
#newsFilterForm {
	padding-top:15px;
	float:right;
}

#newsFilterForm label {
	display:inline;
	color:#fff;
	font-family:Arial, sans-serif; font-size:11px; font-weight:normal;	
}

#newsFilterForm select {
	width:190px;
	color:#e41e0a;
	font-family:Arial, sans-serif; font-size:11px; font-weight:bold;
}
*/
.aboutPage .columnCenter div.listFauxSelect {
	float:right;
	margin:13px -10px 0 0;
}
* html .aboutPage .columnCenter div.listFauxSelect {
	margin-right:-5px;
}
.aboutPage .page #bottomContent {
	padding-bottom:45px;
}
.aboutPage #topContent p.claim {
	margin-top:30px;
}
* html .aboutPage #topContent p.claim {
	margin-top:55px;
}
*+ html .aboutPage #topContent p.claim {
	margin-top:55px;
}

.aboutPage .columnCenter div.listFauxSelect ul li a:hover {
	background-color:#EEEEEE;
}
/* Stories */
.about .news {
	clear:left;
	padding: 20px 0 30px 15px;
	border-bottom:#ccc solid 1px;
	zoom:1;
}
.about .news:after {
  display:block; clear:both;
  visibility:hidden;
  height:0;
  content:".";
}

.about .news img {
	float:left;
	padding:5px 30px 0 0;
}
.about #topStory  img {
	padding-top:5px;
}
.news .storySummary {
	width:500px;
	margin-left:210px;
}
*+ html .news .storySummary {
	width:470px;
}
* html .news .storySummary {
	width:470px;
}
#topStory .storySummary {
	width:460px;
	margin-left:250px;
	position:relative;
}

.about .news p.storyHeader {
	color:#da161f;
	font-family:Arial, sans-serif; font-size:11px; font-weight:bold;
	margin-bottom:0;
}
.about .news p.storyHeader span {
	color:#616161;
}
.about .news p.storyIntro {
	font-size:11px;
}
.about .news a {
	color:#da161f;
	text-decoration:underline;
}
.about .news a:hover {
	text-decoration:none;
}