﻿/* LAST UPDATED 01.05.2010 */

#print-header {

	position:fixed;
	top:0;
	left: 50%;	
  	margin-left: -252px;
}

#print-header {
	position: fixed;
	top:0;
	
	}
	
body {
	padding-top:80px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
}

strong, em, b, i { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

#main-header, #accessibility, #main-nav, #side-nav, #socialshare, #sidebar, #footer, .endorsement, .tagline { display: none; }

a {
	color: blue;
	text-decoration: none;
}

a[href^="http://"]:after {
	content: " (" attr(href) ") ";
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: none;
}