/* Start of CMSMS style sheet 'pageHeight' */
/* CSS Document */

html { height: 100%; }
	
body { height: 100%; }

#nonFooter { position: relative; min-height: 100%; }

* html #nonFooter { height: 100%; }

#footer {
	position: relative;
	margin: -5.5em auto 0 auto;
	}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer {
	margin-top: -5.4em;
	}
/* End of 'pageHeight' */

