body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;  
	color: #000;
	background-color: #F5F5DC;
	background-image: url('_.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	margin: 0em;
	padding: 1em 0 0 0;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div.*/
	}
#contents {
	margin: 1.4em 6em 3em 6em;
	background: #F5F5DC;
	}
	
/*typography*/
a {
	text-decoration: underline;
	font-weight: bold;
	}
a:link {
   color: #993300;
	}
a:visited {
   color: #CC6600;
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #396A91;
	}
h1 {
	color: #993300;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	margin-left: .2em;
  text-align: left;
  line-height: normal;
	}
h2 {
	color: #46597D;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	margin: .4em 0em .4em .2em;
	font-weight: normal;
	  text-transform: none;
  text-align: left;
  line-height: normal;
	}
h3 {
	color: #224455;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	margin: 1.2em 0em .6em .3em;
	font-weight: normal;
	}
h4 {
	color: #46597D;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 1.4em 0em -.4em .4em;
	font-weight: normal;
	}
h5 {
	color: #46597D;
	font-size: medium;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	color: #46597D;
	font-size: medium;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 3px solid #CCCC99;
	}
img:hover {
	border: 3px solid #396A91;
	}
table {
	/*display: block;*/
	/*width: 90%;*/
	margin-left: auto;
	margin-right: auto;
	}
img.main {
margin: 1.5em 0 0 0 ;
background: #fff;
	/*width: 100%;*/
	/*display: block;
	margin-left: auto;
	margin-right: auto;*/
	/*padding: 1em;*/
	}
img.rawthumb {
	width: 100%;
	}
li.repro {
	margin-top: 2.6em;
	margin-bottom: 1.6em;
	/*border: 2px solid #e6e6fa;*/
	}
.source {
	line-height: 1.2em;
	}
li.repro img {
	width: 35%;
	border: 2px solid #fff;
	background: #e6e6fa;
	vertical-align: -15%;
	}
li.repro img:hover {
	border: 2px solid #396A91;
	}
hr.ornlb {
	width: 20em;
	margin-left: 5em;
	margin-top: 1em;
	margin-bottom: 1em;
	}
ol > li {
	font-size: small;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	margin-left: -2em;
	}
ul {
	font-size: medium;
	list-style: none;	
	}
ul > li {
	font-size: small;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	/*margin-left: -1em;*/
	list-style: none;
	}
ul.linegroup {
	list-style: none;
	margin: 1em 0 1.6em 2em; 
	}
div.content > ul > li
	{
	margin: 0;
	font-size: small;
	line-height: 1.4em;
	list-style: circle;
	}

p {
	font-size: small;
	line-height: 1.8em;
	margin: 1.2em .4em 1.2em .4em;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}
.button {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #396A91;
	}
.label {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #396A91;
	font-size: medium;
	}
div.technical {
	/*background: #EEEED1;*/
	color: #396A91;
	line-height: 1em;
	padding-top: .4em;
	padding-bottom: 1px;
	font-size: small;
	text-align: center;
	}
div.technical span {
	color: #46597D;
	line-height: 1em;
	margin-left: -3em;
	}
div.technical a {
	color: #CC6600;
	font-weight: normal;
	}
div.technical a:hover {
	font-weight: bold;
	color: #396A91;
	}
p.breadcrumbs {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #396A91;
	color: #fff;
	font-size: medium;
	padding-left: .4em;
	margin-left: -.1em;
	margin-right: -.1em;
	}
p.breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
	/*color: #fff;*/
	}
p.breadcrumbs a:hover {
	text-decoration: underline;
	}
.here {
	/*text-transform: uppercase;*/
	background: #e6e6fa;
	color: #396A91;
	padding: .3em;
	font-weight: bold;
	}
div.ednote {
	background: #EEEED1;
	margin: 1em 1em 1em 1em;
	width: 65%;
	text-align: center;
	padding: .4em;
	}
div.msadd {
	background: #EEEED1;
	margin: 1em 1em 1em 1em;
	width: 65%;
	padding: .4em;
	}
.desc {
	/*background: yellow;*/
	line-height: 1.2em;
	margin: 1em .4em 1em .4em;
	}
.item {
	/*background: yellow;*/
	line-height: 1.3em;
	margin: 0em .4em .2em .4em;
	padding: .4em;
	}
.note {
	margin-left: 1.5em;
	}
div.generaldesc {
	background: #fff;
	border: 1px solid #CCCC99;
	margin-left: 1em;
	margin-bottom: 10em;
	width: 44%;
	float: right;
	padding: .4em;
	}
div.objects {
	/*background: #fff;*/
	background: #EEEED1;
	background-image: url('2altdgrmotto.gif');
background-repeat: no-repeat; 
	border:1px solid #CCCC99;
	width: 53%;
	line-height: 1.3em;
	}


div.titlestmt {
	background: #EEEED1;
	padding: 1.4em;
	margin: -.4em;
	margin-bottom: 1em;
	text-align: center;
	}
div.radtext {
	padding: 0em 0em 2em 0em;
	/*font-size: 1.1em;*/
	}
div.page {
	padding: 1em 0em 0em 1em;
	}
