﻿/*Deeds*/
#masthead {
					width: 500px;
					height: 50px;
					background-image: url('../images/brownsilkbnr.jpg');
					background-repeat: no-repeat;
					margin-top: 0px;
					margin-right: auto;
					margin-left: auto;
}
#top_nav {
					width: 900px;
}
#top_nav ul {
					list-style-type: none;
					margin-top: 1px;
					display: block;
}
#top_nav li {
					float: right;
					padding-right: 2px;
					padding-left: 2px;
					display: block;
}
#top_nav a {
					font-family: Arial;
					font-size: 80%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					text-decoration: none;
					padding-right: 2px;
					padding-left: 2px;
					width: 75px;
					display: block;
					background-image: url('../images/buttons/lttanbtn.jpg');
					background-repeat: no-repeat;
					height: 25px;
					padding-top: 3px;
					margin-top: 1px;
}
#top_nav a:hover {
					color: #000000;
					font-weight: bold;
					text-decoration: none;
					background-image: url('../images/buttons/lttanhoverbtn.jpg');
					background-repeat: no-repeat;
					width: 75px;
					height: 25px;
}
#page_content {
					width: 900px;
					margin-top: 30px;
					margin-right: auto;
					margin-left: auto;
}
#footer {
					font-family: arial;
					font-size: 60%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					background-image: url('../images/buttons/lttanbtn.jpg');
					background-repeat: repeat-x;
					width: 900px;
					margin-top: 30px;
}
#container {
					width: 900px;
}

body {
					background-image: url('../images/brownsilk.jpg');
					background-attachment: fixed;
					scrollbar-arrow-color: #000000;
					scrollbar-base-color: #e5bb8d;
					text-align: center;
					font-family: arial;
					font-size: 100%;
					color: #000000;
}
p {
					background-color: transparent;
					font-family: arial;
					font-size: 100%;
					color: #000000;
}
a {
					font-family: arial;
					font-size: 100%;
					font-weight: bold;
					color: #000000;
					text-align: center;
}
table {
					margin-top: 20px;
}
h1 {
					font-size: 160%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					margin-top: 10px;
					text-align: left;
					float: left;
					margin-left: 20px;
}
h3 {
					font-family: arial;
					font-size: 9pt;
					font-style: italic;
					color: #000000;
					text-align: left;
					float: right;
					margin-top: 30px;
					margin-right: 30px;
}
td {
					padding: 5px;
}
img {
					border-style: none;
}
.style1 {
	font-family: arial;
	font-size: small;
	color: #000000;
	text-align: left;
}
.style2 {
	font-family: arial;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style3 {
	font-family: arial;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
}
.style4 {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: center;
}
.style5 {
	text-align: justify;
}
.style6 {
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	background-color: #E0CDA2;
	text-align: justify;
	font-size: 12pt;
	color: #000000;
}
.table70 {
					text-align: left;
					margin-right: auto;
					margin-left: auto;
					width: 70%;
					border: 5px double #E5BB8D;
					background-color: #FFFFFF;
}
.table80 {
					padding: 5px;
					text-align: left;
					background-color: #FFFFFF;
					border: 5px double #e5bb8d;
					width: 900px;
					margin-right: auto;
					margin-left: auto;
}
.headerbkg {
					background-color: #C4AD79;
					width: 900px;
					height: 60px;
}
.centertxt {
					text-align: center;
}
.tablecentertxt {
					text-align: center;
}

