﻿/*Charles template*/
#masthead {
					background-image: url('../images/headers/golden.jpg');
					background-repeat: repeat-x;
					height: 75px;
					width: 900px;
}
#masthead h1 {
					font-family: georgia;
					font-size: 200%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					text-align: center;
					margin-top: 17px;
					float: left;
					margin-left: 10px;
}
#masthead h2 {
					font-family: arial;
					font-size: 80%;
					font-weight: bold;
					float: left;
					margin-top: 20px;
					margin-left: 100px;
					text-align: left;
}
#masthead h3 {
					font-family: Georgia;
					font-size: 110%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					margin-top: 20px;
}
#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: 3px;
					padding-left: 3px;
}
#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/golden.jpg');
					margin-top: 2px;
					padding-top: 4px;
}
#top_nav a:hover {
					background-image: url('../images/buttons/goldenhover.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: 20px;
}
#footer {
					font-family: Arial;
					font-size: 60%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					background-image: url('../images/goldenheader2.jpg');
					background-repeat: repeat-x;
					width: 40%;
					margin-top: 20px;
}

body {
	background-image: url('../index/goldripple.jpg');
	background-attachment: fixed;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #ad9410;
	text-align: center;
}
p {
					background-color: transparent;
					font-family: Arial;
					font-size: 110%;
					font-weight: normal;
}
a {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
table {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.table2 {
					width: 455px;
					margin: 25px auto 20px auto;
}
.table3 {
					width: 450px;
					margin-right: auto;
					margin-top: 75px;
}
.tabs {
	font-family: arial;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: center;
	background-image: url('../index/goldtabs.jpg');
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
}
.style1 {
	font-family: georgia;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: center;
}
.style2 {
					font-family: arial;
					font-size: 100%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					text-align: center;
}
.style3 {
	font-family: arial;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.style4 {
	position: relative;
	top: 100px;
}
.style5 {
	margin-right: auto;
	margin-left: auto;
	width: 50%;
}
.table70 {
					width: 70%;
					margin-top: 50px;
					margin-right: auto;
					margin-left: auto;
					border: 1px solid #C0C0C0;
}
.table40 {
					width: 40%;
					margin-top: 50px;
					margin-right: auto;
					margin-left: auto;
					border: 1px solid #C0C0C0;
					text-align: center;
}
img {
					border-style: none;
					text-align: center;
}


