#townshipBoroughPages h1 {
  color: #180C84; background: none;
	font-size: 2em;
	line-height: 24px;
	margin-top: 1em;
	margin-left: 18px;
	font-family:verdana;
	margin-bottom: .5em;
	letter-spacing: .125em;
}

#townshipBoroughPages h2 {
  color: #180C84; background: none;
	font-size: 1.25em;
	letter-spacing:	0.01em;
	margin-bottom: 0px;
	font-family: verdana;
}

#townshipBoroughPages h3 {
  color: #1d1848; background: none;
	font-size: 1.125em;
	letter-spacing:0.01em;
}


/*
#townshipBoroughPages {
	background-image:url(/images/Bradford-Map-Bkgd.jpg);
  background-repeat: no-repeat;
}
*/

/* CONTENT AREA CSS CODE */

#townshipBoroughPages	td.ContentArea	{
	width: 334px;
	padding-top: 0px;
	padding-left: 12px;
	margin-top: 0px;
	margin-left: 12px;
	padding-right: 10px;
	line-height: 1.45em;
	padding-bottom: 12px;
	color: #000000;
}

#townshipBoroughPages	td.ContentArea span.dropcap	{
	float:left;
	color:#180C84;
	font-size: 59px;
	line-height: 49px;
	padding-top: 2px;
	padding-right: 4px;
	font-family: Georgia,times;
}

#townshipBoroughPages	td.ContentArea p {
  margin-top: 4px;
  margin-bottom: 0;

}

#townshipBoroughPages	td.ContentArea p + p {								/*  INDENTS PARAGRAPHS THAT FOLLOW ANOTHER PARAGRAPH   */
  text-indent: 1.5em;
  margin-top: 0;
}


/*  PARAGRAPH INDENT EXCEPTION SETTINGS   */
p.stb { text-indent: 0; margin-top: 0.83em } /* small thematic break  */
p.mtb { text-indent: 0; margin-top: 2.17em } /* medium thematic break */
p.ltb { text-indent: 0; margin-top: 3.08em } /* large thematic break  */
p.caption {
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
  }

/* BLUE AREA CSS CODE */

#townshipBoroughPages	td.Bluearea	{
	width: 250px;
	padding-top: 12px;
	padding-left: 12px;
	margin-left: 12px;
	padding-right: 12px;
	background: #eeecff;
	border-left: 4px double #1300c2;
	line-height: 1.45em;
	padding-bottom: 12px;
	margin-top: 0px;
}

#townshipBoroughPages	td.Bluearea p	{
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
	color: #1d1848;
	font-size: .95em;
	line-height: 1.45em;

}

#townshipBoroughPages	td.Bluearea p.blueareaTitle	{
	font-weight: bold;
	font-size: 1em;
	font-family: verdana;
	display: block;
	/* text-transform: uppercase;  */
	color: #900506;
	margin-bottom: 0px;
	padding-left: 2px;
	/* text-decoration: underline; */

}


.specialNote	{
	border: 1px solid #8b8b8b;
	padding: 12px;
	margin-right: 19px;
	font-size:11px;
	line-height: 1.45em;
	text-align:center;
	background: #faf6ea;

}