body {
	background-color: #ddeeee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; color: #002244;
	margin: 20px 20px 0 20px;
	text-align:center;
}

/*body table {
	text-align:center;
}*/

body tr td li p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; color: #002244;
	text-align:left;
	line-height:1.5em;
}

p {
	line-height: 1.5em;
	margin-left: 6%;
	margin-right: 6%;
	text-align:left;
}

img {
display: block;
border: 0;
}

a:link {color: #772255;}
a:visited {color: #884466}
a:hover {background-color: #aacccc}
a:active {background-color: #aa8899}

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

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

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

ul {
	list-style-type: square;
	line-height: 120%;
	margin-left: 10%;
	margin-right: 10%;
}

li {
margin-top: .5em;
}

.centered { /*redundant workaround for goofy graphic centering -- apply as class*/
text-align:center;
margin-left:auto;
margin-right:auto;
}


.imagecontainer {
/*border: 3px double #579;
display:block;
margin-left:auto;
margin-right:auto;*/
}

.thumbcontainer {
	display:block;
	float:right;
	padding: 2px;
	margin: 4px;
	margin-right: 6%;
	width:154px;
}

.imageframe {
	background-color: #772255;
	display: block;
	border: 2px solid #772255;
margin-left: auto;
	margin-right: auto;
padding: 0px;
}

.imageframe img {
display:inline;
}

.photocaption {
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 12px;
	background-color: #669999;
	display: block;
	text-align: left;
	padding: 4px;
	vertical-align: top;
		border: none;
}

/* footer styles */

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-top: double #772255;
	padding: 4px;
	margin: 25px -5% -5% -5%;
	background-color: #aacccc;
	background-image:url(img/nav-bg.jpg);
	position: relative;
	text-align:center;
}

#footer p {
text-align:center;
line-height:normal;
}

#footer a:hover {background-color: #aabbcc;
}

#footer h3 
{
color: #005555;
	font-size: 12px;
margin-top: .5em;
margin-bottom: -.75em;
}

/*begin TOC styles*/

#TOC {
	margin: 12px 10% 12px 10%;
	 /*border: 1px dotted #666666; temporary border*/
}

#TOC p {
	text-align:center;
	/*margin: 12px 10% 12px 10%;*/
	line-height: 1.5em;
	margin-left: 10%;
	margin-right: 10%;
}


#TOC ul {
	list-style-type: square;
	list-style-position:outside;
	line-height: 120%;
margin-left: 12%;
margin-right: 12%;
text-align:left;
}

#TOC ol {
list-style-type:circle;
	list-style-position:outside;
	line-height: 120%;
/*margin-left: 12%;
margin-right: 12%;*/
text-align:left;
}

#TOC h1 a {
width: 80%;
margin-left: auto;
margin-right: auto;
display:block;
text-decoration: none;
text-align:center;
background-image:url(img/nav-bg.jpg);
padding: 1px;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
border-right: 2px solid #8899bb;
border-bottom: 2px solid #8899bb;
}

#TOC h1 a:hover {
color:#005555;
/*border-left: 2px solid #8899bb;
border-top: 2px solid #8899bb;*/
border-right: 2px solid #667799;
border-bottom: 2px solid #667799;
}

#TOC h1 a:active {
color:#fff;
border-left: 2px solid #8899bb;
border-top: 2px solid #8899bb;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
}

#TOC h2 {
width: 80%;
margin-left: auto;
margin-right: auto;
display:block;
text-decoration: none;
	text-align:center;
background-image:url(img/nav-bg.jpg);
padding: 1px;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
border-right: 2px solid #8899bb;
border-bottom: 2px solid #8899bb;}

#TOC h2 a {
text-decoration: none;
}

/*begin content area styles*/
#content p {
	text-align:left;
	line-height: 1.5em;
	margin-left: 6%;
	margin-right: 6%;
}

#content blockquote {
	text-align:left;
	line-height: 1.5em;
	margin-left: 12%;
	margin-right: 6%;
}

#content .photocaption {
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin:0;
	/*background-color: #669999;
	display: block;
	text-align: left;
	padding: 4px;
	vertical-align: top;
		border: none;*/
}

#content .box {
	display: block; /*should make the whole div display as one box */
	border: 1px solid #006699; 
	margin-left: 6%;
	margin-right: 6%;
}

#content .standardtable {  /* used for left-aligning text in borderless tables.  Note: can also enclose table in <p> element */
	text-align: left;
	vertical-align: top;
}


