
/*	Desc: Generic Print Style Sheet
	Author: Jim Olson
	Date Modified: October 21, 2008
	
=== === === === === === === === === === */

@import 'reset.css';

/*=STRUCTURE
=== === === === === === === === === === */

body {
	font-size: 1em;
}

p {
	margin-bottom: .7em;
}

h1 {
	font-size: 130%;
	margin-bottom: 1.3em;
}

h2 {
	font-size: 120%;
	margin-bottom: 1.2em;
}

h3 {
	font-size: 110%;
	margin-bottom: 1.1em;
}

body,
h1,
h2,
h3 {
	line-height: 120%;
}

div#MainNav,
div#TopBar,
div#MastHead,
div#Column1 {
	display: none !important;
}

div#Column2 {
	width: 650px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clear: none;
}

div#Column2Container {
	float:none;
	width:100%;
}

#tabs-wrapper ul {
	display: none;
}

div#Column3 {
	display: none;
}

div#Footer {
	padding: 0;
	margin: 0;
	clear: both;
}

