/*
-----------------------------------------------
Print Styles for all browsers
Project: Frederick Douglass Organization Website
----------------------------------------------- */


/* Main Shell - increases font-size of body text, width of outer shell, and substitues 'verdana' with
a serif font */
body
{ background: white; text-align: left; border: 0; margin: 0; padding: 0; width: 7in; }
body, div, p, table, tr, td, ol, li
{ font-family: Georgia, "Palatino", Times, serif; font-size: 10pt !important; color: black; }

html
{ width: 100%; }
html #pagebody p
{ line-height: 1.7em; text-align: left; margin: 0 0 1em 0; }

#wrapper
{ width: 7in; border: 0; border-top: 0; padding: 0;	margin: 0; background: white; background-image: none; color: black; }
#content
{ width: auto; margin: 0; padding: 0 1.5em 0 0; border: 0; border-top: 0; float: none !important; color: black; background: transparent none; }

/* Lists */
#content ul
{ margin-bottom: 1.2em; }
#content li
{ margin-bottom: .6em; line-height: 1.7em; }

/* Headers */
h1, h2, h3, h4
{ font-family: bold verdana, "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif; margin-bottom: .8em; letter-spacing: 1pt; }

/* Image Display - hides unnecessary images on the page */
#navigation, #footer, #skipnav, #sidebar
{ display: none; }
#pagebody img
{ display: none; }

TD.right-column img
{ display: none; }
TD.left-column img
{ display: none; }

/* Links */
a:link, a:visited
{ color: #566; background: transparent; font-weight: bold; text-decoration: underline; }