/*THESE STYLES ARE ONLY FOR THE DISCOVER EBAC SECTIONS*/
/*----------------------------------------------------*/
/*DISCOVER EBAC LANDING PAGE ELEMENTS*/
.DE_panel01 {
	width:911px;
	height:238px;
	float:left;
	background-color:#000;
	color:#fff;
	border-bottom:1px solid #fff;
}
.DE_panel02 {
	width:303px;
	height:217px;
	float:left;
	background-color:#213851;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.DE_panel03 {
	width:303px;
	height:217px;
	float:left;
	background-color:#213851;
	border-bottom:1px solid #fff;
}
.DE_panel04 {
	width:911px;
	height:auto;
	float:left;
}
/*Added 2nd April 2008*/ /*NEW STYLES FOR ARTICLE PAGE(S)*/
.article_div01 {
	width:629px;
	height:auto;
	float:left;
}
.article_img {
	width:131px;
	height:auto;
	float:left;
	padding-right:10px;
}
.article_div02 {
	width:485px;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.articleHeaderfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:500;
	color:#416ea1;
}
.articleDatefont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:500;
	color:#84acda;
}
.articleColumn01 {
	width:313px;
	height:auto;
	float:left;
	padding-top:5px;
}
.article_div03 {
	width:300px;
	height:auto;
	float:left;
	padding-bottom:20px;
}
/*ARTICLE READ MORE LINKS*/
a.readmoreLINK {
	color:#678bb4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:400;
}
a.readmoreLINK:link {
	color:#678bb4;
	text-decoration:underline;
}
a.readmoreLINK:visited {
	color:#678bb4;
	text-decoration:underline;
}
a.readmoreLINK:hover{
	color:#678bb4;
	text-decoration:none;
}
a.readmoreLINK:active{
	color:#678bb4;
	text-decoration:underline;
}
/*HIDE DIV FOR WELL BEING HEALTHY LIFESTYLE TIPS PAGE*/
.hlsTIPS {
	width:629px;
	height:auto;
	float:left;
	display:none;
}