/* CSS Document */
body { 
  color : #333333; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
h1 {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
h2 {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.h2darkerGreenNotWebSafe2 {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	vertical-align: baseline;
}
.style9 {
	font-size: 10px;
}
.style10 {
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.banner {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 0px;
}

a:link {
	text-decoration : underline;
	color : #333333;
	font-weight: bold;
}

a:visited {
	text-decoration : underline;
	color: #333333;
	font-weight: bold;
}	
.mainText {
	padding-right: 25px;
	padding-top: 10px;
}
/*not certain if this style is needed*/
.printingLink {
	text-align: right;
	vertical-align: bottom;
	padding-right: 20px;
	padding-bottom: 5px;
}

.events {
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.footer {
	padding-top: 10px;

}		

.summit {
	padding-right: 10px;
}

#sidebar {
	float: right;
	width: 130px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin: 0px;
}
 #main {
	float: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 500px;
}

.subSubTitlesItalics {
	font-style: italic;
	letter-spacing: 1px;
}
.imagePaddingBottom {
	padding-bottom: 5px;
}

.paddingbottom20px {
	padding-bottom: 20px;
}
/* used on the redevelopment districts pages -  this css code distinguishes a look of two columns */
#leftTextPhoto {
	width: 300px;
	background-color: #FFFFFF;
	float: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#rightTextPhoto {
	width: 300px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
.topImage {
	visibility: hidden;
}
#narrowmargin {
	margin-left: 18pt;
}
.hidenavigation{display:none}

#copyright {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.style16 {
	border-top-width: 8px;
	border-bottom-width: 25px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
}
.printhiddenimage {
	display: none;
}
.printshowimage {
	display: inline;
}

#popup {
	text-align: center;
	position: absolute;
	visibility: hidden;
	width: 100%;
	top: 5px;
}
