﻿/* CSS layout */
#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: 900px;
					padding: 0px;
					margin-top: 25px;
					background-image: url('../images/lttanlea.jpg');
}
#footer {
					font-family: arial;
					font-size: 60%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					border: 2px solid #975405;
					background-image: url('../images/lttanlea.jpg');
					width: 900px;
					margin-top: 20px;
					margin-right: auto;
					margin-left: auto;
}
body {
					font-family: Arial;
					font-size: 90%;
					color: #000000;
					background-image: url('../images/brownsilk.jpg');
					text-align: center;
}
table {
					padding: 10px;
					width: 100%;
					margin-top: 50px;
					background-image: url('../images/lttanlea.jpg');
}
a {
					font-weight: bold;
					color: #000000;
					font-size: 100%;
}
a:hover {
					color: #800000;
					font-weight: bold;
					font-size: 100%;
}
hr {
					color: #663300;
					height: 3px;
					width: 75%;
					margin-right: auto;
					margin-left: auto;
}
img {
					border-style: none;
					margin-right: auto;
					margin-left: auto;
}
.table50 {
					width: 50%;
					margin-right: auto;
					margin-left: auto;
					background-image: url('../images/lttanlea.jpg');
}
.center {
					text-align: center;
}
.lefttxt {
					text-align: left;
}
.brown {
					text-align: center;
					background-color: #F4EFC5;
					border: 3px solid #663300;
}
#container {
					width: 900px;
}
h3 {
					font-family: arial;
					font-size: 80%;
					font-style: italic;
					color: #000000;
					text-align: left;
					margin-top: 20px;
					margin-right: 20px;
					float: right;
}
td {
					padding: 10px;
}

