body {
	align:center;
	background-color: white;

	font-family: verdana, sans-serif;
}

a {
	color: navy;
}
a:hover {
	color: red;
}

#headerStructure {
  width: 800px;
}
#mainTitle {
  color: maroon;
}

.pageMainTitle {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  padding-bottom: 15px
}

#bodyStructure {
  width: 800px;
}

#leftNav {
  width: 220px;
  padding: 6px;
}
#leftNavList {
  list-style: none;
}
#leftNavList li {
  border: solid #ddd 1px;
  background-color: #f2f2f2;
  padding: 5px;
  margin: 0 0 3px 0;
}

.sideLink {
  font-weight: bold;
}


#copyright {
  font-size: x-small;
}




.eventListMonthYear {
  font-weight: bold;
}
.eventListItemDate {

}
.eventListItemTitle {

}
.eventListItemSummary {

}

.eventsDetailHeadline {
  font-weight: bold;
}
.eventsDetailFullText {
  padding: 4px;
}


.blogLiteBlock {
  border: solid #ddd 1px;
}
.blogLiteTitle {
  background-color: #f2f2f2;
  padding: 5px;
  font-weight: bold;
}
.blogLiteContent {
  padding: 10px;
}
