/** Content Styles for the Knowledge Body Content Only */

#banner div.bodyContent {
	margin-left :0 !important;
}

.bodyContent {
	display: inline;
	text-align : left ;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
}

.bodyContent a {
	text-decoration: underline;
	color: #095EA1;
}

.bodyContent a:hover {
	text-decoration: underline;
	color: #2986D1;	
}

.bodyContent a:visited {
	text-decoration: underline;
	color: #8E0063;
}

.bodyContent blockquote {
	margin: 0;
	padding: 0;
}

.bodyContent blockquote.indented {
	margin-left: 5px;
	padding: 0;
	color: #555;
}

.bodyContent ol {	
	font-size: 115%;
	margin: 0.7em 0 0.5em 10px;
}

.bodyContent ol li {
	vertical-align: top;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type : decimal;
}

.bodyContent ul li a {
	/* Removed to allow wrapping of contents items and also stop longer links breaking out of  3 column layout */
	/* white-space: nowrap; */	
}

.bodyContent *  {
	line-height: 140%;
}
.bodyContent p {
	margin: 1em 0;
}

.bodyContent h1 {
	color					: #389BBB;
	display					: block;
	font-size				: 200%;
	padding					: 8px 10px 0 0;
}

.bodyContent h2 {
	font					: bold 133.33% Arial;
	color					: #389BBB;
	margin					: 14px 0 14px 0;
}

.bodyContent h3 {
	color					: #389BBB;
	font					: bold 116.67% Arial !important;
	margin				: 0 0 2px 0;	
	padding-top		: 14px;
}

.bodyContent h3 {	
	margin-bottom		: 4px;	
}

.bodyContent h5 {
	font					: bold 108.33% Arial;
	margin-bottom			: 4px;	
}

/*  Class for larger font intro paragraph */
.bodyContent p.standfirst {

	font-size				: 145%;
	padding-bottom		: 15px;
}



.bodyContent ul.corepage-contents {
	margin: 0.7em 0 0.5em 0;	
	list-style-type: none;
	list-style-image: none;
 	padding-left: 0px;
 	padding-bottom: 10px;
}

.bodyContent ul.corepage-contents li {
	background    : none;
	font-weight: bold;
	font-size: 115%;
 	margin-left    : 0px;
 	padding-left   : 0px;
}

/* change IDeA011 horizontal rule class, as several pages used this div  */
.bodyContent .horz-rule {
    width: 99%; 
	background-color: #ffffff;
	border-bottom: 1px dotted #0B79B6;
	margin-top: 4px;
	margin-bottom: 4px;
	clear:left;

}

/* ======= Classes for images ========*/
.bodyContent .storyimg {
	margin-top: 6px;
	margin-right:10px; 
	margin-bottom:20px;
	float: left;
	border: none;
}

.bodyContent .storyimg-right {
	margin-top: 6px;
	margin-right:0px; 
	margin-left: 5px;
	padding-right: 0px;
	margin-bottom:20px;
	float: right;
	border: none;
}

.bodyContent .storyimg-right img {
	margin-left: -2px; 
	clear: both; 
	float: left;
}

.bodyContent .storyimg-right div {
	text-align: left; 
	float: left;
}

.bodyContent .storyimg-right br {
	clear:both
}


.bodyContent hr {
	border-top: 2px solid #ECECE9;
	float: left;
	height: 1px;
	margin-bottom: 10px; 
	display:block;
	*margin-bottom	: -15px !important; /* Remove extra bottom margin added by IE  */
	width	: 98%;
	clear: none !important;
}

/*
.bodyContent hr hr {
	display					: none;
}
*/

/*========= End classes for images ============*/


