/* External Style Sheet for Print, Academy of Learning - Lindsay */


body 
{
	margin: 0;
	background: white;	
	color: black;
  font: 13px Arial, Helvetica, sans-serif;
  margin: 0;
}
h1
{
	font-size: 18px;	
}
h2
{
	font-size: 16px;
}
#header, #footer, #nav, #footer_navcontainer, #sidebar, #skip, #font_size, #print_icon 
{
	display: none;	
}
a
{
	color: black;
	text-decoration: none;	
}
ul.none
{
	list-style-type: none;	
	line-height: 125%;
}
#sidebar_right
{
	float: right;
	width: 25%;	
	margin-left: 30px;
	margin-right: 10px;
	margin-top: -10px;
	margin-bottom: 16px;
	border: 1px solid black;
	padding: 8px;
}

#content, #content_slim
{
	position: absolute;
	top: 10px;
	width: 98%;
}

