html, body {
margin:0;
padding:0;
font-family: serif;	
}
/* set the width of all the contents on the page */
#masterdiv {
width:650px;
}
/* don't display the top navigation, left navigation and footers */
#headerDiv {
display:none;
}
#mainnav {
display:none;
}
#leftcolumn {
display:none;
}
#promobanners{
display:none;
}
#links{
display:none;
}
#bottom-col-1{
display:none;
}
#bottom-col-2{
display:none;
}
.skip {
display:none;
}
.noprint {
display: none;
}
col#left {
display:none;
}
#newton {
display:none;
}
#mirrors {
display:none;
}
#malcolm {
display:none;
}
/*  make sure all the text is aligned left */
.centercolumn2
{
text-align: left;
}
.centercolumn
{
text-align: left;
}
#rightcolumn {
text-align: left;
padding-left:20px;
}
/* RESEARCH LIBRARY PRINT STYLES */
.first{
	margin-top: 0;
	padding-top: 0;
}
.rightbullets-spaced li
{
	padding: 0px 0px 10px 0px;
}
/* for RL - make sure images print correctly */
#imageleft {
	width: auto;
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
#imageright {
	width:auto;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	}
#imagerightcal {
	width:120px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	}
.imageclassright{
	width: auto;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.imageclassleft{
	width: auto;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.indent{
	margin-top: 0;
	padding-top: 0;
	margin-left: 25px;
}
/* so that HSSL 2colfluid prints correctly */
#frame{
padding:0px 10px;
margin:0;
}
#lefthssl {
	width:40%;
float:left;
text-align:left;
padding-right:15px;
padding-top:10px;
}
#middle2 {
padding-left:25px;
padding-right:20px;
padding-top:10px;
}
		/* END OF RESEARCH LIBRARY PRINT STYLES */
