/* Kris */
/* Dark blue in menu = 36, 56, 99; #243863 */
body {
	text-align: left; /* Margin in body replaces page margin setting. Netscape doesn't seemto recognize the page margin setting applied using Frontpage. It doesrecognize this margin style but adds it to the width of the page makingthe page wider by the amount of the margin.The border is 26 px + 10 px white margin = 36 px (slightly wider for Home pagebecause of table cell padding. */
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	font-size: 10pt;
	/* background-color: #243863; */
}
table.container {
	/* Must apply padding, at the cell level even though FP allows setting it at the
table level. */
	width: 95%;
	position: relative;
	border-collapse: collapse; /* Only thing that will completely remove the border. */
}
/* .left & .right selectors apply to ALL pages. */
td.left {
	width: 150px; /* Text width, padding additional */
	color: black; /* font color */
	padding: 0px;
	vertical-align: top;
	background-color: #FAEBD7;
	font-size: .9em;
	font-family: "Times New Roman", Times, serif;
}
td.right {
	color: black;
	padding: 10px;
	vertical-align: top;
	background-color: white;
	font-size: 1em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
/* The style "font" alone gives an error in the FF javascript console.
Use font-weight, font-family, etc instead */
a:link {
	color: #243863;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}a:visited {
	color: #A77A00;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}a:active{
	color: #243863;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}A:HOVER {
	/* Maintain existing color (link, visited or active) and highlight
	with background color */
	background-color : #F3F39E;
}
/*  The thumb class is used for thumbnails (or other image links) to control
the border colors to be the same as the normal links. */
A:link .thumb      {border:3px;  border-color: #c77800; border-style: solid}
A:visited .thumb{border:3px;  border-color: #546295; border-style: solid}
A:active .thumb {border:3px;  border-color: #546295; border-style: solid}
A:hover .thumb  {border:3px;  border-color: #00b7b7; border-style: solid}


P {
	font-family: Arial, Helvetica, sans-serif; /* text-align : left; */
}P.sidebar {
	/* Must add sidebar class to p attribute, not the image using the style option. */
	font-family : smaller Arial, Helvetica, sans-serif;
	text-align : left;
	font-size : 9pt;
}P.imagebanner {
/* Place cursor at left of image and insert Normal.imagebanner */
		text-align : center;
}P.bottomborder {
	/* Shared border on every page */
	font-family : smaller Arial, Helvetica, sans-serif;
	text-align : center;
	font-size : 8pt;
}
/* The Unclassed H's below are used by the regular genealogy site pages.
The .pd class are used by the paf data pages generated by ged2html. */
H1 {
/* Undefined */
}
H2 {
	/* Major headers at top of articles etc.  Largest header I'm likely to have.
	(Netscape 4.7 does not recognize color attribute. Shows black) */
	font-size : x-large;
	color : #c77800;
	text-align : left;
}
H3 {
	font-size : large;
}
H4 {
/* Minor headers within an article */
	text-align : center;
	font-weight : bold;
}
H5 {
	font-size : small;
}
H6 {
	font-size : smaller;
}
HR {
	/* orig color #243863 */
	color: #243863;
}
.ArticlePreamble {
	font-style : italic;
}
