﻿html,body {background-color:#FFF; color:#000; font-size: 12pt;}
img  {max-width: 100%;}
h1,h2,h3,h4,h5,h6 {page-break-after: avoid;}
ul, ol, li {page-break-inside: avoid;}
table table,tr,td {page-break-before: avoid;page-break-after: avoid;}





*{
    float: none;
    height: auto;
    page-break-before: avoid;page-break-after: avoid;
}

body {
margin:0; 
padding:0; 
line-height: 1.4em; 
word-spacing:1px; 
letter-spacing:0.2px; 
font: 13px Arial, Helvetica,"Lucida Grande", serif; 
color: #000;
}


#ctl00_ctl00_ThinMasterPanel, #preload, #wrapper #citywide_thin_header, #health_banner, #health_navigation, #navigation, #top_navigation, #space_1, 
#space_2, #space_3, #health_column_1, #health_column_3, #health_programs_column_3, #health_footer, #footer {
display:none;
}

#landing_wrapper {
    display: block;
    float: none;
    background: #FFFFFF;
    width: 100%;
}

#health_programs_column_2 {
    display: block;
    float: none;
    width: 100%;
}

.detail {
    display: block;
    float: none;
}

#program_information {
    display: block;
    float: none;
}

#publications {
    display: block;
    float: none;
}

#resources {
    display: block;
    float: none;
}


#health_programs_column_3 {
    display: none;
    float: none;
    width: 100%;
}

/* Show URL */
a:link, a:visited {
background: transparent; 
color:#333; 
text-decoration:none;
} 

