html * {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	min-height: 99%;
}

#twoColFull {
	min-height: 100%; 
	margin-bottom: -30px; 
} 

#twoColFull #contentcontainer { /* DO NOT change order of attributes - 'Box Model Hack' */
	min-height: 100%;
	height: 100%;
	position: relative;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;	
}

html>body #container { /* Be nice to Opera */
	height: auto;
}

#twoColFull #topbanner {
	background:  #92B5C8;
	border-bottom: 5px solid #939598;		
	height: 120px;
	position: absolute;
	top: 0;
	width: 100%;	
	z-index: 5;
}

#twoColFull #primarycol {
	position: absolute;
	top: 128px;	
}

#twoColFull #maincontent {
	height: auto;	
	min-height: 400px;
	overflow: visible;
	padding: 125px 15px 110px 195px;
}

#footer {
	background: #d1d3d4;
	border-top: 5px solid #939598;
	bottom: 0;
	clear: both;
	height: 30px; 
	position: relative;
}

