@charset "utf-8";

/* -----------------------------------------------------------
  Print Style Sheet
------------------------------------------------------------ */

/* base
 -------------------------------------------------- */
body {
	background: #FFFFFF none;
	font-size: 10pt;
	color: #000000;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

/* layout
 -------------------------------------------------- */
html, body { height: auto;}
body div#wrap {
	min-height: auto;
	height: auto;
}
body div#container {
	width: 708px;
}
body div#content {
	min-height: 100%;
	height: 100%;
	margin: 45px 0 0;
	padding-bottom: 63px;
}
body #header #groupLogo {
	top: 10px;
	right: 20px;
}
body #header #globalNav {
	left: 0;
}
body #header #globalNav h1 {
	padding: 0 0 25px 20px;
}
body #header #globalNav ul, body #header #globalNav .bnr, body #footer .utility, body #header #globalNav .btn {
	display: none;
}
body div#footer {
	position: static;
	left: auto;
	bottom: auto;
}
body #footer address {
	padding-bottom: 20px;
}
body div#footerInner {
	width: 708px;
	height: auto;
}

/* layout
 -------------------------------------------------- */


/* for IE6
 -------------------------------------------------- */
@media print {
	body { _zoom: 90%;}
}
