/* Print Styles
--------------------------------------------------------------- */

body { 
text-align: left;
background-color: #fff;
color: #000;
padding: 20px;
}

#header, #scancol, #sidebar, #banner { 
display: none;
}

img#banner {
display: none;
}

h1#yale-heading {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold;
color: #000;
margin: auto;
height: auto;
line-height: normal;
text-indent: 0;
padding-bottom: 4px;
border-bottom: 2pt solid #666;
margin-bottom: 6px;
}

h2#section {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000;
background-color: #fff;
border: none;
padding: 4px 0;
border-bottom: 2px solid #666;
margin-bottom: 4px;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
color: #000;
}

#container, #container.col2 #content { 
width: auto;
background-image: none;
border: none;
}

#content { 
margin: 0;
width: auto;
}

#footer {
margin: 0;
width: auto;
padding-top: 10px;
border: none;
background-color: #fff;
background-image: none;
border-top: 2px solid #666;
}

#footer p {
color: #000;
margin-left: 0;
}

#footer img.mid { padding: 0 20px; }

#print-banner { display: block; }

#print-banner div.underline { 
padding-bottom: 5px;
border-bottom: 2pt solid #666;
}

/* Styles for printing hyperlinks
-------------------------------------------------- */
#content a:link, #content a:visited {
text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