div.divheadertitle {
	font-size: medium;
	margin: 1.2em 0em .6em 3.6em;
	font-weight: normal;
	}
div.image {
	background: #CCCC99;
	/*border:1px solid #000;*/
	}
div.mainimage {
	/*background: #EEEED1;
background-image: url('2altdgrmotto.gif');
background-repeat: no-repeat;*/ 
text-align:center;
	}
div.mainimage img {
	/*border: 2px solid #e6e6fa;*/
	}
div.mainimage img:hover {
	/*border: 2px solid #396A91;*/
	}
div.workdesc {
	/*display: block;*/
	padding: 1em;
	padding-top: 0;
	font-size: x-small;
	/*border:1px solid #000;*/
	/*clear: both;*/
	text-align: left;
	}
div.workdesc .item {
	line-height: 1.6em;
	} 
div.text {
background: #fff;
	padding: 1.4em;
	/*margin: .4em;*/
	border-bottom: 1px solid #CCCC99;
	}
div.reproductions {
background: #fff;
	padding: 1em;
	}
.leftpic {
	padding: .5em;
	/*float:left;*/
	/*width:20em;*/
	/*border:1px solid #000;*/
	}
.rightpic {
	padding: .5em;
	/*float:right;*/
	/*width:20em;*/
	/*border:1px solid #000;*/
	}
.docsearch {
	background: #224455;
	}
div.docsearch {
	margin-left: -4em;
	background: #ffffff;
	padding: .2em 2em 0em 2em;
	}
div.textual {
	background: #ffffff;
	width: 44%;
	float: right;
	padding: 0em 2em 0em 2em;
	}
div.glosses {
	background: #ffffff;
	width: 44%;
	float: left;
	padding: 0em 2em 0em 2em;
	}
.annotations {
	background: #224455;
	}
.annotations h1 {
	padding-left: .4em;
	}
div.annotations {
	background: #fff;
	margin: 0em 0em 0em 0em;
	margin-left: -4em;
	}
div.commentary {
	margin-top: 2.4em;
	border-top: 1px solid #CCCC99;
	padding: 0 2em 0 2em;
	}
	.addspan {
	width: 90%;
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #e6e6fa;
	/*border-right: 1px solid #000;*/
	border-left: 1px solid #000;
	font-size: small;
	}
	.addspan li {
	font-size: small;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	list-style: none;
	}
	.delspan {
	width: 90%;
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #e6e6fa;
	border-left: 1px dashed #000;
	/*border-right: 1px dashed #000;*/
	font-size: small;
	}
	.delspan li {
	font-size: small;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	list-style: none;
	}
	.add {
	vertical-align: super; 
	font-size: medium;
	}
	.del {
	text-decoration: line-through;
	font-weight: normal;
	font-size: medium;
	}
	.indent1 {
	padding-left: 1em;
	}
	.indent2 {
	padding-left: 2em;
	}
	.indent3 {
	padding-left: 3em;
	}
	.indent4 {
	padding-left: 4em;
	}
	.indent5 {
	padding-left: 5em;
	}
	.indent6 {
	padding-left: 6em;
	}
.linenumber {
float:right;
	/*margin-left: 3em;*/
	margin: -1.4em 0 0 0;
	}
.alttitle {
	color: #46597D;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	padding-left: .4em;
	/*margin: .4em 0em .4em .2em;*/
	font-weight: normal;
	}
div.alttitle span.label {
	font-size: medium;
	}
.invisible {
	visibility: hidden;
	}
.nounderline {
	text-decoration: none;
	}

html>body #navbar {
	z-index: 5; 
	width: 100%;
	padding: 0.2em 0 0.1em;
	white-space: nowrap;
	font-family: Trebuchet MS, Verdana, sans-serif;
	line-height: 1.5em;
	font-size: 1.2em;
	margin: -12px 0 0 -1px;
	/*margin: 0 0 0 10px;*/
	background: #993300;
	}
#navbar a {
	color: #F5F5DC;
	border-right:  1px solid #000;
	}
#navbar a.here 
	{background: #F5F5DC center center;
	color: #993300;
	/*padding-top: 4px;*/
	border-right:  0px solid #CCCC99;
	border-bottom: 8px solid #F5F5DC;
	border-left: 0px solid #CCCC99;
	border-top: 1px solid #F5F5DC;
	}
#navbar a#home {
	padding-left: 105px;
	border-left: 1px solid #CCCC99;
	}
#navbar a:hover {
	color: #396A91;
	background: #fff center center;
	border-top: 0;
	border-bottom: 2px solid #fff;
	}
#navbar a.here:hover {
	background: #F5F5DC center center;
	border-bottom: 3px solid #F5F5DC;
	}
#navbar b {
	/*display: none !important;*/
	}
.subnav a {
	padding-left:.8em;
	padding-right:.8em;
	text-decoration: none;
	}
.here {
	text-transform: uppercase;
	background: #F5F5DC;
	color: #396A91;
	padding: .3em;
	font-weight: bold;
	text-decoration: none;
	}
.subnav {
	padding: 2px;
	}
.subnav b {
	/*display: none !important;*/
	}
h2.date {
	text-align: center;
	}

