﻿/*FGS template*/

body {
					background-image: url('../images/familytree.jpg');
					background-attachment: fixed;
					scrollbar-arrow-color: #000000;
					scrollbar-base-color: #d4f6d4;
					text-align: center;
}
p {
	font-size: 12pt;
	font-family: Arial;
	background-color: transparent;
}
table {
					border: 1px solid #C0C0C0;
					width: 900px;
					margin-top: 20px;
}
td {
					border: 1px solid #C0C0C0;
					background: transparent;
					font-family: Arial;
					font-size: small;
					color: #000000;
					text-align: left;
}
a {
					font-family: Arial;
					font-size: 12pt;
					font-weight: bold;
					color: #004A00;
					text-align: center;
}
hr {
					color: #006600;
					width: 890px;
					height: 4px;
					text-align: center;
}
h1 {
					font-family: georgia;
					font-size: 150%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					text-align: left;
					margin-top: 10px;
					margin-left: 30px;
					float:left;
}
h3 {
					font-family: arial;
					font-size: 9pt;
					font-style: italic;
					color: #000000;
					text-align: left;
					margin-top: 30px;
					margin-right: 30px;
					float: right;
}
.table80 {
					width: 80%;
					margin-right: auto;
					margin-left: auto;
}
.style1 {
	font-family: arial;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style2 {
	font-family: Arial;
	font-size: x-small;
	text-align: center;
}
.style3 {
	text-align: center;
}
.style4 {
	font-family: "Comic Sans MS";
	font-size: 20pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style5 {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.style6 {
	margin-right: auto;
	margin-left: auto;
	width: 75%;
}
.style7 {
					font-size: x-small;
}
.centertxt {
					text-align: center;
}
.img1 {
					margin-left: 50px;
					float: left;
					border-style: none;
}
.img2 {
					margin-right: 50px;
					float: right;
					border-style: none;
}
.headerbkg {
					margin: 0px;
					padding: 0px;
					background-image: url('../images/fgsbnr.jpg');
					height: 60px;
					background-repeat: repeat-x;
}
#footer {
					font-family: arial;
					font-size: 60%;
					font-weight: bold;
					color: #000;
					text-align: center;
					background-image: url('../images/fgsbnr.jpg');
					margin-top: 20px;
					margin-right: auto;
					margin-left: auto;
					width: 900px;
}
#top_nav {
					margin-top: 2px;
}
#top_nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
	width: 100%;
}
#top_nav li {
					float: right;
					padding-right: 4px;
					padding-left: 4px;
}
#top_nav a {
					color: #000000;
					text-decoration: none;
					display: block;
					padding-right: 1px;
					padding-left: 1px;
					background-repeat: no-repeat;
					margin-right: 1px;
					font-family: arial;
					font-size: 80%;
					font-weight: bold;
					width: 75px;
					height: 25px;
					background-image: url('../images/ltgreenbtn.jpg');
					margin-top: 2px;
					padding-top: 4px;
}
#top_nav a:hover {
					background-image: url('../images/ltgreenbtnhover.jpg');
					background-repeat: no-repeat;
					width: 75px;
					height: 25px;
					padding-right: 1px;
					padding-left: 1px;
					margin-top: 1px;
					margin-right: 1px;
}
#page_content {
					width: 90%;
					margin-top: 25px;
					margin-right: auto;
					margin-left: auto;
}
#container {
					width: 900px;
}


