@import url(layout.css);
@import url(advanced.css);

body {
 	margin: 0 ;
	background-color: #FFF;
	color: #000;
	font-family: "Arial","Verdana","Helvetica",sans-serif;
	font-size: 75%;
}

/*
IE/Win has a nasty text sizing bug. When text is resized, 
IE makes huge jumps between sizes. The standard way 
to prevent it is to set a % size in the css for the body 
element, and then any elements that need different 
sizing get EM's
*/



a {
	color: #333
}


body {
 	font-family: "Arial","Verdana","Helvetica",sans-serif;
}

img,a img {
	border: none;
}

#navSkip .navHide {
	position: absolute;
	left: -1000px;
	width: 990px;
	font-size:1px; 
	/*line-height:1;*/
}

.hide {display:none}

.lSpacer {
	height: 5px;
	width: 175px;
}

.rSpacer {
	height: 5px;
	width: 100%;
}

