﻿/* ======================
this creates the first background layer
as well as body styles
========================= */
body {
	background: #423206 url('images/eosanglfsh2.gif');
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}
body img {
	border: 0px;
	text-decoration: none;
}
/* ==================
this styles the middle div or container
===================== */
#container {
	margin: 20px auto 20px auto;
	width: 90%; /* decrease width to add more padding to outer layer*/;
	background: #443900 url('images/eosanglfsh2b.gif');
	padding: 10px;
/* increase number to add more padding*/	border: 3px ridge #463B00;
}
/* =====================
inner or centermost layer
======================= */
#inner {
	margin: 20px auto 20px auto;
	width: 90%;
	background: #F7F7F4;
	border: 3px ridge;
	padding: 10px;
	border: #C0BDAA 3px ridge;
}
/* =========================
Masthead
====================== */
#masthead {
	background-position: center;
	border-collapse: collapse;
	width: 100%;
	border-bottom: medium #2A1D02 ridge;
}
#masthead td {
	padding: 2px;
}
#masthead .logoright {
	background-image: url('images/triple-layered-logo2.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#masthead .logoleft {
	background-position: center center;
	width: 197px;
	background-image: url('images/logo-left.jpg');
	height: 197px;
	background-repeat: no-repeat;
}
/* ============================
all links
========================== */
a:link {
	color: #CC6600;
	font-weight: bold;
}
a:visited {
	color: #CC3300;
	font-weight: bold;
}
a:hover {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #CC6600;
	font-weight: bold;
}
/* =========================
fancy horizontal line
======================= */
hr {
	background: #2A1D02;
	display: block;
	height: 5px;
	margin: auto;
	width: 385px;
}
/* ======================
heading tags
========================== */
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	color: #2A1D02;
	background-color: inherit;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}
/* ========================
content and navigation
==================== */
#content {
	border-collapse: collapse;
	width: 100%;
}
#content td {
	padding: 10px;
	vertical-align: top;
}
#content .navigation {
	width: 184px;
	border-right: thin #660066 ridge;
}
.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
.navigation li {
	list-style: none;
	padding: 2px 0;
	font-size:1em;
	font-weight:bold;
	font-variant:small-caps;
}
.navigation ul li {
	text-decoration: none;
	margin-top: 2px;
}
.navigation ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 90%;
	font-weight: normal;
	font-variant:normal;
}
#content .main {
	vertical-align: top;
}
/* *****************************************************
General information at the bottom of each page 
**************************************************** */
#footer {
	background-color: transparent;
	border-top: medium double #2A1D02;
	font-size: 85%;
	margin-top: 5px;
	padding: 5px 5px;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ====================
centers text
====================== */
.center {
	text-align: center;
}
.imgright {
	 float:right;
	 padding: 5px;
}

.imgleft {
	 float:left;
	 padding: 5px;
}
.smltxt {
	 font-size:small;
}