#content .titlepage {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #006699;
	background-color:#EEEEFF;
	text-align: center;
	padding: 3%;
}

#content .titlepage p {
	text-align: center;
}

#content .titlepage td {
vertical-align:top;
text-align: left;
}

#content h1 {
	margin-left: 2%;
	text-align: left;
}

#content h2 {
	margin-left: 4%;
	text-align: left;
}

#content h3 {
	margin-left: 6%;
	text-align: left;
}

#content ul {
	list-style-type: square;
	line-height: 120%;
	margin-left: 10%;
	margin-right: 10%;
	text-align:left;
}

#content ol {
	line-height: 120%;
	margin-left: 10%;
	margin-right: 10%;
	text-align:left;
}


/*begin sidebar styles*/

.related_info {
background-color:#dbc;
background-image:url(img/nav-bg.jpg);
border: 3px double #579;
display:block;
float:right;
padding: 2px;
margin: 4px;
width:25%;
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

.related_info h4 {
text-align:left;
font-size: 12px;
margin: 4px;
padding: 0;
display:block;
width:100%
}

.related_info ul {
	list-style-type: square;
	margin-left: 0;
	margin-right: 0;
}


/* BEGIN navlist styles */


.navtable {
width: 80%;
margin: 24px auto 24px auto;
border: 0;
}


.navcontainer
{
margin: 24px 0 12px 0;
padding: 0;
}

.navcontainer UL {
list-style: none;
display: block;
margin: 0;
padding: 0;
border: none;
}

.navcontainer LI {
margin: 0;
padding: 0;
width: auto;
display: inline;
}

.navcontainer A
{
color: #005555;
width: auto;
text-decoration: none;
background-image:url(img/nav-bg.jpg);
margin: -2px;
padding: 2px 15px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 2px solid #8899bb;
border-bottom: 1px solid #8899bb;

}

.navcontainer A:hover { 
color:#772255; 
background: #7799bb; 
border-right: 2px solid #667799;
border-bottom: 1px solid #667799;
 }
.navcontainer A:active { 
color:#FFFFFF; 
background: #7799bb; 
}

.navlist {
font-family:"Trebuchet MS", Arial, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
}



/*reunion pages styles*/

#personsheet, #familycard div {
display: block;
width:80%;
margin:0 10% 0 10%;
}

/*enclosing table*/

.personsheettable1, .familycardtable1 {
border: 0;
width:100%;
}

.personsheettable1 td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; color: #002244;
	padding: 3px;
}

/*inner tables*/

.personsheettable2, .personsheettable3, .personsheettable4 .personsheettable5, .personsheettable6, .familycardtable2 {
border: 1px solid #772255;
border-collapse:collapse;
border-spacing:0;
width:100%;
margin:0 auto 0 auto;
}

.personsheettable2 td, .personsheettable3 td, .personsheettable4 td, .personsheettable5 td, .personsheettable6 td, .familycardtable2 td {
border: 1px solid #772255;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; color: #002244;
	padding: 3px;
}

/*reunion byline - table7*/
.personsheettable7 {
border: 0;
width:80%;
margin:4px auto 0 auto;
}

.personsheettable7 td {
border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px; color: #002244;
	padding: 3px;
}



/*cgi styles*/

.bigger {
font-size: 120%;
}

.smaller {
font-size: 80%;
}

.strikethrough {text-decoration: line-through}  /* added by HED, 03/12/2006 */

/*postcard*/
.postcard {
background-color:#FFFFFF;
border: 1px solid #772255;
padding: 1em;
}



/*relationship finder*/

.cgitable {
border: 1px solid #772255;
padding: 3px;
border-spacing: 0;
}

.cgitable td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; color: #002244;
	border: 1px solid #772255;
border-spacing: -1px;
padding: 3px;
}	
	
.relationperson {
background-color: #99bbbb;
font-weight:bold;
}	

/*recipe search results*/

.recipetable {
/*border: 0 solid #772255;*/
padding: 3px;
border-spacing: 0;
}

.recipetable td {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px; color: #002244;
/*border: 0 solid #772255;
border-spacing: -1;*/
padding: 3px;
}	

.recipetable th {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px; color: #002244;
background-image:url(img/nav-bg.jpg);
border-bottom: 1px solid #772255;
font-weight:bold;
text-align: left;
padding: 3px;
}	

.recipeoddrow {
	background-color: #ffffff;
	text-align: left;
}

.recipeevenrow {
	text-align: left;
}

.description {
background-color: #eeeeff;
display:block;
border: 1px solid #006699;
padding: 1em;
}