body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small; 
	color: #000;
	background-color: #F5F5DC;
	/*background-image: url('2altdgrmotto.gif');*/
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	margin: 0em;
	padding: 1em 230px;/* 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.*/
	}
#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 95%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
	max-width: 600px;
}
#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -245px; /* neg side margin values should be < or = to side body padding */
	min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 
#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:hover {
	text-decoration: underline;
	color: #396A91;
	}
h1 {
	/*color: #46597D;*/
	/*color: #224455;*/
	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;
	}
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; 
	}
ul {
	font-size: medium;
	list-style: none;	
	}
ul > li {
	font-size: small;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	list-style: circle;
	margin-left: -1em;
	}
ul.linegroup {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1.6em; 
	}
ul.linegroup > li
	{
	font-size: small;
	line-height: 1.3em;
	margin: 0.2em 0 0.1em -1em;
	list-style: none;
	}		
div.desc > ul > li
	{
	line-height: 1.3em;
	list-style: circle;
	}
ul.searchindex {
margin-left: -3em;
}
ul.searchindex > li {
	border: 1px solid #396A91;
	}
#pipe {
	text-align: center;
	}
#pipe ul {
	/*padding-left: 0;*/
	display: inline;
	} 
#pipe ul li {
	color: #396A91;
	margin-left: .4em;
	padding: 3px 5px 1px;
	border-left: 1px solid #396A91;
	list-style: none;
	display: inline;
	background: #EEEED1;
	}	
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
#pipe ul li a {
	color: #224455;
	padding: 1px;
	text-decoration: none;
	}
#pipe ul li a:hover {
	color: #396A91;
	text-decoration: none;
	}

ul.commentaryindex > li {
	/*border: 1px solid #396A91;*/
	/*visibility: hidden;*/
	}
#pipe ul.commentaryindex li {
	/*border-left: none;*/
	}
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;
	}
.button a {
	text-decoration: none;
	}
.label {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #396A91;
	font-size: medium;
	}
div.technical {
	background: #EEEED1;
	color: #396A91;
	border:1px solid #CCCC99;
	border-top: 0;
	line-height: 1em;
	padding-top: .4em;
	font-size: small;
	text-align: center;
	}
div.technical span {
	color: #46597D;
	line-height: 1em;
	margin-left: -3em;
	}
div.technical a {
	color: #CC6600;
	font-weight: bold;
	}
div.technical a:hover {
	color: #396A91;
	}

div.ednote {
	background: #CCCC99;
	margin: 1em 1em 1em 1em;
	width: 65%;
	}
div.msadd {
	background: #CCCC99;
	margin: 1em 1em 1em 1em;
	width: 65%;
	}
.desc {
	/*background: yellow;*/
	margin-bottom: -.4em;
	/*margin: 0em .4em 0em .4em;*/
	padding-left: 1em;
	padding-right: 1em;
	}
.item {
	line-height: 1.6em;
	margin: 0em .4em .2em 2em;
	}
.section {
	padding-bottom: 2em;
	}
.note {
	margin-left: 1.5em;
	/*padding: 3em;*/
	padding-top: 1em;
	padding-bottom: 1em;
	}

div.item div.note {
padding: 0 0 0 0;
}

.formnote {
line-height: 1.6em;
	margin: 0em .4em .4em 4em;

}
div.commentary {
	border:1px solid #CCCC99;
	border-top: 0;
	border-bottom: 0;
	line-height: 1.3em;
	padding: 2em;
	background: #fff;
	}

div.columnleft {
	width: 49%;
	min-width: 250px;
	}
div.generaldesc {
	border:1px solid #CCCC99;
	margin-left: 1em;
	margin-bottom: 10em;
	width: 49%;
	float: right;
	min-width: 250px;
	clear: left;
	background: #fff;
	padding: .4em;
	}
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.related {
	background: #EEEED1;
	border:1px solid #CCCC99;
	border-bottom: 0;
background-image: url('2altdgrmotto.gif');
background-repeat: no-repeat;
text-align:center;
	}
div.buttons {
	padding: 1em;
	/*border:1px solid #000;*/
	/*clear: both;*/
	}
.leftpic {
	padding: .5em;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
.rightpic {
	padding: .5em;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
/*div.rightpic > span > a > img {
	display: block;
	}*/
.docsearch {
	background: #B7C3D0;
	}
div.docsearch {
	margin-left: -4em;
	margin-top: .6em;
	background: #ffffff;
	padding: .2em 2em 0em 2em;
	}
div.textual {
	background: #ffffff;
	width: 48%;
	float: right;
	padding: 0em 4px 0em 4px;
	}
div.glosses {
	background: #ffffff;
	width: 48%;
	float: left;
	padding: 0em 4px 0em 4px;
	}
.footnotes {
	background: #EEEED1;
	margin: -.4em;
	margin-top: 2em;
	padding: .8em;
	/*border:1px solid #000;*/
	}
.footnotes p {
	line-height: 1.3em;
	}
.annotations {
	background: #B7C3D0;
	}
.annotations h1 {
	padding-left: .4em;
	}
div.annotations {
	background: #fff;
	margin: 0em 0em 0em 0em;
	margin-left: -4em;
	}
.bluebar {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #396A91;
	color: #fff;
	/*font-size: 1.1em;*/
	padding-left: .4em;
	}
.browse {
	background: #fff;
	padding: 2em;
	border:1px solid #CCCC99;
	}
.browse .bluebar {
	background: #b0c4de;
	color: #224455;
	letter-spacing: .2em;
	font-size: 1.1em;
	}

.basistext {
	padding-left: .8em;
	padding-bottom: .4em;
	}
.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;
	}
.quick {
	color: #46597D;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	text-transform: lowercase;
	font-variant: small-caps;
	}
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 0px;
	/*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;
	}
.here {
	text-transform: uppercase;
	background: #F5F5DC;
	color: #396A91;
	padding: .3em;
	font-weight: bold;
	text-decoration: none;
	}
.subnav {
	padding: 2px;
	}
.subnav b {
	/*display: none !important;*/
	}
table {
margin: 0 auto 0 auto;
}
.nothumb
{
background: #fff;
}
