html {
	margin: 0px;
	padding: 1em;
	color: black;
	font-family: 'Arial New', Arial, sans-serif;
	line-height: 1.5em;
	font-size: 0.9em;
}

body {
	margin: 0px;
	padding: 5px;
	color: black;
}

.leftNav {
	border-width: 1px 4px 3px 1px;
	border-style: solid;
	border-color: #375988;
}

p, div {
	margin: 0;
	padding: 1em 0 0 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1em;
}

h2, h3, h4, h5 { padding: 1.5em 0 0.5em 0; }

/*
h1,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child { padding: 0em 0em 0.5em 0em; }
*/

h1+p, h2+p, h3+p, h4+p, h5+p,
h1+div, h2+div, h3+div, h4+div, h5+div
{ padding-top: 0 }

h1+h2, h2+h3, h3+h4, h4+h5
{ padding-top: 0.5em }

ul {
	margin: 0;
	padding: 0 0 0 1em;
	list-style-type: disc;
	list-style-position: outside;
}
ul li {
	padding: 0;
	text-indent: 0;
}
ul.nobullet {
	list-style-type: none;
}

ol {
	margin: 0;
	padding-left: 1em;
	list-style-position: outside;
}
ol li {
	padding: 0;
	text-indent: 0;
}

li > p, li > div
{
	padding-top: 0;
}

p+ul, p+ol, ul+p, ol+p,
div+ul, div+ol, ul+div, ol+div 
{
	padding-top: 1em;
}

sub, sup {
	vertical-align: 0;
	position: relative;
	font-size: 0.75em;
}

/* Note: ex is equal to the height of an "x"
	typically, this is 1/2 em
*/
sup { bottom: 1ex; }
sub { top: 0.8ex; } 
sup a {
	text-decoration: none;
}

img {
	border-width: 0;
}

form {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}

fieldset {
	margin: 0 2% 10px 2%;
	padding: 5px;
	border-color: blue;
	border-width: 2px;
}
fieldset legend {
	font-weight: bold;
	color: blue;
}
fieldset p {
	padding: .75em 0 0 0;
}
fieldset label {
	font-weight: bold;
}

fieldset.plain {
	display: inline;
	margin: 0 0 10px 0;
}

textarea {
	font-family: inherit;
	font-size: inherit;
}

#info {
    margin-left: 2%;	/* not auto, due to IE bug on fieldset */
	margin-right: 2%;
	padding: 0;
    height: 100%;
}

#notes, #sample_list {
    width: 100%;
}

.nowrap {
	white-space: nowrap;
}

.nobox {
	border: none;
}

.center85 {
	margin-left: 7.5%;	/* not auto, due to IE bug on fieldset */
	margin-right: 7.5%;
	padding-left: 0;
	padding-right: 0;
}

.indent10 {
	margin-left: 10%;
}

.elbow_room {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.boxed {
	border: solid black 1px;
}

.nopad {
	padding: 0;
}

.left {
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
	max-width: 70%;
}
.right {
	float: right;
	margin: 0 5px 0 5px;
	padding: 0;
}

.nudge2 {
	padding: 0;
	margin: 0;
	line-height: 2px;
}

.explanation {
	font-size: x-small;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.big {
	font-size: x-large;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1;
}

fieldset .explanation {
	color: gray;
}

.quiet { font-size: xx-small; }

.clearing { clear: both; }

/* houses leftNav and bodyarea */
.middle {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	min-height: 0;	/* IE bug fix (hasLayout issue)*/
}

.bodyarea {
	padding: 0 5px 1em 5px;
/* To force bodyarea into a column, float it left and give it a width...*/
/*
	float: left;
	width: 70%;
*/

/* or hardcode its left margin (but then it could never drop below navLeft, plus we would need to know the width of leftNav.)
	margin-left: 180px;
*/

}

/* header vertical dimensions are pixels to fit consistently
	on body's background image */
.header {
	line-height: 100px;
	font-size: 50px; 
	font-weight: bold;
	overflow: hidden;
}

.bottomNav, .footer {
	text-align: center;
}

.topNav, .bottomNav, .footer {
	color: white;
	background-color: #4776a4;
}

.topNav, .bottomNav {
	font-size: 1.1em;
	font-weight: bold;
}

.footer a {
	color: white;
}

.topNav a, .bottomNav a {
	padding-left: 1em;
	padding-right: 1em;
	color: white;
	text-decoration: none;
}
.topNav a:hover, .bottomNav a:hover {
	text-decoration: underline;
}


/* this is for the left-side menu */
.leftNav {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 4px;
	background-color: #dce6f0;
}

.leftNav ul {
	margin: 0;
	padding: 0;
}

.leftNav ul li {
	margin: 0px 0px 1px 0px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;	/* IE bug fix */
	text-indent: 0;
}

.leftNav ul a {
	display: block;
	padding: 1px;
	color: #375988;
}
.leftNav ul a:hover, .leftNav ul a:visited:hover {
	color: white;
	background-color: #8baccc;
}

.leftNav ul a:visited { color: #975988; }

/* the isthis class is for the currently displayed leftNav menu item */
.leftNav ul a.isthis {
	background-color: #bdcde0;
	border: 1px solid black;
	text-decoration: none;
}

.glossaryEntry {
	margin: 0;
	padding: 0 2em 0 0;
	font-weight: bold;
}

table.table0 {
}

table.simple {
	border-collapse: collapse;
	border-style: none;
	border-width: 0;
	border-spacing: 0;
	empty-cells:show;
	margin:0;
}

table.simple td {
	padding: 0;
	border-style: none;
	border-width: 0;
	border-spacing: 0;
	margin:0;
}

table.table1 {
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-spacing: 0;
	empty-cells:show;
	margin:0;
}

table.table1 td {
	padding: 2px 5px 2px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
table.table1 td.head {
	background: #8baccc;
	border-width: 2px;
}
table.table1 td.head:first-child {
	width: 320px;
}
table.table1 td img {
	height: 150px;
}

table.table1 td.top {
	background-color: #8baccc;
	border-width: 2px;
	font-weight:bold;
	position:sticky;
	top:0;
}
table.table1 td.group {
	background-color:#ffff00; 
	text-decoration:underline; 
	font-weight:bold;
}
table.table1 td.item {
	text-align:left; 
}
table.table1 td.pn {
	text-align:left; 
}
table.table1 td.unit {
	text-align:center; 
}
table.table1 td.price {
	text-align:right; 
}

.contents_ul li {
	padding: 0;
	margin-left: 1em;
	list-style-type: none;
	list-style-position: outside;	/* IE bug fix */
	text-indent: 0;

}

.logo {
	float: left;
	height: 75px;
}

.W3box {
	float: right;
	margin: 0;
	padding: 5px 2px 0 5px;
	width: 88px;
	height: 75px;
}
.W3img {
	margin: 0;
	padding: 0 0 5px 0;
	float:right;
	width:88px;
	height:31px;
}

.image {
	float: left;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.image div {		/* default image caption attributes */
	font-size: 80%;
	text-align: center;
}

form#sample_submission table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
}
form#sample_submission table td {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

/* highlight the current field ... */
fieldset *:focus {
	background-color:#ffffb0;
}
/* ... but don't highlight a link that has the focus  */
fieldset a:focus {
	background-color: transparent;
}

input.number {
	text-align: right;
	font-weight: bold;
}

form.form1 input {
	size: 40;
}
