


#BodyContainer {
	position: absolute;
	display: block;
	left: 200px;
	overflow: hidden;
}


#SectorNavContainer {
	width: 192px;
	margin-right: 10px;
	float: right;
}

HTML>Body #SectorNavContainer {
	margin-right: 20px;
}

#SectorNavContainer a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px 92px 3px 5px;
	margin-bottom: 25px;
	color: #fff;
	width: 95px;
	height: 61px;
	overflow: hidden;
	background-image: url(../../../../images/layout/lButton_a.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#SectorNavContainer a:hover {
	background-image: url(../../../../images/layout/lButton_b.jpg);
}

#ContentContainer {
	display: block;
	width: 377px;
	/*margin-right: 210px;*/
}

#KeyStoryBlock {
	width: 377;
	height: 219px;
	overflow: hidden;
	margin-bottom: 14px;
}

#NewsBlock {
	width: 377px;
	height: 110px;
	font-size: 0.7em;
	text-align: left;
	background-image: url(../../../../images/layout/home/newsBlockBG.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

#LatestNews {
	list-style-type: none;
	padding: 0px;
	margin: 5px 5px 5px 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

HTML>Body #LatestNews li {
	padding: 2px 0px;
}

#FooterBlock {
	width: 377px;
	margin: 10px 0px 25px 0px;
	text-align: center;
	font-size: 0.7em;
	overflow: hidden;
	white-space: nowrap;
}

#NewsBlock div.NewsTitle {
	margin: 5px 5px 3px 85px;
	font-weight: bold;
}

div.ArticleLink {
	margin: 0px 10px 3px 85px;
	font-size: inherit;
}
