/* print style sheet */

body {
	margin: 0;
	padding: 0; 
	text-align: left;
	border: 0;
	color: black;
	background: #fff;
}
#utilities, #advertising, #banner, #nav, #validators, #LinkMyGuideAG, #AGSymLinks, .homehilite {
	display: none;
}
div {
	float: none;
}
#homemain {
	width: 100%;
}
#symbolshilite {
	width: 100%;
	border: none;
}
#search {
	border: none;
}
/* if we include #search in the display none list above then first page of AG and Listings doesn't print in IE */
/* may be related to ".clearfix" being applied to the div containing search form */
#search form {
	display: none;
}
#page {
	width: 8in;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 120%;
	color: #000;
	background: #fff;
}	
#content {
	float: none;
   	margin: 0;
   	padding: 0;
   	color: #000;
}
#TownName {
	float: none;
	padding: 4px 0;
	background: none;
}
#footer {
	border: 0;
	border-top: 1pt solid #ccc;
	padding: 5pt 7pt 7pt 10pt;
	text-align: left;
	clear: both;
	font-size: 10pt;	
}
#footer p {
	margin: 10pt 0;
	padding: 0;
}
#footer ul {
	margin: 10pt 0 0 0;
	padding: 0;
}
	
#footer li {
	display: inline;
	margin: 0;
	padding: 0 15pt 0 0;
	text-align: left;
	border: 0;
}	
a:link, a:visited {
   color: #566;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
}
#content h1	{
    margin-top: 0;
}
#content h2	{
    margin-top: 1.5em; 
}
h4, h5, h6	{
	font-weight: normal;
}
