@charset "utf-8";
/* CSS document */
/* master layout */
body {
	margin: 0px;
	padding: 0px;
	background-color:rgb(253,253,253);
	/*
	width:990px;
	*/
}
#layout {
	margin:0;
	padding:0 0 10px 0;
	width:970px;
	float:left;
	clear:both;
	border-right:1px solid rgb(150,150,150);
	border-bottom:1px solid rgb(150,150,150);
	/*
	background-color:rgb(250,250,250);
	z-index:10;
	*/
}
#header {
	margin:0;
	width:970px;
	height:98px;
	float:left;
	clear:both;
	/*
	border:1px solid #63F;
	z-index:10;
	*/
}
#logo {
	margin:5px 0 0 25px;
	border:none;
	float:left;
	display:inline;
/*
*/
}
#logoPrint { display:none;}
#navMain {
	margin:5px 0;
	width:970px;
	height:30px;
	float:left;
	clear:both;
	border:none;
	/*
	background-color:rgb(245,245,245);
	z-index:10;
	*/
}
#footer {
	margin:10px 0 0 0px;
	width:880px;
	height:20px;
	float:left;
	display:inline; /* fix for double margin bug in IE */
	clear:both;
	/*
	background-color:#fff;
	z-index:10;
	*/
}
@media print
{
	body {background-color:#fff;}
	#layout {
		margin:0;
		padding:0 0 10px 0;
		width:7in;
		float:left;
		clear:both;
		border-right:none;
		border-bottom:none;
		background:none; /* used to get rid of the background image in the header */
	}
	#header {
		margin:0;
		width:7in;
		height:98px;
		float:left;
		clear:both;
		/**/
		display:none;
	}
	#logoPrint {
		margin:5px 0 0 25px;
		border:none;
		float:none;
		display:block;
		width:6in;
		height:100px;
		/*
		display:none;*/
	}
	#navMain { display:none; visibility:hidden; }
	#footer {
		margin:10px 0 0 0px;
		width:6in;
		height:20px;
		float:left;
		display:block; 
		clear:both;
		/*float:none;
		position:relative;
		top:10px;
		left:0;*/
	}

}
