/* print css sheet */

#footer {
    display:none;
}

.box {
     display:none;
}

.boxSpacer {
     display:none;
}

#header {
    display:none;
}

#helpNav {
    display:none;
}

body {
    color: black;
    background: white;
    font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

a:link, a:visited {
    background: white;
    color: black; 
    text-decoration: underline;
    font-weight: bold;
}

#breadcrumbs {
    display:none;
}

#contentLeft {
    position:absolute;
    top:40px;
}

.contentHeaderImage {
    display:none;
}

.headingBig {
    position:absolute;
    top:0;
    width:100%;
    background: white;
    color: black; 
    font-weight:bold;
    font-size:12pt;
    padding-bottom: 1px;
    border-bottom: 1px solid gray;
    margin-bottom:20px;
}
