/* CSS Document */

#page {
	font: 12pt Times, serif;
	line-height: 16pt;
	margin: 10px 20px;
}
h1 {
	font: bold 200%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 4px double black;
}
a {
	text-decoration: none;
	color: #000000;
}

p {
	margin: 0;
	text-indent: 1.5em;
	text-align: justify;
}

.headline {
	font: bold 80%;
	margin-top: 0.5em;
	margin-bottom: 0;
}
#address {
	font: 8pt;
	
}
.phone {
	padding-left: 10px;
}
.email a{
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
}
#footer {
 	margin-top: 30pt;
	padding-top: 20px;
	font-size: 8pt;
	border-top: 2px solid gray;
 	text-align: center;
}
#footer p {
 	text-align: center;
}

#nav,
#top,
#date,
#boxout,
#support,
.top,
#footer p.fnav,
img {
	display: none;
}
