﻿/* Hide things that shouldn't display */
#header_wrapper, 
#content_wrapper #content_col_1,
#footer_ivy_left,
#footer_ivy img,
#col_2_right_photo img
{
 display: none;   
}
#footer_wrapper
{
    clear: both;
}

/* Turn off backgrounds */
body,
#main_wrapper,
#footer_wrapper
{
    background: White none;
}

/* Remove outer margins */
#wrapper, #print_header, #main_wrapper
{
    margin: 0px;
}

/* Display print only items */


#content_wrapper #content_col_2, #footer_wrapper
{
    float: none;
}

/* Set all font colors to black */
h1, h2, h3, a
{
    color: #000000;
}

#footer_wrapper ul {
display: none;
margin:0px;
padding:0px;
}


