#contentBorderTop {
	float: left;
	margin-top: 24px;
	width: 828px;
	height: 36px;
	background: url(images/web/content_border_top.jpg) no-repeat;
}
#contentBorderTop span {
	display: block;
	margin: 10px 40px 0px 10px;
	color: #116ea4;
	font-weight: bold;
	font-size: 17px;
}

#contentTitleClear {
	clear: both;
}
#contentContentContainer {
	position: relative;
	width: 910px;
	max-height: 275px;
	min-height: 275px;
	overflow: hidden;
	background: url(images/web/content_border_mid.jpg) repeat-y;
}
*html #contentContentContainer {
	height: 275px;
}

#contentContent {
	position: absolute;
	top: 0px;
	left: 78px;
	width: 768px;
}

.exampleContainer {
	width: 768px;
	border-bottom: #bcd7e6 1px solid;
	padding: 20px 0px 10px 0px;
}

.exampleContainer img {
	float: left;
	padding-right: 10px;
}

.exampleLabel {
	font-size: 12px;
	font-weight: bold;
	color: #ff8139;
	padding: 5px 10px 0px 0px;
}

.exampleText {
	font-size: 12px;
	font-weight: normal;
	color: #116ea4;
	padding: 5px 10px 0px 0px;
}

.exampleTextBold {
	font-size: 12px;
	font-weight: bold;
	color: #116ea4;
	padding: 5px 10px 0px 0px;
}

.exampleText a{
	font-size: 12px;
	font-weight: normal;
	color: #116ea4;
	padding: 5px 10px 0px 0px;
}

.exampleText a:hover{
	font-weight: normal;
	color: #ff8139;
}

.clearBoth {
	clear: both;
}

#scrollerContainer {
	visibility: hidden;
}

#scrollerTop {
	position: absolute;
	top: 0px;
	left: 866px;
	width: 26px;
	height: 19px;
	background: url(images/common/scroller_top.jpg) no-repeat;
	cursor: pointer;
}
#scrollerTrack {
	position: absolute;
	top: 19px;
	left: 866px;
	width: 26px;
	height: 230px;
	background: url(images/common/scroller_track.jpg) no-repeat;
	cursor: pointer;
}
#scrollerHandle {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 26px;
	width: 26px;
	background: url(images/common/scroller_handle.jpg) no-repeat;
	cursor: pointer;
}
#scrollerBottom {
	position: absolute;
	top: 249px;
	left: 866px;
	width: 26px;
	height: 21px;
	background: url(images/common/scroller_bottom.jpg) no-repeat;
	cursor: pointer;
}

#contentBorderBottom {
	width: 910px;
	height: 15px;
	background: url(images/web/content_border_bottom.jpg) no-repeat;
}
#enhanceMotif {
	position: absolute;
	top: 0px;
	left: 565px;
	width: 345px;
	height: 54px;
	background: url(images/web/selectors_back.jpg) top right no-repeat;
}

