html, body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	FONT-SIZE: 9pt; FONT-FAMILY: arial
}
  
    SELECT { FONT-SIZE: 9pt; FONT-FAMILY: arial }
    
    .button { BORDER-RIGHT: #c2c2c2 1px solid; 
    BACKGROUND-POSITION: 50% top; BORDER-TOP: #d5d5d5 1px solid; 
    FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND-IMAGE: url(images/buttonBg.gif); 
    VERTICAL-ALIGN: middle; BORDER-LEFT: #d5d5d5 1px solid; WIDTH: 57px; COLOR: #666666; 
    BORDER-BOTTOM: #c2c2c2 1px solid; FONT-FAMILY: Verdana, Arial; HEIGHT: 22px; 
    BACKGROUND-COLOR: white }
       
       
   html>body #wrap {height:100%;} /* 100 % height */
#header {
	padding-top:10px;
	width:100%;
	height:35px;
	background-color:white;
}
html>body #header {
	position:fixed;
	z-index:10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {height:100%;} /* 100 % height */
html>body #content {padding:6em 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space */
#footer {
	width:100%;
	height:20px;
		background-color:white;
}
html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
    
       
        