/* Print CSS  - page header LINK to here fixes IE FOUC symptom */

body, .mainout, .main {
    background-image: none;
    }
.all {
    border: none;
		margin: 0;
		}
#col1, .headout, .tailout, .splash_top, .foot, .min_h, .min_w, .real_player, .print_hide {
    display: none;
    }
#col2 {
    position: relative;
		top: 0;
		left: 0;
    clear: both;
    margin: 0;
    padding: 0;
    }
body, .mainout, .main {
    display: inline; /* Need this to undo inline-block for correct print */
		background: none;
    margin: 0;
    padding: 0;
		border: none;
    }
.long_pic_left, .long_pic_right {
    float: none; /* floats > 1 page problem for IE and NN */
		}
.long_pic_left img, .long_pic_right img {
		text-align: center;
		margin: 0 auto; /* center on the page */
		}	
		
.print_head {
    display: block;
    text-align: center;
    padding: 0 40px;
    }
.print_logo {
    float: left;
    padding: 0;
    }
.print_banner {
    margin: 30px auto;
    padding: 0;
    }
.print_head h1 {
    font-size: 250%;
    font-weight: bold;
    padding: 40px 0 0 0;
    }


