﻿* {
    font-family: Arial;
}
a,
a:visited {
    color: #990000;
    text-decoration: none;
}

#headerWrapper,
#sideNavWrapper,
#rightPane, 
#footerWrapper, 
#searchWrapper {
    display: none;
}

img.printLogo {
    display: block;
    float: right;
}
h1 {
    clear: both;
}

table.console {
	display: none;
}

#bodyWrapper.twoCol #contentWrapper {
	margin: 0;
	width: 100%;
}