/* CSS for Body Elements */

html, body {
	height:100%;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:small;	
}

body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

html>body .centercolumn{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
