/* 
body tag definintion and import of core css files.
Bryan Gullan
2005-03-30
*/

@import url(html.css);
@import url(structure.css);
@import url(formatting.css);
@import url(header.css);
@import url(nav_primary.css);
@import url(nav_secondary.css);
@import url(footer.css);

body {
	min-width: 764px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4em;
	background-color: #DFDAD4;
	color:#555;
	text-align: center;
	font-size: 75%;
	color: #776F6A;
	margin: 0;
	padding: 0;
}
body.layout-popup{
	min-width:0px;	
}

