html { position: relative; margin: 0; padding: 0; background-color: #CDDFEB; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 15px auto 0px auto; width: 900px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 203px; width: 100%; background-image: url('headerbg.png'); background-position: center top; background-repeat: repeat-x; background-attachment: scroll; background-color: transparent; }
#imHeader { height: 186px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 144px; left: 0px; height: 41px; width: 900px; padding: 0px 0px 0px 0px; background-color: transparent; }
#imMnMn > ul { text-align: left; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 300px; position: relative; width: 890px; padding: 5px 5px 5px 5px; }
#imContentGraphics { min-height: 300px; position: absolute; top: 186px; bottom: 240px; left: 0; width: 900px; background-color: transparent; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 300px; width: 100%; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 240px; width: 900px; background-color: transparent; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 899px) {
	html { background-image: none; background-color: #CDDFEB; }
	#imPage { padding-top: 0; margin: 0px auto 0px auto; }
	#imHeaderBg { height: 137px; background-image: url('responsive-headerbg.png'); background-position: center bottom; background-repeat: repeat-x; background-attachment: scroll; background-color: transparent; }
	#imHeader { margin-bottom: 42px; height: 94px; background-image: url('responsive-top.png'); background-position: left bottom; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
	#imMnMn { position: absolute; top: 94px; left: 0; height: 40px; padding: 1px 1px 1px 1px; background-image: none; background-color: transparent; }
	#imMnMn > ul { text-align: left; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 520px; padding: 5px 5px 5px 5px; }
	#imContentGraphics { min-height: 520px; top: 136px; bottom: 42px; left: 0; background-image: url('responsive-content.png'); background-position: center bottom; background-repeat: repeat-x; background-attachment: scroll; background-color: transparent; }
	#imFooterBg { height: 243px; width: 100%; background-image: url('responsive-bottombg.png'); background-position: center bottom; background-repeat: repeat-x; background-attachment: scroll; background-color: transparent; }
	#imFooter { min-height: 42px; height: auto; background-image: none; background-color: transparent; }
	#imFooterResponsiveContent { display: inline-block; margin-top: 10px; margin-bottom: 10px; margin-left: 5px; margin-right: 5px; font: normal normal bold 14pt 'Freestyle Script'; color: #001040; background-color: transparent; text-align: left; text-decoration: none; }
	#imHeaderFlashBackground, #imFooterFlashBackground, .imTemplateContent, #imFooPad, #imBtMn, #imPgMn { display: none; }
}

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

@media  (max-width: 479px) {
	#imPage, #imMnMn, #imContent, #imContentGraphics, #imFooter { box-sizing: border-box; width: 100%; }
	#imMnMn { height: 42px; }
}
