
.book {
	max-width: 770px;
	background-color: white;
	width:expression(document.body.clientWidth > 770? "770px": "auto" ); 
	/* IE code */
	}
body {
	margin: 0;
	background: white url(../pix/inside_back.gif) repeat-y center;
	}
/* 
MAKE SURE H3 (usu local) & H1 (usu MODS) both same size/appearance
*/	
h1,h2,h3 {
	font-size: 1.25em;
	font-style: italic;
	}
div.content img {
	border: 0;
	margin: 8px;
	}
img {
	border: 0px;
	}
a {
	color: #81A1D4;
	text-decoration: underline;
	line-height: 1.5em;
	}
a:hover {
	color: red;
	text-decoration: none;
	}
a:visited {
	color: #990099;
	}

.nav p {
	font-family: Copperplate Gothic Light, Copperplate, "arial", verdana, san-seif;
	margin: 0px 0px -3px 0;
	font-weight: 400;
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 14px;
	}	
.nav {
	/*overflow: auto;
	height: 101px;*/
	background: url(../pix/link_back.gif) no-repeat top;

	}
.nav a {
	text-decoration: none;
	}
.content {
	text-align: left;
	margin: 0 10px 0 10px;
	background: #fff;
	}
.footer {
	font-size: 11px;
	text-align: left ;
	background: url(../pix/inside_footer.jpg);
	height: 35px;
	color: #ffffff;
	}
blockquote {
	color: #C89600;
	font-size: 1.25em;
	width: 40%;
	float: right;
	text-align: center;
	border: #776340 solid;
	border-width: 1px 0 1px 0;
	margin-top: -10px;
	}	
td {
	vertical-align: top;
	padding: .25em
	}
ul {
	margin-top: -1em;
	}
th {
	background: #eeeeee;
	}
table {
	/* width: 100%; */
	border: 1px solid #eeeeee
	}
th {
	text-align: left;
	}		