/* Stylesheet for print media */

body {
    margin: 0px auto;
    font-family: sans-serif;
    color: #000000;
    background-color: white;
    width: 977px;
    font-size: 0.75em;
}
p {
	font-weight: bold;

}
h1, h2, h3, h4, h5 {
	color: #000000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.3333em;
}
h3	{
	font-size: 1em;
}
.body_column {
	clear:both
	}
.logo {
	clear:both;
	}
.logo img {
	border: none
}
.mainimage {
	display: none;
}
.toolbar {
	display: none;
}
.nav {
	display: none;
}
.nav_bottom {
	display: none;
}
.privacy {
	display: none;
	}
.accessibility {
	display: none;
	}
.printer {
	display: none;
	}
.mobiles{
	display: none;
}
.two_column_layout #body_column_right {
	display: none;
}

/* Only visible when printed */

.print_contact {
	display:block;
	}
