﻿/*FGS template*/
#masthead {
					background-image: url('../images/headers/ltgreen.jpg');
					height: 75px;
					background-repeat: repeat-x;
					width: 900px;
}
h1 {
					font-family: georgia;
					font-size: 175%;
					font-style: italic;
					color: #000000;
					text-align: left;
					margin-top: 20px;
					margin-left: 20px;
					width: 500px;
					float: left;
}
h3 {
					font-family: arial;
					font-size: 80%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					margin-top: 30px;
					float: right;
					margin-right: 20px;
					width: 30%;
					text-align: left;
}
#top_nav {
					margin-top: 2px;
					width: 900px;
}
#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/buttons/ltgreenbtn.jpg');
					margin-top: 2px;
					padding-top: 4px;
}
#top_nav a:hover {
					background-image: url('../images/buttons/ltgreenhoverbtn.jpg');
					background-repeat: no-repeat;
					width: 75px;
					height: 25px;
					padding-right: 1px;
					padding-left: 1px;
					margin-top: 1px;
					margin-right: 1px;
}
#page_content {
					width: 900px;
					margin-top: 25px;
}
#footer {
					font-family: arial;
					font-size: 60%;
					font-weight: bold;
					color: #000000;
					background-image: url('../images/ltgreenbtn.jpg');
					background-repeat: repeat-x;
					width: 900px;
					margin-top: 20px;
}
#container {
					width: 900px;
}

body {
	background-image: url('../fgs/familytree.jpg');
	background-attachment: fixed;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #73f973;
	text-align: center
}
p {
	background-color: transparent;
	font-family: Georgia;
	font-size: 12pt;
	font-style: italic;
	color: #000000;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #008000;
	font-family: arial;
	font-size: 12pt;
	text-align: center;
}
td {
					border: 1px solid #C0C0C0;
					font-family: arial;
					font-size: 12pt;
					color: #000000;
}
table {
					border: 3px none #339933;
					background-color: #F4FFF4;
					width: 900px;
}
hr {
	color: #008000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	height: 3px;
}
th {
					font-family: Arial;
					font-size: 12pt;
					font-weight: bold;
					color: #000000;
					text-align: left;
					border: 1px solid #C0C0C0;
}
.style1 {
	font-weight: bold;
}
.style2 {
	font-family: arial;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style3 {
	font-family: arial;
	font-size: 12pt;
	color: #000000;
	text-align: left;
	width: 90%;
}
.style4 {
	text-align: left;
}
.noborder {
					border-style: none;
}
.table80 {
					border: 1px solid #C0C0C0;
					width: 80%;
					margin-right: auto;
					margin-left: auto;
}

.headerbkg {
					background-image: url('../images/headers/ltgreen.jpg');
					width: 900px;
					height: 70px;
}

a:visited {
					color: #003300;
					font-weight: bold;
}


