<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { position: relative; margin: 0; padding: 0; background-color: transparent; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 15px auto 15px auto; width: 960px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 165px; width: 100%; background-color: transparent; }
#imHeader { margin-bottom: 45px; height: 150px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 150px; left: 0; height: 45px; width: 960px; padding: 0px 0px 0px 0px; background-image: url('menu.png'); background-position: center bottom; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
#imMnMn &gt; ul { text-align: center; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 380px; position: relative; width: 936px; padding: 5px 12px 5px 12px; }
#imContentGraphics { min-height: 380px; position: absolute; top: 195px; bottom: 75px; left: 0; width: 960px; background-image: url('content.png'); background-position: center center; background-repeat: no-repeat; background-attachment: scroll; background-color: #FFFFFF; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 90px; width: 100%; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 75px; width: 960px; background-color: transparent; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 959px) {
	html { background-image: none; background-color: transparent; }
	#imPage { padding-top: 0; margin: 15px auto 15px auto; }
	#imHeaderBg { height: 165px; background-image: none; background-color: transparent; }
	#imHeader { margin-bottom: 45px; height: 150px; background-image: none; background-color: transparent; }
	#imMnMn { position: absolute; top: 150px; left: 0; height: 45px; padding: 0px 0px 0px 0px; background-image: url('responsive-menu.png'); background-position: center bottom; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
	#imMnMn &gt; ul { text-align: center; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 380px; padding: 5px 12px 5px 12px; }
	#imContentGraphics { min-height: 380px; top: 195px; bottom: 75px; left: 0; background-image: url('responsive-content.png'); background-position: center center; background-repeat: no-repeat; background-attachment: scroll; background-color: #FFFFFF; }
	#imFooterBg { height: 90px; width: 100%; background-image: none; background-color: transparent; }
	#imFooter { min-height: 75px; height: auto; background-image: url('responsive-bottom.png'); background-position: center top; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
	#imFooterResponsiveContent { display: inline-block; margin-top: 15px; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; font: normal normal normal 9pt 'Tahoma'; color: #FFFFFF; background-color: transparent; text-align: left; text-decoration: none; }
	#imHeaderFlashBackground, #imFooterFlashBackground, .imTemplateContent, #imFooPad, #imBtMn, #imPgMn { display: none; }
}

@media  (max-width: 959px) and (min-width: 720px) {
	#imPage, #imContentGraphics, #imFooter { width: 720px; }
	#imMnMn { width: 720px; }
	#imContent { width: 696px; }
}

@media  (max-width: 719px) and (min-width: 480px) {
	#imPage, #imContentGraphics, #imFooter { width: 480px; }
	#imMnMn { width: 480px; }
	#imContent { width: 456px; }
}

@media  (max-width: 479px) {
	#imPage, #imMnMn, #imContent, #imContentGraphics, #imFooter { box-sizing: border-box; width: 100%; }
	#imMnMn { height: 45px; }
}
</pre></body></html>