/* 50 plus pre-header */
.coBrandHeader {
	height: 30px;
	overflow: hidden;
	background-color: #D40016;
}

.coBrandHeader ul {
	list-style: none;
	padding: 7px 0 0 7px;
}

.coBrandHeader li {
	float: left;
	display: inline;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	height: 14px;
	overflow: hidden;
	padding-right: 2px;
}

.coBrandHeader a {
	color: #FFF;
	font-size: 11px;
}

.coBrandHeader a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* 50 plus pre footer */
.footerArticles {
	list-style: none;
	margin-left: 222px;
	margin-top: 30px;
	height: 60px;
	margin-bottom: 10px;
}

.footerArticles li {
	width: 182px !important;
	overflow: hidden;
	display: inline;
	float: left;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}

.footerArticleTitle {
	width: 173px;
	height: 12px;
	overflow: hidden;
	color: #006699;
}

.footerArticleTitle a {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}

.footerArticleTitle a:hover {
	color: #006699;
	text-decoration: underline;
}

.footerArticleUrl {
	width: 173px;
	height: 12px;
	overflow: hidden;
}

.footerArticleUrl a {
	color: #000;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}

.footerArticleUrl a:hover {
	color: #000;
	text-decoration: none;
}

.footerArticleCopy {
	width: 173px;
	height: 36px;
	overflow: hidden;
}

.clearFooterArticles {
	clear: both;
	font-size: 2px;
	height: 1px;
	background-color: #CCCCCC;
	margin: 0px 0 0px 0;
}

