﻿/* CSS Document */

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 13pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 40px 0px 0px 0px;
	padding: 0px; 
	font-family: Georgia, Palatino, "Times New Roman", serif;
	width: 90%;
	}

#maincontentarea {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#printLogo 
{
	position:relative;
	width:500px;
	height:108px;
	display:inline
}


#maincontentarea a:link:after, #maincontentarea  a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}		

#header {
	display:none;
}

#nav  {
	display:none;
}

#contentimage, #homeBanner, #popupdate, #popupdate2, #topNav, #datepicker, #datepicker2, #mainsideBarBottom, #maincontentsidebar, #mainsideBar  {
	display:none;
}

#footer {
	clear: both;
	padding: 20px 0px 0px 0px;
	font-size: 0.8em;
	float: none !important;
	text-align: right;
}

#footer a {
	display:none;
}

#footer li {
	list-style-type:none;
}

#h1 {
	text-align:left;
	padding: 0px 0 20px 0;
	font-size: 20pt;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	padding: 20px 0px 10px 0px; 
	margin: 0; 
	font-size: 16pt;
	font-variant: small-caps
}

a:link, a:visited {
	color: #639EC8;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
.alt {
	display: none;
}