/*

    **  **           **  ************
    **   **         **   ************
    **    **       **         **
    **     **     **          **
    **      **   **           **
    **       ** **            **
    **        ***             **

*/

/***********************************************\
 ******************** PRINT ********************
\***********************************************/

/*  Created: Date & Time
 *  Author: Firstname Lastname <url>
 *
 *  Updated: Firstname Lastname (Date & Time)
*/

/*  For more information on print stylesheets.
 *  http://www.alistapart.com/articles/goingtoprint/
*/

/*  TYPOGRAPHY
 *  ----------------------------------------------
*/

body {
    margin: 20pt;
    color: black;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    /* for more information on font stacks please visit - http://articles.sitepoint.com/article/eight-definitive-font-stacks *//* for more information on css typeset please visit - http://www.jan-quickels.de/tools-web-typography/ */
}

/* --- links */

a, a:link, a:active, a:visited {
    color: black;
    text-decoration: none;
}

/* --- images */

img {
    border: 0;
}

/*  LAYOUT
 *  ----------------------------------------------
*/

/* hide here any elements you do not want to print */

form, #utilsNav, #banner, #mainNav, .sideBar, #sponsors, .breadcrumbs, #foot,
#foot-contactpia-bg, #foot-copyright, .icons {
    display: none !important;
}
