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

html body
{
	margin:0px;
	padding:0px;
	background:#eee;
}

#pageFrame
{
	margin:0px;
	padding:0px;
	width:100%;
}

#containerGlobal
{
	margin: 0px auto;
	padding:10px 0px 10px;
	width:990px;
	background:#fff;
}

#containerHeader
{
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width:970px;
	height:110px;
	min-width:970px;
	background:transparent url(/_layouts/15/images/MyGov.DVS.SharePoint/header_background_refresh.jpg) repeat-x scroll left top;
} 

#containerHeader #header
{
	width:970px;
	height:110px;
}

#containerNavigation
{
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width:970px;
	height:31px; /* 31 high*/
	min-width:970px;
	background:transparent url(/_layouts/15/images/MyGov.DVS.SharePoint/breadcrumb_background.jpg) repeat-x scroll left top;
}

#containertopArticles
{
	margin:0px 0px 20px 0px;
	padding:10px 10px 0px 10px;
	width:770px;
	height:146px;
	background-color:#e6e6e6;	
	overflow:hidden;
}

#containerMainContent
{
	margin:10px 0px 0px 0px;
	padding:0px;
	width:100%;
	height:100%;
}

#containerMainContent #mainContent
{
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	width:970px;
	overflow:hidden;
	height:100%;
}

#containerFooterBar
{
	margin:0px;
	padding:0px;
	width:100%;
}

#containerFooter
{
    margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding:0px;
	width:970px;
	height:30px;
	min-height:30px;
	overflow:hidden;	
	background:transparent url(/_layouts/15/images/MyGov.DVS.SharePoint/footer_background.jpg) repeat-x scroll left top;	
}

#containerFooter #footer
{
	margin:0px auto 0px auto;
	padding:10px 10px 0px 10px;
	width:950px;
}</pre></body></html>