body {
	background-image: url(../images/silhouette.png);
	background-color: #bfddba;
	background-attachment: fixed;
}

div.banner {
	text-align: center;
	font-family: Verdana, arial, sans-serif;
	font-size: 48pt;
	font-weight: bold;
}


div.mainbody {
	font-family: "Book Antiqua", "Times New Roman", "Times", serif;
	margin-left: 22%;
	padding: 1pc;
	margin-right: 1pc;
}

div.mainbody h1 {
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 28pt;
	color: #f4ffcc;
	background-color: #96b284; 
	text-align: right;
	padding-bottom: 3pt;
	padding-right: 4pc;
}

div.mainbody h2 {
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18pt;
	color: black;
	padding-left: 2pc;
}

table {
	border-collapse: collapse;
	border-style: solid;
}

table th {
	background-color: #ffef99;
	padding: 3pt;
	padding-left: 2pt;
	text-align: center;
	border-style: solid;
}

table.seedmix th {
	padding: 1pt;
	text-align: left;
}

table th.blank {
	border-style: none;
}
table th.columnhead {
	text-align: left;
}

table th.rowhead {
	text-align: left;
}

table tr.shade {
	background: #96b284;
}

table tr.alpha td {
	background-color: #ffef99;
	text-align: center;
}

table tr.alpha td span.letterheader {
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18pt;
	color: black;
	padding-right: 2pc;
}

table td {
	vertical-align: baseline;
	border-style: solid;
	padding: 2pt;
}

table td.toenail {
	text-align: center;
}

table td.toenail img {
	vertical-align: text-top;
}

table tfoot td {
	background-color: #ffef99;
	border-style: inherit;
	text-align: right;
	padding: 2pt;
	padding-right: 1em;
}

div.directions + div.directions {
	border-top: medium solid #96b284;
}

div.directions span.detail {
	font-variant: small-caps;
	font-weight: bold;
}

div.spacing_tables {
	text-align: center;
}
div.spacing_tables table {
	margin: 1pc;
	text-align: right;
}

div.spacing_tables table td {
	font-family: monospace;
}
div.calculator {
	text-align: center;
	border: medium solid black;
	background-color: #96b284;
	padding: 1pc;
	margin-right: auto;
}

div.inset {
	float: right;
	padding: .5em;
	padding-bottom: 0;
	border: medium #96b284 solid;
	font-family: Verdana, arial, sans-serif;
	text-align: center;
	margin: .5pc;
	margin-top: 0;
}

div.inset p {
	border-top: thin solid black;
	padding-top: .5pc;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

div.backlink {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	margin-top: 3pt;
	/*margin-bottom: 2pt;*/
}

div.footer {
	margin-left: 22%;
	border-top: medium solid #96b284;
	text-align: center;
	font-family: Verdana, arial, sans-serif;
}

div.footer div.copyright {
	font-size: smaller;
	text-align: right;
}

a img {
	border: none;
}

.error {
	color: red;
}

.queryresult {
	font-size: 18pt;
	font-weight: bold;
}

/* span.term:before { content: "["; }
span.term:after { content: "]"; } */
span.term {
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	/* color: #96b284; */
}
