<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

@import url(eng_header.css);
@import url(eng_layout.css);
@import url(eng_nav_bar.css);
@import url(eng_content.css);
@import url(eng_footer.css);
@import url(eng_audience.css);
@import url(eng_engce.css);

/* ------ Global Content Layout Elements -------- */

#MultiColumnContentArea
{
	width: 565px;
	float: right;
	margin: 0;
	padding:0;
	background-image: url(../images/global/multicolumnbg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	overflow: visible;
	text-align: left;
	height: 100%;
}
#SingleColumnContentArea
{
	width: 565px;
	float: right;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF; 
	overflow: visible;
	text-align: left;
	height: 100%;
}
#BreadCrumbs
{
	margin: 0;
	font-size: 70%;
	background-color: #FFFFFF;
	padding: 10px;
}
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:active, #BreadCrumbs a:visited
{
	text-decoration: underline;
	color: #03244D;
	font-weight: bold;
}
#BreadCrumbs a:hover
{
	text-decoration: underline;
	color: #03244D;
	font-weight: bold;
}

/* ----------------------------------------------- */

/* ------ Single column ------- */
#SingleColuumnContentArea .singleColumn
{
	background-color: #FFFFFF;
	text-align: justify;
}
/* ----------------------------------------------- */

/* ------ Multiple columns layout Elements ------- */
#MultiColumnContentArea .middleColumn
{
	width: 370px;
	max-width: 370px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: justify;
}

#MultiColumnContentArea .rightColumn
{
	width: 190px;
	max-width: 190px;
	float: right; 
	color: #FFFFFF;
	text-align: justify;
}
/* ---------------------------------------------- */
</pre></body></html>