#breadcrumbs {
	height: 1.6em;
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	margin: 1px auto;
}
#breadcrumbs a {
	display: block;
	height: 1.4em;
	float: left;
	padding-left: 8px;
	background-image: url(../images/breadcrumb_bg.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-right: 4px;
}
#breadcrumbs a.initial {
	background-image: none;
	padding-left: 0px;
}
#breadcrumbs a.final {
	color: #6568a5;
	text-decoration: none;
}
#access-buttons {
	position: absolute;
	top: 8px;
	right: 58px;
	font-size: 11px;
	line-height: 12px;
}
#access-buttons a {
	font-weight: bold;
	color: #ffffff;
}
#accessibility {
	display:none;
	width: 760px;
	margin-top:4px;
}
#accessibility a {
	font-weight: bold;
	color: #ffffff;
}
#accessibility-content {
	padding: 4px;
	width: 752px;
	color: #ffffff;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
}

#accessibility a {
	padding-left: 24px;
	background-repeat: no-repeat;
	padding-top:4px;
	padding-bottom:4px;
	margin-left:18px;
}
#textSizeDn {
	background-image: url(../images/icons/text-sm.gif);
}
#textSizeUp {
	background-image: url(../images/icons/text-lg.gif);
}
#textSizeNorm {
	background-image: url(../images/icons/text-med.gif);
}