@media print{
    body {
        margin:auto;
        padding:0;
        border:0;
        width:100%;
    }
    #header, #primary-menu, #secondary-menu, #footer, #help-text, .col2, #button_print, #search, .pageTitle {
        display:none;
    }
    .colmask {
        position:relative;
        clear:both;
        float:left;
        width:100%;
        overflow:hidden;
        /*        
        border-top:1em solid #fff;
        border-bottom:1em solid #fff;
        */
        font-size:0.9em;
    }
    .colright,
    .colmid,
    .colleft {
        float:left;
        width:100%;
        position:relative;
    }
    .col1,
    .col2,
    .col3 {
        float:left;
        position:relative;
        padding:0 0 1em 0;
        overflow:hidden;
    }
    .leftmenu {
        background:#fff;
    }
    .leftmenu .colleft {
        right:100%;
    }
    .leftmenu .col1 {
        width:100%;
        left:100%;
    }
    #profile{
        padding: 0.05in 0.1in 0.05in 0.1in;
        width: 3.8in;
        height: 2in;
        border: 0.1em solid #999;
        overflow: hidden;
    }
    /*
    #profile #photo{
        display: none;
    }
    #profile_footer{
        display: none;
        padding-top: 1em;
        clear: both;
        color: #353;
        font-weight: bold;
        text-align: center;
    }
    */
}

@media screen{
	 #profile{
        padding: 5px 10px 5px 10px;
        width: 400px;
        height: 250px;
        border: 1px solid #999;
        overflow: hidden;
        margin: auto;
    }
    #button_print{
        padding-bottom: 5px;
        text-align: right;
    }
    /*
    #profile #photo{
        display: none;
    }
    #profile_footer{
        display: none;
        padding-top: 1em;
        clear: both;
        color: #353;
        font-weight: bold;
        text-align: center;
    }
    #profile #photo_small{
        display: none;
    }
    #profile_footer{
        display: none;
    }
    */
}