body {
	padding: 10px;
	background: #FFFFFF;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
}

#body #banner {
	margin: 0px;
	padding: 0px;
	float: left;
}

h1 {
	font-size: 110%;
	font-style: oblique;
}

.sitenav {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	color: #FFFFFF;
}

.sitenav #navbar td {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border: 2px groove #666666;
	width: 16.5%;
	background: #CC0033;
	font: italic bold small-caps 70%/3em Verdana, Arial, Helvetica, sans-serif;
}

.sitenav #navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.sitenav #navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.sitenav #navbar a:active {
	color: #C03;
	text-decoration: none;
	background: #FFF;
}

.sitenav #navbar a:hover {
	color: #CO3;
	text-decoration: none;
	background: #FFF;
}

.breadcrumbs {
	color: #000000;
	text-align: left;
	margin: 0px;
	float: left;
	width: 100%;
	padding: 3px 0px;
	border-bottom: 2px groove #000033;
	border-top: 2px groove #000033;
}

.breadcrumbs a:link {color: #C03; text-decoration: none;}
.breadcrumbs a:visited {color: #CCC; text-decoration: none;}
.breadcrumbs a:active {color: #CCC; text-decoration: none;}
.breadcrumbs a:hover {color: #CCC; text-decoration: none; background: #C03;}

.leftnav {
	text-align: left;
	float: left;
	width: 25%;
	margin: 0px 0 0;
	padding: 52px 0px 0em;
	height: auto;
	color: #FFFFFF;
	background: #C03;
	border-right: 2px groove #000;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.leftnav h1 {
	margin: 1em;
	font-variant: small-caps;
	text-align: center;
}

.leftnav #related {
	list-style-type: none;
	margin: -10px 0 -10px;
	padding: 0 0px 4em 0;
	border-bottom: 2px groove #999999;
}

.leftnav #related li {
	text-align: left;
	padding: 1em 0px 1em 5px;
	margin: -5px 0;
	text-indent: -2px;
	border-top: 2px groove 666666;
}

.leftnav #related a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.leftnav #related a:active {
	color: #C03;
	background: #FFF;
	text-decoration: none;
}

.leftnav #related a:visited {
	color: #FFFFCC;
	text-decoration: none;
}

.leftnav #related a:hover {
	color: #C03;
	background: #FFF;
	text-decoration: none;
}

.leftnav .subtitle {
	text-align: center;
	padding: 0px;
	font: italic 70% Arial, Helvetica, sans-serif;
	border-style: none;
	top: -11px;
}

.leftnav #related #listnote {
	padding: 0px 0px 10px;
	margin: 5px 0px 0px 20px;
	text-align: left;
	text-indent: 0px;
	list-style: none;
	border-style: none;
	color: #CCCCFF;
}

.leftnav #contact .firstline {
	font-weight: bolder;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	z-index: 3;
	margin-left: -10px;
}

.leftnav #contact {
	text-decoration: none;
	margin: 10px -10px 0px 0px;
	height: 200px;
	font-size: 80%;
	padding-bottom: 0em;
	padding-left: 20px;
}

.leftnav #bookcart {
	padding-top: 0px;
	padding-left: 50px;
	margin: 10em 0em;
}

.content {
	color: #000000;
	text-align: left;
	height: 100%;
	float: left;
	width: 74%;
	font: 90%/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

.content h1 {
	color: #C03;
	text-align: center;
	padding: 19px 0;
	border-bottom: 2px groove #666666;
	font: 170% Verdana, Arial, Helvetica, sans-serif;
}

.content h2 {
	margin-top: 1em;
	padding: 5px 0 5px 10px;
	font: bold 115% Verdana, Arial, Helvetica, sans-serif;
	color: #CC0033;
	background: left;
}

.content h3 {
	font: oblique 105% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: 25px;
}

.content p {
	font-size: 95%;
	line-height: 1.5em;
	text-align: left;
	text-indent: 15px;
	margin: -15px 1em 10px 1.5em;
	padding: 10px 0px 0px 5px;
	text-decoration: none;
}

.content ul.bulleted {
	font-size: 95%;
	list-style-type: disc;
	line-height: 1.75em;
	list-style-position: outside;
	text-indent: -10px;
}

.content a:link {
	color: #CC0033;
	text-decoration: none;
}
.content .bulleted #descrip {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}


.content a:visited {
	color: #CC0033;
	text-decoration: none;
}

.content a:active {
	color: #FFF;
	text-decoration: none;
	background: #C03;
}

.content a:hover {
	color: #FFF;
	text-decoration: none;
	background: #C03;
}

.footer {
	float: left;
	width: 100%;
	height: 20px;
	background: #FFFFFF;
	padding: 1.5em;
	border-top: 2px groove #666;
	border-bottom: 2px groove #666;
	vertical-align: middle;
	margin-bottom: 30px;
}

.content ol {
	line-height: 1.75em;
}

.footer #copyright div {
	font: italic 75% Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

.content .underline {
	text-decoration: underline;
}
.leftnav #links .subtitle {
	font: small "Lucida Sans";
	color: #CCCCCC;
	background: center;
	margin-top: -5px;
}

.booklist {
	font: normal 80%/1.25em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin-left: 275px;
	text-indent: -20px;
	margin-top: -10px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.sitenav #navbar a:active {
	color: #C03;
	background:  #FFF;
	text-decoration: none;
}

.sitenav #navbar a:visted {
	color: #FFC;
	text-decoration: none;
}

.sitenav #navbar a:hover {
	color: #C03;
	background:  #FFF;
	text-decoration: none;
}
.leftnav #contact a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.leftnav #contact a:active {
	color: #C03;
	text-decoration: none;
	background: #FFFFFF;
}

.leftnav #contact a:hover {
	color: #C03;
	text-decoration: none;
	background: #FFFFFF;
}

.leftnav #contact a:visted {
	color: #FFFFCC;
	text-decoration: none;
}

.subtitle {
	font-size: 80%;
	font-style: italic;
	background: center;
}

.content .subtitle {
	font-style: italic;
	margin-top: -25px;
	margin-bottom: -10px;
}

.content #h2{
	font-size: 95%;
	text-indent: -15px;
	list-style-type: none;
	line-height: 1.5em;
}

.content #h3{
	font-size: 85%;
	text-indent: -15px;
	line-height: 1.5em;
	margin-left: 55px;
	list-style: none;
	margin-top: -20px;
}

.content li {
	list-style-image: none;
	list-style-type: square;
}

.content .ordered {
	list-style: decimal;
}
.content #avatarhead {
	position: relative;
	z-index: 4;
	border-width: 0px;
	border-style: none;
	top: -10px;
	left: 350px;
}
.content #annotation {
	padding-top: .5em;
	padding-bottom: 2em;
	padding-left: 10px;
}
.content .citation {
	text-indent: -10px;
	padding-left: 25px;
}
