body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-image: url(images/boxesShadedCropped-V3.png);
	padding: 5px 5px 5px 5px;
	width: 905px;
}

/*
.page {
	left: 5px;
	top: 5px;
	width: 905px;
}
*/


.firstRow {
	height: 149px;
}

.logo {
	width: 179px;
	height: 149px;
	float: left;
}

.title {
	width: 480px;
	float: left;
}

#navMenuContainer {
	top: 0;
	left: 0;
	float: left;
	width: 480px;	/* Same width as Title graphics */
	height: 33px;	/* What's left over from logo - Title */
	background: white;
}




.contentRow {
}

.buyBook {
	background-color: white;
	width: 115px;
	padding: 5px;
	margin-top: 40px;
	margin-left: 27px;
	float: left;
}
a.buynow:link, a.buynow:visited {
	color: white;
	text-decoration: none;
}
a.buynow:active, a.buynow:hover {
	color: red;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}


.content {
	float: left;
	background-color: white;
	width: 460px;
	padding: 10px;
	margin-left: 28px;
}

.ads {
	background-color: white;
	width: 200px;
	float: left;
	margin-left: 20px;
}

.notice {
	font-family: Times New Roman, Century Schoolbook, serif;
	color: #660000;
	margin-top: 2em;
	margin-left: 2em;
	font-size: 90%;
	width: 400px;
}




h1 {
	font-size: 150%;
	text-align: center;
	margin-bottom: 1em;
}

h2 {
	font-size: 135%;
	text-align: center;
	margin-bottom: 1.6em;
}

h3 {
	font-size: 120%;
	text-align: left;
	margin-top: 2em;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	text-align: left;
	margin-top: .5em;
	font-weight: bold;
}

/*
a:link, a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
*/



.chapterItem {
	font-size: 110%;
	font-weight: bold;
	margin-top: 1em;
}

.sectionItem {
	font-size: 105%;
	font-weight: normal;
}

.subsectionItem {
	font-size: 100%;
	font-weight: normal;
}


.copyright {
	font-family: Times New Roman, Century Schoolbook, serif;
	color: #000066;
	margin-top: 1em;
	text-align: center;
	font-size: 80%;
}

.topHome, .endHome {
	margin-top: 2px;
	margin-right: 2px;
	text-align: right;
	font-size: 75%;
}
.endHome {
	margin-top: 4em;
	margin-right: 0;
	margin-bottom: 0em;
	text-align: center;
}




.browserTitle {
	padding-left: 2em;
	font-size: 120%;
	font-weight: bold;
}
.leftLabel {
	font-weight: bold;
	text-align: left;
	padding-right: 1.3em;
	padding-bottom: .5em;
	vertical-align: top;
}


.caption {
	font-style: italic;
	font-size: 88%;
	font-weight: bold;
}

#figureContainer {
}

#figures {
}

#figures a {
	display: block;
	color: blue;
	border-size: 0px;
	margin: 0;
	padding: 0;
	position: relative;
}

#figures a, #figures a:visited	/* menu at rest */
	{
	border-width: 0px;
	border-style: none;
	color: white;
	}

#figures a:hover	/* menu at mouse-over  */
	{
	color: white;
	}	

#figures ul {
	list-style:none;
	margin-left: -14px;
}
#figures ul li {
	margin-bottom: 3em;
}

#figures ul ul {
	position: relative;
	z-index: 5;
	top: -202px;
	padding: 0;
	display: none;
}

div#figures li:hover ul {
	display: block;
}


.shadowPicture {
	margin-right: 5px;
	margin-bottom: 5px;
}
