@charset "utf-8";
/* CSS Document */

body {
	font-size: 12pt;
	background-color: #FFFFFF;
   }
#menu {
   display: none;
   }
.menu {
   display: none;
   }
#leftColumn {
	display:none;
	}
#rightColumn {
	display:none;
	}
#headerwrapper
{
    display:none;
}
#topDiv {
	display:none;
	}
	#footer {
	display:none;
	}
	#credit {
	display:none;
	}
#contentWrapper  {
	width: auto;
	margin: 0 2%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   }
.entry a:after {
	content: " [" attr(href) "] ";
}
/* This'll only work in modern browsers like Firefox, but will add an explanation to the top of the page when printed. Slick, eh? */
#content:before {content: "Thank you for visiting Greene County Tennessee Official Web Site.  Please visit again at http://greenecountytngovt.com/."; 
display: block; margin-bottom: 3mm; padding: 3px 3px 2px; background: #f9f8e4; text-align: center; }

