@import url("/assets/css/_defaults.css");
@import url("/assets/css/_forms.css");

/* Rules to override for print layout go here... */

*,
body {
	text-align: left;
	background-image:none;
	background: #FFFFFF;
	color: #000;
}

#sitesearch,
.access,
#site-search,
#nav1,
#nav2,
#nav3,
#nav4,
.admin,
#sitetools,
#mnright{
	display: none;
}

#crumbs,
#loginw,
#loginwrap,
#findus,
#right-wrapper,
.screen_only  {
	display: none;
}

.print {
	display: block;
}

h2 {
	margin: 20px 0;
}

#foot {
	clear : both;
	font-size : 1.0em;
	background-image:none;
	color: #000;
	padding:1em 0px 0.4em 0px;
}

#foot hr {
	border-top: 1px solid #A8A8A8;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: 10px 0 10px 0;
}
a {
	color: #000;
}

#foot #copyright {
	float: right;
	text-align:right;
}

#content{
	width:99%;
}

