/** Content Styles for the Knowledge Body Content Only */

#banner div.bodyContent {
	margin-left :0 !important;
}

.bodyContent {
	display: inline;
	text-align : left ;
	font-family: Verdana, 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: #696969;
}

.bodyContent blockquote {
	margin: 0;
	padding: 0;
}

.bodyContent blockquote.indented {
	margin-left: 5px;
	padding: 0;
	color: #555;
}

.bodyContent ol {	
	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 {
	list-style-type: square;
	margin: 0.7em 0 0.5em 2.5em;
}
.bodyContent ul li {
	margin-bottom:5px;
	list-style-type: square;
	padding : 0;
	min-height		: 1em !important;
	vertical-align: top;	
	position: relative; 
	top: -.3em;	
	line-height: 150%;
}

.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 {
	display					: block;
	font-size				: 150%;
	padding					: 8px 10px 0 0;
}

.bodyContent h2 {
	color					: #4090B8;
	font					: bold 133.33% Verdana;
	margin					: 14px 0 14px 0;
}

.bodyContent h3 {
	color					: #4090B8;
	font					: bold 116.67% Verdana;
	margin				: 0 0 2px 0;	
	padding-top		: 14px;
}


.bodyContent h3 {
	font					: bold 108.33% Verdana;
	margin-bottom		: 4px;	
}




.bodyContent h5 {
	font					: bold 108.33% Verdana;
	margin-bottom			: 4px;	
}

/*  Class for larger font intro paragraph */
.bodyContent p.standfirst {

	font-size				: 125%;
	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;
	list-style-type: 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: 1px solid #bababa;
	float: left;
	height: 2px;
	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 ============*/

/*Start Classes for GP in body content */

.bodyContent .introductorytext
{
	font-weight:bold;
}

.bodyContent .keypointboxheader 
{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 100%;
	font-weight: bold;
	display:block;
}

.bodyContent .panel {
	width: 80% !important;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 6px;
	display:block;
}
.bodyContent .panel p {
	font-size:100%;
}

.bodyContent .footnote {
	font-style: normal;
	font-size: 90%;
}

.bodyContent .sessiontitle {
	width: 80% !important;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px solid #000;
	padding: 3px;
}

.bodyContent .txtsmall {
	font-size:80%;
}

.bodyContent .txtmedium {
	font-size:120%;
}

.bodyContent .txtlarge {
	font-size:150%;
}


/*End Classes for GP in body content */



