﻿/*General template*/
body {
					background-color: #E8D8B3;
					background-attachment: fixed;
					scrollbar-arrow-color: #ffffff;
					scrollbar-base-color: #be8241;
					text-align: center;
}
#masthead {
					background-image: url('../images/woodenheader.gif');
					width: 600px;
					height: 60px;
					background-repeat: no-repeat;
					padding: 0px;
					margin-top: 0px;
					margin-right: auto;
					margin-left: auto;
}
#masthead h1 {
					font-family: "Book Antiqua";
					font-size: 175%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					text-align: center;
					padding: 0px;
					margin-top: 12px;
}
#top_nav {
					margin-top: 2px;
}
#top_nav ul {
					padding: 0px;
					margin: 0px;
					list-style-type: none;
					text-align: center;
					width: 900px;
}
#top_nav li {
					float: right;
					padding-right: 5px;
}
#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/woodbtn.jpg');
					margin-top: 2px;
					padding-top: 4px;
}
#top_nav a:hover {
					background-image: url('../images/woodbtnhover.jpg');
					background-repeat: no-repeat;
					width: 75px;
					height: 25px;
					padding-right: 1px;
					padding-left: 1px;
					margin-top: 1px;
					margin-right: 1px;
					padding-top: 4px;
}
#page_content {
					width: 895px;
					padding: 10px;
					margin-top: 25px;
					background-image: url('../images/lttanlea.jpg');
}
a {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
p {
	background-color: transparent;
	font-family: Arial;
	font-size:11pt;
	color: #000000;
}
table {
					font-family: Arial;
					font-size: 11pt;
					color: #000000;
					margin-right: auto;
					margin-left: auto;
}
img {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clip: rect(auto, auto, auto, auto);
}
hr {
					color: #663300;
					text-align: center;
					margin-right: auto;
					margin-left: auto;
					width: 900px;
					height: 3px;
}
.style1 {
	font-family: arial;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-style: italic;
}
.style2 {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	color: #00000;
	text-align: center;
}
.style3 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.style4 {
	text-align: justify;
}
.style5 {
	font-family: arial;
	font-size: 11pt;
	color: #000000;
	font-style: italic;
	text-align: justify;
}
.style6 {
					font-family: arial;
					font-size: 11pt;
					color: #000000;
					text-align: left;
					margin-right: auto;
					margin-left: auto;
					width: 60%;
}
.style7 {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: center;
}
}
.lefttxt {
					text-align: left;
}
#footer {
					font-family: arial;
					font-size: 60%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					background-image: url('../images/woodentile.jpg');
					background-repeat: repeat-x;
					border: 2px solid #663300;
					margin-top: 0px;
					width: 900px;
}
#container {
					width: 900px;
}

