@charset "iso-8859-1";
/* ======================
NEW HISTORY CSS revision 4 with NO girl/cat in center 
=========================
- this creates the first background layer
as well as body styles
========================= */
body, p td {
	background: #C5A497 url('images/butterscotch.jpg');/*BC8F8Fchocolate butterscotch*/;

	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body img {
	border: 0px;
	text-decoration: none;
}
/* ==================
this styles the middle div or container
===================== */
#container {
	margin: 20px auto 20px auto;
	width: 95%; /* decrease width to add more padding to outer layer*/;
	background: #C5A497 url('images/beige_cream.jpg');/*beige-creamy*/;
	padding: 10px;
/* increase number to add more padding*/	border: #AE8DA4 3px ridge;
}
/* =====================
inner or centermost layer
======================= */
#inner {
	margin: 20px auto 20px auto;
	width: 90%;
	background-image: url('images/beige_cream.jpg');/*beige-creamy*/;
	padding: 10px;
	border: 2px ridge #999999;
}
/* =========================
Search div styles
====================== */
.search {
margin-left:auto;
margin-right:auto;
font-size:small;
	
}
/* ============================
all links
========================== */
a {
	text-decoration: none;
}
a:link, a:visited {
	background: transparent;
	color: #0066FF;
}
a:hover {
	background: transparent;
	color: #505BA4;
	text-decoration: underline;
}
/* =========================
fancy horizontal line
======================= */
div.hr {
	background-image: url("images/light-line_c-transp.gif");
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	margin: auto;
	width: 385px;
}
/* ======================
heading tags
========================== */
h1 {
	font-family: "Trebuchet MS";
	font-size: 130%;
	color: #999999;
	background-color: inherit;
	text-align: center;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 114%;
	color: black;
	background-color: inherit;
	text-align: center;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* ========================
content and navigation  I added from .tblhdr to end of this section
==================== */
#content {
	width: 100%;
	border: 2px silver groove;
}
.tblhdr 
{
	background-color: #ffff00;
}

.title {
	font-family: "Trebuchet MS";
	font-size: 140%;
	color: Blue;
	background-color: transparent;
	text-align: center;
	
}

#table1 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	}

#table2 {
	margin: auto;
	width: 90%;
}

/* *****************************************************
General information at the bottom of each page 
**************************************************** */
#footer {
	margin-left:auto;
	margin-right:auto;
	font-size:small;
}
/* ====================
centers text
====================== */
.center {
	text-align: center;
}
.small {
	 font-size:small;
}
