@charset "utf-8";
/* CSS Document */



/*Sets a serif font for printing. Reset margin and padding to zero.*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	margin: 0;
	padding: 0;
	border: none;
}

/*Do not display the header, nav bar, left nav, footer*/
#leftCol, #topnavbar1, #topnavbar, #header_row_left, #header_row_middle, #header_row_right, #footer {
	display: none;
}

/*Do not display the printer-friendly icon and link*/
.printerbutton {
	display: none;
}




/*January 2016 - New Menu Bar and Headers - Display to none*/
#nav {
	display: none;
}

/*January 2016 - New Menu Bar and Headers - Display to none*/
.searchnav {
	display: none;
}

/*January 2016 - New Menu Bar and Headers - Display to none*/
.titlerow {
	display: none;
}



/*Makes the image smaller*/
img {
	width: 65px;
}


/*For the DVD List, makes the image smaller*/
img {
	width: 65px;
}


/*Created for the baby early literacy skills pages.   */
.kids {
	display:none;}

/*Created for the baby pages. Does not print the text section with the class "no printer friendly"  */

.noprintfriendly {
	display: none;
}


/*Overflow to visible instead of auto*/
/*.booklist {
	overflow: visible;
}*/

/*Makes the left margin of the text smaller than web. Brings text closer to the image. 
*/
dl.booklist dd {
	margin: 0px 0px 0px 75px;
	overflow: visible;
}

/*Remove border from dt*/
dl.booklist dt {
	border-bottom-style: none;
}

/*Removes border from book cover image. */
dl.booklist dt img {
	border: none;
}

/*Makes hyperlink color black.*/
a:link {
	text-decoration: none;
	font-style:normal;
	color:black;
}

/*Removing more borders*/
#centercolumn {
	border: none;
	width: 100%;
}

/*Line height change.*/
#centercolumn p {
	line-height: 12 pt;
}

/*Removes the thin border around the whole page and makes sure the text wraps!*/
table#tableLayout {
	border: none;
	width: 100%
}