﻿/**
 * File:			print.css
 * Description:		Default print stylesheet for FutureLogic, Inc.'s new web design.
 * Author:			Brad Buckingham (brad@welcomm.com)
 * Date:			July 13, 2007
 */

body, h1, h2, h3, h4, h5, p, dd, dt, a {
	color: #000;
	border: none;
	background: #fff;
}

h1 {
	font-size: 16pt;
}

#breadCrumbContainer,
#header,
#mainRightColumn,
#searchBarContainer,
#searchBox {
	display: none;
}

#page {
	width: auto;
	margin: 0 10%;
	padding: 0;
	border: none;
	float: none !important;
}

#mainContent {
	width: 100%;
	border: none;
}

#mainLeftColumn {
	width: 100%;
	border: none;
}
