@charset "utf-8";
body  {
	margin: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}




img {
	border-style: none;
}

#sidebook {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}
.image_rtfloat {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: thick double #064e89;
}
#sidebar1, #sidebar2, #header, #lessonNav, #noprintName {
	display:none;    /* Do NOT print these items */
}

.smallFont {
	font-size: x-small;
}
