/*
    stylesheet for print display only
    turn off:
        left hand navigations
        left hand images
        dotted lines
        er...
        that's it
*/

body {
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, Sans-Serif;
    background-color: #FFF;
	color: black;
}
div#left img {
    display:none;
}
div#colophon {
    display:none;
}
#navigation,
 #navigation-compact {
    display:none;
}
img#dotline,
 img#dotline-rhs {
     display:none;
 }
a {
    text-decoration:none;
    color:black;
}
h1 {
    margin:0;
}
div#header p {
    margin:0;
}