html, body 
{
    height: auto;
    width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0;
} 
#helpheader,#helpfooter
{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #E5EECF;
	text-align: right;
	vertical-align:middle;
}
#helpcontent
{
	height:auto;
}
.footer
{
	width: 100%;
	position: absolute; 
	bottom:0; 
}
.notestitle
{
	color:#ff0000;
	font-weight:bold;
}
 

