/* Printer styles. Only applies to printed pages. See styles.css for main styles. */

body {
	font-family: "Times New Roman", "TimesNR", Times, serif;
	border: none;
}

.hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div.header {
	display: block;
	width: 200px;
	float: left;
}

div.header img.logo {
	float: left;
}

div.header p.branding {
	display: block;
	width: 146px;
	height: 37px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	margin: 0px 0px 0px 45px;
	font-size: 16px;
}

div.header form#headersearch {
	display: none;
}

div.header ul.mainnav {
	display: none;
}

p.devservernotice {
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

p.sitetitle {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

div.maincontent {
	clear: both;
}

div.sitenav {
	display: none;
}

div.rightbar {
	display: block;
	border: thin solid #000;
	float: right;
	width: 30%;
	padding: 3px;
}

div.rightbar h2,h3,h4,h5,h6 {
	margin-top: 0px;
}

div.footer {
	display: block;
	clear: left;
	border-top: thin solid #ccc;
}

div.footer p {
	font-size: .8em;
}