/*Print stylesheet for www.saintlukeumc.org*/

body {
    background: white;
    font-size: 12pt;
}


#header {
    display: none;
}

#nav {
    display: none;
}

#wrapper, #main {
    width: auto;
    margin: 0;
    padding: 0;
    color: #000000;
    background: transparent none;
}

#sidebar {
    display: none;
}

table {
    font-size: 9pt;    
}

#footer {
    font-size: 10pt;
}

#footer li{
    list-style: none;
    display: inline-table;
}

.toplink {
    display: none;
}