/*<!--50% 50%-->*/
div.leftColumn55,div.leftColumnD55{
	float:left;
	width:48%;
	text-align:left;
}

div.leftColumn55 div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, 
div.leftColumn55 div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:1px solid #E2E0E0;
	padding:4px;
}

div.rightColumn55,div.rightColumnD55{
	float:right;
	margin-right:5px;
	width:48%;
	text-align:left;
}
/*<!--40% 60%-->*/
div.leftColumn46,div.leftColumnD46{
	float:left;
	width:38%;
	text-align:left;
}
div.rightColumn46,div.rightColumnD46{
	float:right;
	margin-right:5px;
	width:58%;
	text-align:left;
}
/*<!--60% 40%-->*/
div.leftColumn64,div.leftColumnD64{
	float:left;
	width:58%;
	text-align:left;
}
div.rightColumn64,div.rightColumnD64{
	float:right;
	margin-right:5px;
	width:38%;
	text-align:left;
}
/*<!--common-->*/
div.dottedBottomLine {
	background:url("../images/dottedLineRe.gif") 50% 50% repeat-x;
	width:98%;
	clear:both;
}
div.clearBottomLine {
	height:1px;
	width:100%;
	clear:both;
}
/*<!-- FCE Right Content -->*/
h1.contentRight {
	text-align:left;
	font-style:italic;
	font-weight: normal;
	font-size:12px;
	color:#FFFFFF;
	margin-top:7px;
	margin-left:10px;
}
div#rightContent div img {
	max-width: 98%;
	padding-left:5px;
	padding-right:5px;
}
div.contentRight {
	text-align:left;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:20px;
	background: url(../images/bottom_shadow.gif) bottom center no-repeat;
}

div.contentRight div p {
	margin-top:0px;
	margin-bottom:0px;
	line-height: 18px;
} 

div.contentRight div div h1 {	
	PADDING-RIGHT: 0px;	
	PADDING-LEFT: 0px;	
	FONT-SIZE: 13px;	
	PADDING-BOTTOM: 0px;	
	MARGIN: 5px 0;	
	COLOR: #C0C2C4;	
	PADDING-TOP: 0px;
}

/*<!-- A link with arrow -->*/
p.bodyText a.readMoreRight:link, p.bodyText a.readMoreRight:visited {
	color:#5295c2;
	padding-left:8px;
	background: url(../images/moreArrowGreen.gif) no-repeat left center;
	text-decoration: none;
	text-align:right;
	float: right;
}
p.bodyText a.readMoreRight:hover, p.bodyText a.readMoreRight:active {
	text-decoration: underline; 
}

/* Statement link */
a.statements:link, a.statements:visited { 
	margin-left: 20px; 
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #5295c2; 
	text-decoration: none; 
	background: url(../images/moreArrowGreen.gif) no-repeat left center;
}
a.statements:hover { 
	text-decoration: underline; 
}