/* 	Style sheet: print.css
	Site: Child Care Handbook 2007-2008
	---------------------------------------------------------------------------------------
*/

/* 	Hide everything not needed in the print version  */
.offleft {display: none;}
#banner img {float: left; margin-right: 10px;}
#quickaccess {display: none;}
#mainnav {display: none;}
#sectionnav {display: none;}
#footer {display: none;}
#copyright a {display: none;}
#chapternav {display: none;}

/* Block level element styles */
body {font-size: 80%; font-family: Arial, Helvetica, sans-serif;}
h1 {clear: both; font-size: 1.5em; padding-top: 10px;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h4 {font-size: 1em;}
p, li {line-height: 1.5em;}
a {padding: 0 2px; text-decoration: none; color: #006999;}
th {padding: 4px; font-weight: bold; border-bottom: 1px solid #000;}
td {padding: 4px; border-bottom: 1px solid #999;}

.highlight { background-color: #FFD; font-style: oblique; border: 1px solid #CCC;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
