



#BodyContainer {
	position: absolute;
	display: block;
	left: 200px;
	overflow: hidden;
}


#SectorNavContainer {
	width: 140px;
}

#TitleBlock {
	display: block;
	padding: 0px;
	height: 22px;
	overflow: hidden;
}

#tbLeft {
	float: left;
}

#tbRight {
	float: right;
}

#ContentContainer {
	display: block;
	width: 420px;
	margin-right: 185px;
}

#ContentBlock {
	display: block;
	margin: 20px;
}


HTML>Body #ContentContainer {
	margin-right: 20px;
}

#FooterBlock {
	width: 420px;
	margin: 10px 0px 25px 0;
	text-align: center;
	font-size: 0.7em;
	overflow: hidden;
	white-space: nowrap;
}

p.SectorHeader {
	border-top: 1px solid #eeeeee;
	margin: 0px;
	padding: 25px 5px;
	font-weight: bold;
	font-size: 0.8em;
}
