/* -------------------------------------------------------------
    file:       newsite-print.css
    created:    9/18/06 
    author:     Paul Lieberman
    type:       Cascading Style Sheet
    
    This is the print friendly stylesheet for the SOU top level website
*/


body { background-image: none; font-family: Verdana, Arial, Helvetica, sans-serif; }

#skipnav, #contact-footer, #footbar{ display: none;}
#tag { display: none; }
#taglinks {display: none; }
#navbar {display: none; }
#search {display: none; }
#leftlinks {display: none; }
#quicklinks {display: none; }
#lower {
    background-image: none;
    background-color: #fff;
}
#buttons { display: none; } 
#footer { display: none; }

#rightsidebar { float: right;}
#main p { margin: 10px 10px; }
h3,h5,h6 {font-size:100%; color:#222222; font-weight:bold;}
#main h3 {

	margin: 0;

	padding: 0em .5em;

	text-align: left;

	font-size: 150%;

	}

#main h4 {

	margin: 0;

	padding: 0em .5em;

	text-align: left;

	font-size: 130%;

	}

#main h5 {

	margin: 0;

	padding: 0em .5em;

	text-align: left;

	}

#main h6 {

	margin: 0;

	padding: 0em .5em;

	text-align: left;

         font-style: italic;

         font-size: 100%;

	}


