html {
  background: #0641A5 none repeat scroll 0 0;
  background-color: #0641A5;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1	{
	background-color: #386f0d;
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding: 5px auto 5px 15px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

td.green_curve_left	{
	background: url(https://maizegdb.org/images/header_left.gif);
}

td.green_curve_right	{
	background: url(https://maizegdb.org/images/header_right.gif);
}

td.green_curve_background	{
	background-color: #386F0D;
	color: white;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

tr.green_curve_background	{
	background-color: #386F0D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

#logo {
	background:url(https://maizegdb.org/images/logo.png);
	height: 126px;
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
  width: 1080px;
	background-repeat:no-repeat;
	background-position:left;
}
#logo_link {
  display:block;
  height:150px;
	text-indent:-9999px;
  width:250px;
}

#whitecurve{
  float: center;
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
  width: 1080px;
	padding: 0px;
}
#content {
  float: center;
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	background-color:white;
  width: 1070px;
	min-height: 700px;
	padding: 4px;
}


.sub-heading1 {
  font-weight: bold;
  font-size: 14pt;
  color: black;
}
.sub-heading2 {
  font-weight: bold;
  font-size: 12pt;
  color: black:
}

.expandcontract {
  font-weight: bold;
  font-size: 14pt;
  margin-right: 5px;
  cursor: pointer;
}
.expandable {
  margin-left: 10px;
}

.open {
  display: block;
}
.closed {
  display: none;
}

.odd {
  background-color: #f4f4f4;
}
.even {
  background-color: #f4faf4;
}
