﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/bkgrd_black2white.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
}
#container {
	width: 820px;
	margin: 0 auto;
	padding: 0px 10px 5px 10px;
/*	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972; */
/* 	background-color: #dad6ab; */
/*	background-color: #e3deaf; value used before transparent */
	background-color: transparent;
/*	background-color: transparent; */
/*	background-color: transparent;  Use with top image with transparent bkgrd */
}
#masthead {
	text-align: center;
	height:80px;
	width: 800px;
/*	padding: 0px; */
		padding: 10px 5px 5px 10px;
	border: 1px thick #fff; 
	background: transparent; 

	background-color: transparent;

/*	background: black; */
    background-position: center;
    background-image: url("../images/HdrWhite820x90.png"); 
/*	background-image: url("../images/owc.gif");  /* Text transparent background */
/*	background-repeat:no-repeat;
	background-attachment: scroll; */
/*	background-color: transparent; /* Need to set "Container background to transparent"  */
}
/* original menu on left side
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
*/
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-right-color: black;
/* 	background-color: #d5cc7c;  */
	background: transparent;
	margin-top: 0px;
}
html>body #navigation {
	overflow: hidden;
}

#content {
	padding: 5px 5px 5px 5px;
	float: left;
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
/* 	background: #f7f2c1; yellow original */
/*	background: #e6e6dd; light biege */
	background: #e8e8e8;
/*	background: #e5d9d9; red rose */
/* 	border: medium gray hidden; */
}
#footer {
	text-align: center;
	clear: both;
	width: 818px;
/*	border: 1px dotted #d8bfd8; */
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;	
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles - original 
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
} */

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 95%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	background-color: transparent;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px dotted transparent;
	background-color: transparent;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
/*	background-color: #d5cc7c; */
/*	background-color: #872270; dark maroon */
	background: #2d19c0;
}/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
#content a {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	color: #000;
	text-decoration: underline;
	background-color: silver;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
/*	color: #503750; */
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
/* Changes made for Links page original is dfb8df; added font-weight:bold */
a:hover {
	color: #763c76;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
