@charset "UTF-8";
/* CSS Document */

*html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size:small; /* for other IE versions */
	}



/* self-clearing floats IE */

*html #footer:after, 
*html #na:after, 
*html #header:after, 
*html #content:after, 
*html #bigBox:after, 
*html #bigBox .left:after,
*html #bigBox .right:after,
*html #pageBottom:after, 
*html .pageHeading:after,
*html .twoColumn:after  {
	content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
	}
	
#footer, 
#nav, 
#header, 
#content, 
#bigBox,
#bigBox .left,
#bigBox .right,
#pageBottom, 
.pageHeading,
.twoColumn {	
	display:inline-block;
	}
/* Hides from IE Mac \*/
*html #footer:after, 
*html #na:afterv, 
*html #header:after, 
*html #content:after, 
*html #bigBox:after, 
*html #bigBox .left:after,
*html #bigBox .right:after,
*html #pageBottom:after, 
*html .pageHeading:after,
*html .twoColumn:after  {
	height: 1%;
}

#footer, 
#nav, 
#header, 
#content, 
#bigBox,
#bigBox .left,
#bigBox .right,
#pageBottom, 
.pageHeading,
.twoColumn {	
	display:block;
}
/* End Hack */
