@charset "UTF-8";
body {
	font: 100% Garamond, Times New Roman, Times, Serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* background: #D1CBB3; */
	background-image:url(et_bookpage_02.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align:left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 130px;
	text-align: left;
	font-size: 100%;
	font-family: Garamond, "Times New Roman", Times, Serif;
}
img {
	border: 1px solid #333;
}
.imgnoborder {
	border: 0px solid #333;
}
.caption {
	border: 1px solid #000000;
	text-align: center;
	background-color: #000;
	padding: 10px;
	margin: 10px;

}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color:#900;
	text-decoration:none;
}
a:active {
	color: #333333;
	font-weight: normal;
}
.header1 {
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #000;
	font-style: normal;
}
.header2 { 
	font: italic bold;
	font-size:120%;
	color: #7D775C;

}
.note {
	font-style:italic;
	font-size:80%;
	text-align:left;
}
.mapdiv {
	border:solid;
	border-width:1px;
	border-color:#333;
}
.indent {
	padding-left:20px;
}
.logonobox {
	text-align: center;
}
.logobox {
	text-align: center;
	border: 1px solid #000;
}
.oneColFixCtr #container #mainContent p {
	font-weight: normal;
}
