HTML,Body
{
	font-family: Arial, Helvetica, sans-serif;
	height: 100%; /* Required */
}
.BodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.SubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
DIV.rsbb {
    cursor: pointer;
}


#container-page {
	position: absolute;
	top: 0;
    left: 0;
	margin: 0 auto;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	
	
}

#footer {
	position: absolute; 
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	
	width: 100%; /* See note below */
	text-align: center;
	/*padding: 0 15%; */
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 
#footer {
    width: 100%;
    w\idth: 70%;
}
*/
#main {
	margin-bottom: 5em;
	height: auto;
	padding: .5em;
}