html, body
{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	font-family:Verdana;
	background-color:#99CCFF;
}

#pagewidth
{
	width:1100px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
} 

#centerfloat
{
	text-align:center;
	vertical-align:middle;
	z-index:0;
	height:750px;
}

#urgent
{
	position:relative;
	float:right;
	border:0px;
	margin:0px;
	width:80%;
	min-height:50px;
	/*background-color:#6C92B5;*/
	background-color:#99CCFF;
}

#mainnav
{
	position:relative;
	float:left;
	width:20%;
	height:840px;
	/*min-width:200px;*/
	background-color:#99CCFF;
	text-align:center;
}

#mainbuttons
{
	position:relative;
	width:100%;
	background-color:#66FFFF;
}

#secondnav
{
	position:relative;
	float:left;
	height:100%;
	width:20%;
	background-color:#99CCFF;
}

#maincol
{
	position:relative;
	background-color:#FFFFFF;
	float:left;
	height:100%;
	width:60%;
	text-align:left;
	overflow:auto;
}

#footer
{
	font-variant:small-caps;
	height:20px;
	width:100%;
	background-color:#948E6F; 
	clear:both;
	text-align:right;
	position:relative;
} 
 

 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


