﻿/* Print.css

Author: Peter H Fewster
Updated: January 2, 2010
*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
}

/* basic divisions
------------------------------- */

#wrap {
	width: auto;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	background: transparent;
}

#titleprint {
	display: block;
}

#titleprint p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 28pt;
	font-weight: bold;
	padding-bottom: 2px;
}

#titleprint p.subtitle {
	font-size: 15pt;
	padding-bottom: 20px;
}

#header, #topper, #title, #menu {
	display: none;
}

#main, #content {
	width: auto;
	font-family: verdana, arial, helvetica, sans-serif;
}

#footer p {
	font-size: 6pt;
}

/* common elements
------------------------------- */

p {
	font-size: 9pt;
	padding-left: 0;
}

ol, ul {
	font-size: 9pt;
}

h1, h2, h3 {
	color: #000;
	margin: 0;
	padding-left: 0;
	font-weight: normal;
	background: white;
}

h1 {
	font-size: 23pt;
	margin-top: 20px;
}

h2 {
	font-size: 15pt;
	margin-top: 10px;
}

h3 {
	font-size: 11pt;
	margin-top: 10px;
}

h4.DesignName{
	font-size: 11pt;
}

hr {
	border-top: 1px #000 dashed;
}
/* general elements
------------------------------- */

.MissionStatement {
	font-size: 15pt;
}

.MissionDetails {
	font-size: 11pt;
}

.footnote {
	font-size: 8pt;
}
	
/* tables
------------------------------- */

table {
	font-size: 9pt;
}
	
/* forms
------------------------------- */
	
button, select, textarea, input {
	font-size: 9pt;
}
