﻿/*
Kuntarekry printing CSS file
*/

/* Elements to be hidden */
#support, 
    #topNavigation,
    #contentTop,
    #contentBottom,
    .customLeftNavHolder,
    .col2,
    #additionalLogos,
    #shareThisPage,
    #pageFooter ul,
    .horizontalBarEnd { display: none; }

/* Elements to be customized for printing */
body { background: #fff; }

#logo { background-color: #2169b1; }

.col1, .horizontalBar { width: 500px; background: none; }

#pageFooter { margin: 20px 0 0 0; }

.copyRight { float: none; }

