html { height: 101%; }

body {
	color: #666666;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
}
	   
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 720px;
} 
	   
#header {
	padding-top: 30px;
	padding-bottom: 10px;
}		   

#header-spacer {
	height: 28px;
}	 

#footer {
	float: left;
	padding-top: 10px;
}	

#copyright {
	float: left;
	width: 200px;
	text-align: left;
}	

#contact {
	float: left;
	width: 520px;
	text-align: right;
}	

.txtWhiteNormal {
	color: #FFFFFF;
}

.divGreenLinks a { 
	text-decoration: none; color: #afbd21; 
}

.divDarkGreenLinks a { 
	text-decoration: none; color: #676200; 
}

.divGreyLinks a { 
	text-decoration: none; color: #666666; 
}

#heading {
	padding-top: 1px;
	padding-bottom: 25px;
}




