body {
  text-align: center;
  background-color: #b0e2b0; /* b1ccb1  ECFFBF; #FAFFCF; #FFFFEF;  white; */

  }

div.container {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	padding-top: 0px;
	border: 10px solid #006633; /* 00674E; */
  /* border-left: 1em solid #7DAF57;
	 border-top: 1em solid #7DAF57;
	 border-right: 1em solid #7DAF57;
	 border-bottom: 1em solid #7DAF57;*/
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  min-height: 500px;
}

div.toplogo {
   color: black;
   /* font-size: 2.5em; */
   /* background-color: #B6FF7F; */
   padding-top: 3px;
   padding-bottom: 3px;
}

div.toplogo td {
    font-size: 45px;
}

div.toplogo a:hover {
	color:#FDFF4F;
	border-bottom-style:none;
}

div.header {
    color: white;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 3px;
    color: #FFFFFF;
    background-color: #006633; /* 00674E;  #7DAF57; */
}

div.header td {
    font-size: 12px;
}

div.header a {
	color:white;
	text-decoration:none;
	border-bottom-style:none;
}

div.header a:hover {
	color:#FDFF4F;
	/* border-bottom-style:solid; */
	/* border-bottom-width:thin; */
}

div.main {
   padding-top: 3px;
   padding-bottom: 3px;
   padding-left: 30px;
   padding-right: 30px;
}

p, ul, ol, dl, table {
    font-size: 16px;
	font-family: serif;
}

/* form table { */
table {
	font-size: 12px;
}
/* em is a relative measure */

h1, h2, h3, h4 {
    font-family: sans-serif;
}

h1 { 
    font-size: 24px;
    /* text-align: center; */
}

h2 { font-size: 20px }
h3 { font-size: 16px }

a {
	color:#15358d;
	text-decoration:none;
	border-bottom-style:none;
}

a:visited {
	/* color:#9f1dbc; */
	color:#15358d;
}


a:hover {
	color:#15358d;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

td {
	font-family: sans-serif;
}

div.logos {
    /* top: 450px;
    left: 100px;
    position: absolute; */ 
    border: 2px solid #006633; /* 00674E; */
    /*
    border-left: 2px solid #7DAF57;
    border-top: 2px solid #7DAF57;
    border-right: 2px solid #7DAF57;
    border-bottom: 2px solid #7DAF57; */
    padding-top: 2px;
    padding-bottom: 2px;
}

div.logos a:hover {
	color:#FDFF4F;
	border-bottom-style:none;
}

div.abstract {
	border: thin black solid;
	margin: 15px;
	padding: 20px;
}

div.figure {
   background-color: white;
   float: right;
   /* width: 25%; */
   text-align: center;
   border: thin silver solid;
   /* margin: 0.5em; */
   /* margin-top: 0.5em; */
   margin-left: 8px;
   margin-bottom: 8px;
   padding: 8px;
}

div.figure p {
   text-align: center;
   font-style: italic;
   font-size: 10px; /* smaller; */
   text-indent: 0;
}

div.inav {
   float: right;
   text-align: right;
   font-size: 12px;
   color: #006633; /* 00674E; */
   padding-top: 5px;
   /* padding-bottom: 0.2em; */
}

div.inav a {
    color: #006633; /* 00674E; */
    text-decoration:none;
    border-bottom-style:none;
}

div.inav a:hover {
    color: #006633; /* 00674E; */
    border-bottom-style:solid;
    border-bottom-width:thin;
}



div#scapi {
	font-size: 0.8em;
}

div.drop {
    position: absolute;
	display: none;
	margin-top:  -1px;
	padding: 8px;
	background: #006633;
    text-align: left; 
} 

.submitlink {
   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
}
