﻿@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/2007-03-13-181944Y.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/Masthead05.jpg')
}

#mastheadPrint
{
	display: none;	
}

#xxxxnavigation {
	position: absolute;
	left: 100px;
	float: left;
/*	width: 139px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	font-size: 0.8em;
	color: black;
}
#content {
	float: left;
	width: 570px;
	margin-top: 152px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar {
	float: right;
	width: 200px;
	margin-top: 152px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer {
	text-align: center;
	clear: both;
	width: 780px;
	border: 0;
}

#footer span
{
	background-image: url('../images/menubg.png')
}

#footerPrint{
	display: none;
}

.item {
	text-align: justify;
	border: 1px dotted #d8bfd8;	
	border: thin black groove;
	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;
}

/* 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;
}

ul.spacedList li
{
	margin-bottom: 1em;
}

#sidebar h2
{
	font-size: 1.4em;
}

#sidebar h3
{
	font-size: .9em;
	text-align: center;
}


/* Footer Styles */
#footer p
{
	color: white;
}
#footer a
{
	color: white;
	text-decoration: underline;
}
#footer a:hover 
{
	color: orange;
/*	font-weight: bold;*/
	text-decoration: none;
}


a
{
	color: white;
	text-decoration: underline;
}
a:hover
{
	color: orange;
/*	font-weight: bold;*/
	text-decoration: none;
}


.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;
}