.page-header {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

body {
	background-color:#ffffff;
}

.footer {
	padding-top: 0px;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

h3 {
	color:#336699;
}

h6 {
	font-size:11pt;
	font-weight:bold;
	color:#336699;
}

li {
	list-style-type: none;
}

.indent {
	margin-bottom: 0.50rem;
	font-size: 10pt;
	line-height: 1.1rem;
	text-indent: 1.5rem;
}

.noindent {
	margin-bottom: 0.50rem;
	font-size: 10pt;
	line-height: 1.1rem;
	text-indent: 0rem;
}

.noindent8 {
	margin-bottom: 0.50rem;
	font-size: 8pt;
	line-height: 0.9rem;
	text-indent: 0rem;
}

/* used on census pages */
.noindentbold {
	margin-bottom: 0.50rem;
	font-size: 10pt;
	font-weight:bold;
	line-height: 1.0rem;
	text-indent: 0rem;
}

/* used on census pages */
.book18bold {
	font-family:"book antiqua",palatino,"times new roman",serif;
	font-size:18pt;
	font-weight:bold;
	font-style:italic;
	color:#666666;}

.nospace {
  margin-bottom: -0.5rem;
  text-indent: 1.5rem;
}

.panel {
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	background-color:#eeeeee;
}

.panel h6 { color:#336699; }

a:link {font-weight:bold;color:#336699;text-decoration: none}
a:visited {font-weight:bold;color:#336699;text-decoration: none}
a:active {font-weight:bold;color:#336699;text-decoration: none}
a:hover {font-weight:bold;color:#ff0000;text-decoration: underline;}



