 /**
  * All print styles
  *
  * @copyright       (c) uforepublic
  * @author          uforepublic
  * @version         1.0.1
  *
  * @revision        Revision
  * @lastmodified    2009-03-24
  *
  */

body {
	padding-left: 15px;
	background: white;
	font-size: 13px;
	line-height: 1.5em;
	color: #203851;
}


 /**
  * @section Print full URL's
  *
  * Only for CSS2 conform browsers
  * @see     http://www.alistapart.com/stories/goingtoprint/
  */
/*
a:link:after, a:visited:after {
	content: " [" attr(href) "] ";
	font-size: 90%;
	font-style: italic;
	margin-left: 15px;
	text-decoration: none;
}

#header #logo h1 a:link:after, #header #logo h1 a:visited:after {
	content: "";
	font-size: 90%;
	font-style: italic;
}
*/


 /**
  * @section Default print styles
  */

a, p, h1, h2, h3, h4, div, span {
	color: #203851;
}

#wrapper {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

#header #header-image {
	text-align: right;
	margin-right: 50px;
}

#header #logo h1 {
	text-align: right;
}

#header #logo h1 a {
	text-decoration: none;
}

#navigation,
#header-image,
.offpage {
	display: none;
}

img {
	border: none;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}



a, a:link, a:visited {
	color: #203851;
}

#content {
	margin-right: 120px;
}

#footer {
	display: none;
}

#breadcrumbs {
	display: none;
}


