/* Print Stylesheet */
																/* >>> ELEMENTS <<< */
* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #000;
		background-color: #fff;
  		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
		padding: 5px 0 0 10px;
		}

a {
	color: #cc5f1d;
	text-decoration: none !important;
}

p {
	margin: 0.5em 0 0.5em 0 !important;
	line-height: 1.3em !important;
}
		
img {
	display: none;
	}

#logo {
	display: inline;
	float: left;
	width: 235px;
	height: 60px;
	}
	#logo img {
		display: inline;
		border: 0;
	}
	
#logo-rse {
	display: inline;
	float: right;
	width: 120px;
	height: 72px;
	margin: -4.0em 0 -1.0em 0 !important;
	}
	#logo-rse img {
		display: inline;
		border: 0;	
	}

div.print-breadcrumb {
  display: none;
  visibility: hidden;
} 

h1 {
	display: block;
	clear: both;
	color: #cc5f1d;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 0 0.7em 0;
	padding: 0;	
	}
	#issue-header {
		display: block;
		clear: both;
		color: #7A003C;
		font-size: 1.7em;
		font-weight: normal;
		margin: 0 0 0.5em 1.0em;
		padding: 0;	
		}
		#issue-header a {
			color: #7A003C;
			text-decoration: underline;
			}
			#issue-header a:hover {
				text-decoration: none;
			}
h2 {
	color: #cc5f1d;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.0em 0pt 0.5em 0;
	padding: 0;	
	}
	h2 a {
		font-weight: normal;
		text-decoration: none !important;
		}
		h2 a:hover {
			text-decoration: underline !important;
		}

h3 {
	color: #cc5f1d;
	font-size: 1.2em;
	font-weight: normal;
	margin: 1.2em 0 0.6em;
	padding: 0;	
	}

h4 {
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.4em 0 0.4em 0;
	padding: 0;
	}
	
#wrapper {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}	
		
#navigation, #top-right, #accessibility, #footer, form, #search, #back-link, #issue-arrow, #view-options
#contacts #intro-main, #contacts #news-link, #contacts #intro-images, #subnav, hr {
	display: none;
}

p.copyright {
	display: block !important;
}
															
div#print {
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 0 20px 0;
	color: #000;
	background-color: #fff;
	font-size: 90%;
	text-align: left;
	border-top: 3px solid #eee;
	z-index: 999;
	}
	
.x {
	display: none;
}

.clear {
	clear: both;
}

#intro-text {
	display: block;
	float: none;
	width: 100%;
}

#intro-images {
	display: block;
	float: none;
	}
	#intro-images img {
		display: block;
		margin: 1.5em 0 0.5em 0 !important;
	}
	
#sidebar, .sidebar {
	display: block;
	float: none;
	margin: 0.8em 0;
}

/* >>> END <<< */