﻿/* CSS  Print Document*/

body {
	margin: 10px;
	background-color: #FFF;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 140%;
	color: #000;
}
/* global links */

a {
	text-decoration: none;
	color: #000;
}
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	color: #000;
	padding-top: 10px;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	padding-top: 15px;
}
div#wrapper {
	width: 750px;
	margin: 0;
	text-align: left;
	background-color: #FFF;
}
div#headerimg {
	display: none;
}
div#leftcol {
	width: 200px;
}
div#logowrap {
	margin: 15px 0 10px 0;
}
div#leftcol ul {
	display: none;
}
div#rightcol {
	width: 500px;
}
div#footer {
	display: none;
}
div#rowthree { /* holds BANES logo */
	display: none;
}
.bold {
	font-weight: bold;
}
