/* @group Layout */

#headerSeparator {
	background: url('../images/content/page-top-white.png') no-repeat center top;
}

#content {
	color: black;
	background: white;
}

#content a:link, #content a:visited {
	color: #2266AA;
	text-decoration: none;
}

#content a:hover, #content a:active {
	text-decoration: underline;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
	color: black;
}

#content b, #content strong {
	font-weight: bold;
	color: black;
}

#footer {
	background: white;
}

#footerSeparator {
	background: url('../images/content/page-bottom-white.png') no-repeat center top;
}

#footer a:link, #footer a:visited {
	color: #2266AA;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: white;
}

/* @end */