BODY {
  padding-top: 5px;

  background-image: url(images/bg2.jpg);
  background-color: #222;


  font-family: palatino linotype, arial, serif;
  color: #f2f2f2;
}

a {
  color: #bbf;
  text-decoration: none;
}
a:hover {
  color: #dd3;
}

#bigBlock {
  width: 800px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0px;

  border: solid #888 1px;
  background-color: black;
  color: white;
}

#topTitleBlock {
  padding-top: 3px;
  border-bottom: solid #a0a0ff 2px;
}

.leftNavBlock {
  width: 110px;
  border-right: solid #444 1px;
  border-bottom: solid #444 1px;

  padding-left: 2px;
  padding-bottom: 20px;
  
  text-align: left;
  line-height: 1.3em;

}
.leftNavBlock ul {  
  list-style: none;
  padding: 0;
  margin: 0;

}
.leftNavBlock li {  
  margin: 0 0 17px 0;
}

.leftNavLink {
  font-size: x-large;
  font-weight: bold;
  color: #bbc;
  text-decoration: none;
}
.leftNavLink:hover {
  color: #dd3;
}

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

.bodyContent {
  padding: 5px;
  line-height: 1.3;
  font-size: large;
  text-align: justify;
}

.mainBullet {
  font-weight: bold;
  font-style: italic;
  color: white;
 }
 

 
.footerLinkBlock {
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: solid #444 1px; 
  font-size: small;
  color: #f2f2f2;
}
.footerLinkBlock ul {  
  list-style: none;
  padding: 0;
  margin: 0;

}
.footerLinkBlock li {  
  margin: 0 0 10px 0;
}

.footerLink {
  font-size: small;
  color: #bbf;
  text-decoration: none;
}
.footerLink:hover {
  color: gold;
}

.nameText {
  font-style: italic;
  color: #f2f2fa;
}

.slightEmphasis {
  color: #e0e0ff;
}


ul.circle { list-style-type: circle; }

.largeBand {
  text-align: center;
  font-size: x-large;
  font-style: italic;
}



/* Gallery */
#mainImageBlock {
  text-align: center;
}
#mainImageBlock img {
  text-align: center;
  border: solid #ccc 1px;
}

.thumbArea {
  text-align: center;
  padding: 5px;
  border-top: solid #444 1px;
}

.thumbArea img {
  vertical-align: middle;
  padding: 5px;
  border: solid black 1px;
}
.thumbArea img:hover {
  border: solid white 1px;
}

