﻿@import url("layout.css");
/*@import url("navigation.css");*/

body {
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Garamond, "Times New Roman", "Times Roman", Times, serif;
/*	font-size: 0.8em; */
	font-size: 1.1em;
	color: white;
/*	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;*/
	background-color:#FFFFEE;
	background-color: black;
}
#container {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
/*	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;*/
	background-color: #fff;
	background-image:url('../images/Yard01.jpg');
	background-attachment: scroll;
}
#masthead {
	text-align: center;
	width: 780px;
	height: 200px;
	padding: 0px;
	border: 1px dotted #725972;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image:url('../images/Masthead01d.jpg');
	display: none;
}

#mastheadPrint
{
}

.menu{
	display: none;	
}

#content {
	float: left;
	width: 775px;
	margin-left: 0px;
	border: 0;
}

#sidebar {
	display: none;
/*	float: left;
	width: 775px;
	margin-top: 152px;
	margin-bottom: 10px;
	margin-left: 0px;*/
}

#footerPrint {
	padding-top: 25px;
	text-align: left;
	clear: both;
	width: 780px;
	border: 0;
}

#footer
{
	display: none;	
}

.item {
	text-align: justify;
	border: 1px dotted #d8bfd8;	
	border: thin black groove;
	border: 0;
	margin: 4px auto;
	padding-left: 20px;
	padding-right: 20px;
	background-image:url('../images/menubg.png')
}

.itemCentered {
	text-align: center;
	border: 1px dotted #d8bfd8;	
	border: thin black groove;
	margin: 4px auto;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('../images/menubg.png')
}

.item a {
	color: white;
}



/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#xnavigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#xnavigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#xnavigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#xnavigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
	color: white;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}

ol.readersGuideList li
{
	margin-bottom: 1em;
}

#sidebar h2
{
	font-size: 1.4em;
}

/* Footer Styles */
#footer p {
	color: white;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}

a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

p.Left
{
	text-align: left;
}

p.Address
{
	padding-left: 5%; 
}

p.Letter
{
	padding-left: 7%; 
	padding-right: 7%; 
	font-size: 90%;
}

p.Epigram
{
	padding-left: 15%;
	padding-right: 15%;
	font-size: 90%;
}

p.EpigramEnd
{
	padding-left: 15%;
	padding-right: 15%;
	text-align: right;
	font-size: 90%;
}

.UnderlineBold
{
	text-decoration: underline;
	font-weight: bold;
}