html * {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	min-height: 99%;
}


#threeColFull {
	min-height: 100%; 
	margin-bottom: -30px; 
}

#threeColFull #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;
}

#threeColFull #topbanner 
{
	background:  #92B5C8;
	border-bottom: 5px solid #939598;		
	height: 120px;
	position: absolute;
	top: 0;
	width: 100%;	
	z-index: 5;
}

#threeColFull #primarycol {
	position: absolute;
	top: 215px;	
}

#threeColFull #secondarycol {
	position: absolute;
	top: 130px;
}

#threeColFull #maincontent {
	height: auto;	
	min-height: 400px;
	overflow: visible;
	padding: 140px 195px 110px 195px;
}

#footer {
	background: #ff3333;
	bottom: 0;
	clear: both;
	height: 30px; 
	position: relative;
}