/* A list of dividers and elements we do not want printed */
#nav1, #nav2, #nav3, #topNav, #lowerNav, .snowNav, .blockNav, #breadcrumb, #viewUserGuide, .ecName, #logoLeft, #logoRight, .spacer, #headerLogo, #sidebarTop, #sidebarBottom, #topSearchContainer, #middleSearchContainer, #lowerSearchContainer, #contentLogoTop, #contentLogoBottom, #breadcrumbcontainer, #footerNavigationLinks, #raftNavWrapper, #backToTopWrapper  {
	display: none !important;
}

body {
	font: 12pt/1.3em "Spranq eco sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header img {
	width: auto !important;
	max-width: 100% !important;
}

#titleSloganWrapper {
	padding: 10px;
}

#header,
#siteTitle h1,
#siteSlogan h2 {
	display: block;
	position: relative !important;
	height: auto;
	font-size: 12pt;
	line-height: 1.25em !important;
}

/* Makes text printer friendly and uses "Eco Sans" font face when available */
#container, #wrapper, #content, #contentContainer #content, #aside {
	float: none !important;
	width: 100% !important;
}

#aside .sideHeader h3 {
	line-height: 1.00em;
	font-size: 14pt;
	padding: 0;
	margin: 0;
}

/* Makes links blue */
a, 
a:visited {
	color: #0000ff;
}

/* Prints URL's after links */
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

/* Puts padding above the footer */
#footer {
	padding-top: 20px;
}