/* CSS Document */

#navigation {
	display: none;
}
#main {
	display: none;
}
#address {
	text-align: left;
	color: black;
	font-size: 14px;
	font-weight: normal;
}
#content {
	border-top: 1px solid black;
	padding: 10px 0 0 0;
}
body {
	font-size: 14px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.mission {
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#tagline {
	float: left;
	color: black;
}

#footer {
	border-top: 1px solid black;
	color: black;
}
#bottom {
	display: none;
}
#tagline {
	display: none;
}
#mainSide {
	border-bottom: 1px solid black;
}
p {
	line-height: 1.5em;
	letter-spacing: normal;
}
