<?php 
/*
Template Name: Print Styles
*/


/* ---|  BASIC STYLES  |---------------------------------------------------- */

body {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding:0;
	text-align: left;
}
a {
	color: #000 !important;
	text-decoration: none;
}

/* ---|  STRUCTURAL STYLES  |---------------------------------------------------- */

#wrapper {
	width: 100%;
	text-align: left;
}
#wraptop {
	width: 100%;
}
#wraptop form {
	display: none;
}
#wrapnav {
	display: none;
}
#wrapsectionhead {
	width: 100%;
}
#wrapcenter {
	width: 100%;
}
#wrapbottom {
	width: 100%;
}
#wrapbottom p.copyright {
	color: #000;
	text-align: right;
	font-style: italic;
	font-size: 8pt;
	padding-top: 20px;
}

/* ---|  TOP AREA STYLES  |---------------------------------------------------- */

#wraptop h1 {
	font-weight: bold;
	font-size: 14pt;
}
#wraptop #logoimage {
	display: none;
}
#wraptop table {
	display: none;
}

/* ---|  COMMON CENTER AREA STYLES  |---------------------------------------------------- */


#wrapsectionhead h1 {
	font-weight: bold;
	font-size: 12pt;
}
#wrapsectionhead p.breadcrumbs {
	display: none;
}
#wrapcenter div#leftnav {
	display: none;
}
#wrapcenter div#maintext {
	width: 100%;
}
#wrapcenter div#maintext h1 {
	font-size: 10pt;
	font-weight: bold;
}
#wrapcenter div#rightphoto {
	display: none;
}

/* ---|  SEARCH RESULT STYLES  |---------------------------------------------------- */

ol.searchlist li p {
	margin-top: 0px !important;
}

/* ---|  DROP DOWNS  |---------------------------------------------------- */

div.anylinkcss {
	display: none !important;
}
