#ContentWrapper {
	position: relative;
	background: #fff url("../../imgs/Bkg_Border.gif") repeat-y 0 0;
}
#Content {
	margin: 0;
	overflow: hidden;
	/*border-top: 1px solid #fff;
	margin-top: -1px;*/
	padding-left: 289px;    /* LC fullwidth */
	padding-right: 0;   	/* RC fullwidth + CC padding */
	background: Transparent url("../../imgs/Bkg_Border.gif") repeat-y 100% 0;
}
.column {
	position: relative;
	float: left;
}

/* Breadcrumbs */
#Breadcrumbs {
	height: 30px;
	background: #fff url("../../imgs/Bkg_Breadcrumbs.jpg") repeat-x 0 0;	
}
#Breadcrumbs strong {
	display: none;	
}
#Breadcrumbs span {
	padding: 6px 0 0 0;
	margin: 0 0 0 25px;	
	display: block;
}
#Breadcrumbs span a {
	color: #990066;
	text-decoration: none;
}

/* ContentPane */
#ContentPaneWrapper {
	margin: 0;			
	padding: 0 284px 0 0;   /* RC fullwidth + CC padding */
	width: 408px;
	/*width: 348px;*/			/* 880px - RC fullwidth + CC padding */
}
#ContentPane {
	padding: 25px 0 0 0;
	width: 100%;
	overflow: hidden;
}
#RightPane {
	width: 271px;              /* RC width */
	padding: 25px 8px 0 5px; /* RC padding */
	margin-right: -100%;	
}
#RightColumn {
	/*background: #f7f7f6 url("../../imgs/Bkg_RightColumn.jpg") repeat-x 0 100%;*/
	padding: 0 0 100px 0;
}

/* LeftPane */
#LeftPane {
	width: 260px;           /* LC width */
	padding: 25px 13px 0 16px; /* LC padding */
	right: 289px;           /* LC fullwidth + CC padding */
	margin-left: -100%;
}

/* FooterSitmap */	
div#FooterSitemap{
	min-height: 0px;	
}

/*** IE Fix ***/
* html #LeftPane {
	left: 290px;            /* RC fullwidth */
}

/* Custom Style */

.HomePageBanner {
	margin: 0 0 30px 0;
}

.SpeakEnglish {
	border-bottom: 3px solid #fff;
	padding: 12px 40px 10px 16px;
}
.SpeakEnglish:hover {
	background-color: #f1f1f1;
}
.SpeakEnglish a {
	position: relative;
	display: block;	
	width: 100%;
	height: 100%;
	margin: 0;	
	color: #aaa;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.1;	
}
.SpeakEnglish:hover a {
	color: #66819E;	
}
/* Disabled by jfreyre
.cb .date {
	color: #fff;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;	
}
*/
a.logoHESSO {
	margin: 12px 0 0 0px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 120px;
	height: 61px;
	font-size: 0;
	line-height: 0;
}
a.logoHESSO span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../../imgs/Bkg_LogoHESSO.gif") no-repeat;	
	top: 0;
	cursor: hand;
}


/**
 Removed #RightColumn by jfreyre */
 .cb h3 {
	margin-bottom: 0.5em;
}
.cb ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
.cb li {
	margin: 0;
	padding: 4px; /* Modified by jfreyre */
	border-bottom: 1px dashed #990066;
	line-height: 1.2em;
}
 .cb li:last-child {
	border-bottom: none;
}
 .cb li a {
	text-decoration: none;
}
