body {
  font-family:  Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	text-align: center;
	background-color: #EEEFE0;
}

p {
  margin-left: 28px;
  margin-right: 28px;
  margin-bottom: 0; /* this line only SEEMS to affect the Big Picture Table of Contents page. It's helpful in Firefox only, not IE */
}

a {
  color: #005EAD; /* #003878 is too hard to see without underline */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, li { margin: 0em; padding:0em; margin-left: 1.7em; padding-left: 1em;}

ul {
  margin-top: 1em;
  margin-right: 1em;
  padding-left: 0em;
}

ul.toc {
  list-style-type: none;
  margin-top: 5px;
}

li {
	padding-left: 5px;
	padding-bottom: 5px;
}

img {
  display: block;
  border-width: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

img.bookcover {
  border: 1px solid gray;
}

img.personal {
  margin: 1em;
}

img.animated {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

hr {
	border-top-style: none;
	border-top: 1px solid #999;
	margin-top: 12px;
}

img#imgHeader {
  margin-left: 0;
	margin-right: 0;
}

img.side1Photo {
  float: right;
  padding: 1em;
}

table#site {
	border: 1px solid #999;
	background-color: #84B4CA;
	padding:0; margin:0;
}

div#mnuMain {
	font-family:  Palatino Linotype, Book Antiqua, Palatino, serif;
	text-transform: capitalize;
	margin: 0; padding: 0;
	font-size: 14px; background-color: #84B4CA;
}

div#mnuMain a { 
	display: block; padding: 4px 8px 4px 0; margin: 0; 
	text-decoration: none; text-align: right;
	letter-spacing: 1px;
	border-top: 1px solid #516F7D;
	color: #fff;
}

div#mnuMain a:hover {
	font-weight: bold;
	background-color: #92BFD4;
}
div#mnuMain a.mnuHighlight {
	font-weight: bold;
	background-color: #92BFD4;
}

div#mnuMain a#mnuTop {
	border-top: none;
	padding-top: 3px;
}

div#mnuMain a#mnuBottom {
	border-bottom: 1px solid #516F7D;
}

/*div.submenu {
  margin-top: 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #C9B183;
  text-align: center;
  height: 50px;
}
*/

table.submenu {
  border-bottom: 1px solid #999;
  background-color: #9DD1A2; /*#8FC983 green;/*brown: #C9B183 9DD1A2*/
  text-align: center;
}

table.submenu td {
  vertical-align: middle;
}

table.submenu a {
	padding-bottom: 3px;
	display: block;
	height: 38px;
	position: relative;
	border-right: 1px solid gray; /*brown: #B09D79/*
	/*width: 149px;*/
	color: #fff;
	/*background-color: #6e483d;*/
	text-decoration: none;
	letter-spacing: 1px;
}

/* for vertical centering */
table.submenu a.oneline {
  padding-top: 10px;
  height: 28px;
}

table.submenu a:hover {
  font-weight: bold;
  /*letter-spacing: 1px;*/
  background-color: #ADDBB2;
}
.subMnuHighlight  {
  font-weight: bold;
  /*letter-spacing: 1px;*/
  background-color: #ADDBB2;
}


div#content {
	background-color: white; /*#FFFFF1;*/
	padding: 0 0 35px 0;
	text-align: left;
	border-left: 1px solid #999;
}

span.date {
  color: #DE4F00;
}

.famousquote {
  margin-right: 30px;
}

img.portrait {
  float: left;
	margin: 10px;
}

div.caption {
  font-size: 10px;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

.strongleadoff {
  font-weight: bold;
  font-size: 18px;
}

.mediumleadoff {
  font-size: 18px;
}

/* to make the pull-out big line in the "advance praise for big picture"*/
p.praise {
  font-size: 15px;
}

h1 {
  padding:0;margin:0;
  text-align: center;
  color: #585858;/*#7D6651;*/
  font-size: 19px;
  letter-spacing: 2px;
}

h2 {
  padding:0;margin:0;
  text-align: center;
  color: #585858;/*#7D6651;*/
  font-size: 14px;
  letter-spacing: 0px;
}

h3 {
  padding:0;margin:0;
  text-transform: uppercase;
}

.subsubheading {
  display: block;
  color: #585858;
  text-align: center;
}

.salesbox {
  text-align: center;
  margin: 20px 170px;
  padding: 12px 0;
  border: 1px solid gray;
  background-color: #EBF4F9;
}

/* used in Tables of Contents */
.tochead { 
  display: inline;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

.bigquote {
  font-size: 21px;
  letter-spacing: 1px;
}

a.essay {
  font-style: italic;
} /*a.reference {} is empty*/



/*div.normal {
  line-height: 1.5;
  padding-top: 5px;
} -- removed... it was causing a site bgcolor'd line at the closing point of the div.normal*/

table#site td#headbar {
	text-align: left;
	background-color:#EBF4F9;
	border-bottom: 1px solid #999;
	padding: 0; margin:0;
}


td.footer {
	background-color:#EBF4F9;
	font-size: 10px;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left:0;margin-left:0;
  height: 60px;
  border-top: 1px solid #999;
}

td.footer p {
  line-height: 1em;
  margin-bottom: 0;
  margin-top: .5em;
}

td#leftfoot {

}

td#rightfoot {

}

