/** Content Styles for the LGE Body Content Only */

body.print {
	text-align : left !important;
	}

#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 ul {
	list-style-type: square;
	margin: 0.7em 0 0.5em 2.5em;
}
.bodyContent ul li {
	margin-bottom:5px;
	list-style-type: square;
	list-style-position : outside ;
	padding : 0;
	min-height		: 1em !important;
	vertical-align:top;	
	position: relative; 
	top: -.3em;	
}

.bodyContent ol {
	text-indent: 10px;
	margin: 0.7em 0 0.5em 3em;
}

.bodyContent ol li {
	display: list-item;
	list-style-position: inside;
	list-style-type: decimal;
}

.bodyContent *  {
	line-height: 140%;
}
.bodyContent p {
	margin: 1em 0;
}
.bodyContent h1 {
	font-size: 140%;
	font-weight:bold;
	color: #004983;
	margin-bottom: -5px;
}
.bodyContent h2 {
	font-size: 120%;
	font-weight:bold;
	color: #004983;
	margin-bottom: -5px;
	margin-top:8px;
}

.bodyContent h3 {
	font-size: 110%;
	font-weight:normal;
	color: #004983;
	margin-bottom: -5px;
	margin-left: 0px;
	margin-top:8px;
}

.bodyContent p.standfirst {
	color: #004983;
}

.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;
	text-align: 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
}
/*========= End classes for images ============*/

/*Classes from the original LGE Style sheet */

.bodyContent a.bullet-link {
			background 		: url("../images/i/arrow-purple-onwhite.gif") no-repeat 0 2px;
			display 		: block;
			font-weight 	: bold;
			padding-left 	: 18px;
			color : #93107E;		
		}


