/* GENERAL ELEMENTS */

html {width: 100%;}

body
{
	background: white;
	text-align: left;
	color: black;
	font-size: 10pt !important;
	font-family: Georgia, Palatino, serif;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
}

table
{
	font-size:100%;
}

div 
{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5
{
	margin:0px;
	padding:0px;
}

h1
{
	font-size:145%;
	font-weight:bold;
	margin-bottom:0.3em;
}

h2
{
	font-size:120%;
	font-weight:bold;
	margin-bottom:0.3em;
}

p, ul
{
	line-height:1.4em;
}

p
{
	margin-top:0;
	margin-left:0;
	padding-left:0;
}

a:link, a:visited
{
	color:Black;
	text-decoration:none;
}

p.summary a:link, a:visited
{
	color:Black;
	font-size:12pt;
	text-decoration:underline;
}
div.content hr
{
	height:0.1em;
	margin-bottom:0.8em;
}

div#top,
div#topnav, 
div#globalnav,
div#globaltools, 
div#breadcrumbs, 
div#leftcolumn, 
div#rightcolumn, 
div.footer,
div#genericpagefooter,
p.readmore,
table.aoifilter,
div.paging
{
	display:none;
}

/* PRINT HEADER */

div.printheader
{
	margin-bottom:1em;
}

div.printheader div.countylogo
{
	float:left;
}

div.printheader hr
{
	height:0.05em;	
}

