﻿/* Print style sheet for APL2 "Home.master", "Internal.master" and "Admin.master" */
*
{
	font-family: Arial;
	font-size: 1.0em;
	background: none;
	color: black	
}

#top-background, #top-background-2, #content, #content-2, #content-bottom
{
	background: none;
	overflow:visible;
    float:none;
}

#header, .pic, .top-nav, #right-column
{
	display:none;
}

body 
{
	overflow-y: visible; 
	page-break-after: always;
	width: 700px;
}

.printpage 
{
	display: none;
	width: 680px;
}


.footer 
{
	color: Black;
	font-family:arial,helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}