/* Generic Selectors */ 

.footer {
  text-align: center;
  font-style: italic;
}
.footer hr {
  width: 80%;
  color: #c24242;
  background-color: #c24242;
  height: 1px;
  border-color: #c24242;
}
body { 
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 14px; 
  color: #C24242; 
  min-width: 650px;
  background-color: #F9F9F9; 
  background-image: url('images/bg.gif');
  background-repeat: repeat;
} 

p {width: 80%;} 

li { 
  line-height: 150%; 
/*  list-style-image: url(../images/arrowSmall.gif); */
} 

h1 { 
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 18px; 
  font-weight: bold; 
  color: #000000; 
} 

h2 { 
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 16px; 
  font-weight: bold; 
  color: #000000; 
  border-bottom: 1px solid #c24242; 
} 

h3 { 
  font-family: Georgia, "Times New Roman", Times, serif; 
  font-size: 16px; 
  font-weight: bold; 
  color: #000000; 
} 

/**************** Pseudo classes ****************/ 
a:link { 
 color: #C24242; 
 text-decoration: underline; 
 font-weight: bold; 
} 

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

a:visited { 
 color: #722222; 
 text-decoration: underline; 
 font-weight: bold; 
} 

li a:visited { 
 color: #722222; 
 text-decoration: underline; 
 font-weight: bold; 
} 

a:hover { 
 color: #E28282;
 padding-bottom: 5px; 
 font-weight: bold; 
} 

li a:hover { 
 color: #E28282;
 padding-bottom: 5px; 
 font-weight: bold; 
} 

a:active { 
 color: rgb(255, 0, 102); 
 font-weight: bold; 
} 

/************************* ID's *************************/ 

#navigation { 
  position: absolute; 
  background-color: #eeeeee; 
  background-image: url('images/bg.gif');
  background-repeat: repeat;
  margin-left: 1px;
  left: 4px;
  margin: 0; 
  margin-top: 20px; 
  border-right: 1px solid #c24242; 
  font-weight: bold; 
	color: black;
} 


#navigation {padding: 0; margin: 0; color: #000; width: 180px; font-size: 11px; }
#navigation ul {list-style: none; margin: 0; padding: 0;}
#navigation ul li {margin: 0px; border-bottom: 1px solid #c24242; text-align: left; padding: 0px 6px 0px 0px;}
#navigation ul li a {display: block; padding: 6px 3px; padding-left: 16px; margin: 0; color: #c24242; text-decoration: none; width: 100%; font-weight: bold;}
#navigation ul li div {display: block; padding: 6px 3px; margin: 0; color: #000000; text-decoration: none; width: 100%; font-weight: bold;}
#navigation ul li a:hover {color: #F00000; background-color: #DDD;}
#navigation ul li img {margin-top: -5px; float: right;}
html>body #navigation ul li a {width: auto;}

#centerDoc { 
  background-image: url('images/bg.gif');
  padding: 0 0 20px 0; /*top right bottom left*/ 
  margin-top: 20px; 
  margin-left: 235px; 
  background-color: #eeeeee; 
}

#topPhotos {
  margin-top: 20px;
  background-color: #000000; 
	width: 100%;
  height: 95px; 
  max-height: 95px; 
  text-align: center;
  font-style: italic;
  color: white;
}

#title {
 text-align: center;
}

div.image {
  border: thin #c24242 solid;
  margin: 0.5em;
  padding: 0.5em;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.captioned {
  margin: 0.5em;
  padding: 0.5em;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  width: auto;
/*  float: left;
  border: thin #c24242 solid;*/
}
div.captioned p {
  font-weight: bold; 
}

.letter {
  float:left; 
  padding-right:4px; 
  padding-top:4px;
}

.seal {
 	float:left;
	padding-top: 20px;
	padding-left:40px;
}
/* For thumbnail pages */
img.thumb {float: left; margin: 5px;}
div.group {border-top: 2px solid #c24242}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto 
}

#photo {float: left}