body {
	font-family: Arial, "Lucida Grande", Lucida, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	font-style: normal; 
	font-weight: normal; 
	background-color: #FFFFFF; 
	color: #000000;
	text-align: center;			/* IE 5 hack to center page on screen */
}

body a {
	text-decoration: none;
	color: red;}
	

.nav_toggle {
  display: none;
}


div {
	padding: 3px 0px 3px 0px;
}

#container {
	margin: 0 auto;			/* this centers page on screen */
	text-align: left;
	background-color: #ffffff ;
	height: 100% ;
}

#top_menu {
    clear: both;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	background-color: #ffffff;
	border-top: 1px solid #dadada;
}

#top_menu h1 {
    background-color: #ffffff;
    color: black;
    font-size: 14pt;
    text-align: left;
    margin: 0px;
}

#header {
	height: 100px;
	display: flex;
}

#header img {
    float: left;
    height: 100px;
}

#header h1 {
    float: right;
    margin: 20px 0px 0px 0px;
    padding: 20px 5px 0px 0px;
    color: #000000;
    font-size: 18pt;
    font-weight:900;
    font-family: Arial, sans-serif;
}

#left_content {
	display: block; 
	margin-left: 0px;
	padding: 0px 5px 5px 10px;
	width: 210px;		/* OK to use fixed width, it resizes anyway */
	float: left;		/* float the left column to the left */
	background-color: #ffffff;
}


#left_content  h1 {
    background-color: #a0a0a0;
    color: black;
    font-size: 11pt;
    margin: 16px 0px 0px -5px; 
    padding: 2px;
}

#main_content {
	margin-left: 290px;	/* OK to use fixed margins, it resizes anyway */
	margin-right: 100px;
	background-color: #ffffff;
}




@media screen and (max-width:767px) {
  .nav_toggle {
	display: block;	
  float: right;
  margin-right:15px;
  font-size: 36px;
  }
  
  	#header img {
    float: left;
    height: 60px;
}
  
#left_content {
  height: 100%; /* 100% Full-height */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  width: 0px;  /* java will change to 210px; */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding: 0px 0px 0px 0px; /* java will change to 0px 5px 5px 10px; */
  background-color: #ffffff;
  border-right: 1px solid lightgray;
  border-top: 1px solid lightgray;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


#main_content {
    margin-left: 20px;
    margin-right: 20px;
	background-color: #ffffff;
}

.flexbox {
  display: flex;
  margin: -7px;
  flex-wrap: wrap;
}


select {
  overflow: auto; 
  max-width: 190px;
}

input {
  max-width: 184px;
}

.q {
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	line-height: 10pt;
	font-weight: normal;
	font-size: 10pt;
}



}

@media screen and (min-width:768px) { 
	
#left_content {
  display: block; 
	margin-left: 0px;
	padding: 0px 5px 5px 10px;
	min-width: 210px;		/* OK to use fixed width, it resizes anyway */
	float: left;		/* float the left column to the left */
	background-color: #ffffff;
	}
}



#inner {
	width: 99%; 	/* hack for IE 6 */

}

#criteria {
    padding: 0px 5px 5px 10px;
    border-bottom: 1px solid #003366;
}

#criteria h2 {
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px solid #003366;
    font-size: 10pt;
}

#criteria form {
    margin: 0px;
}

#right_content {
	float: right;		/* float the right column to the right */
	padding: 6px;
	width: 100px;		/* OK to use fixed width, it resizes anyway */
	background-color: #ffffff;
}

#footer_content {
	clear: both;
	font-size: 80%;
	margin: 20px 0px 0px 0px;
	padding: 5px 5px 5px 5px ;
	text-align: right;
	color: black;
}

legend {
	font-weight: bold;
	font-size: 12pt;
	border: 1px solid black;
	padding: 3px;
}


hr {
	height: 1px;
	border: 0;
	color: #c0c0c0;
	background-color: #c0c0c0;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: separate;
	border-spacing: 2px;
	display: grid;
	grid-gap: 10px;
	overflow-y: scroll;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

tr {
	vertical-align: top;
}

tr.thead {
	background-color: #ccc;
	font-family: Arial, sans-serif;
	line-height: 10pt;
	font-weight: bold;
}

tr.odd {
	background-color: #FFFFff;
}

tr.even {
	background-color: #FFFFff;
}

select {
	font-family: Arial, Lucida, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
  max-width: 200px;
}

option {
  max-width: 200px;
}

input {
	font-family: Arial, Lucida, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
  max-width: 193px;
}

textarea {
	font-family: Arial, Lucida, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.flexbox {
  display: flex;
  margin: -7px;
}


.flexbox div {
  padding: 7px;
  flex-basis: fit-content;
}

.message {
  border: 1px solid red;
  font-family: monospace;
  color: red;
}

a {
  text-decoration: none;
  color: red;
	font-weight: bold;
}

a:link {
  text-decoration: none;
  color: red;
}

a:visited {
  text-decoration: none;
  color: red;
}

a:hover {
  text-decoration: none;
  color: red;
}

a:active {
  text-decoration: none;
color: red;}


.menu a {
	text-decoration: none;
    font-weight: lighter;
	color: black;
}

.pagehead {
font-size: 1.4em; font-weight: bold; background-color: #FFffff; color: #FFFFFF;
margin-top: 4px; margin-right: 4px; margin-bottom: 4px; margin-left: 4px;
}

.crosshead {
font-size: 1.2em; font-weight: bold; color: #000000; background-color: #FFFFff;
}

.biglink {
	font-weight: bold; 
	font-size: 1.1em;
	padding: 30px 0px 3px 2px;
}

.menu_group0 {
	display: block;
	margin-top: 3px;
	padding: 0px;
}

.menu_group {
	margin-top: 3px;
	padding: 0px;
}

.menu0 {
	font-size: 0.9em;
	font-weight: normal;
	color: black;
	background-color: transparent;
	padding: 2px 2px 2px 6px;
	margin-top: 3px;
}

.menu {
	font-size: 0.9em;
	font-weight: lighter;
	color: #FFffff;
	background-color: #FFFFff;
	padding: 2px 2px 2px 6px;
	margin-top: 2px;
}

.submenu_sel {
	font-size: 0.8em ; background-color: #efefef;
}

.menu_sel {
	font-size: 0.9em; 
	font-weight: lighter; 
	color: #000000;
	padding: 2px 2px 2px 6px;
	margin-top: 3px;
}

.menu_sel a {
	text-decoration: none;
	font-weight: lighter;
	color: red; 
}

.submenu {
font-size: 0.8em;
}

.greymenu {
	font-family: Arial, sans-serif;
	font-size: 1em; 
	font-weight: bold; 
	color: #000000;
	background-color: #ffffff;
	margin: 12px 0px 0px 0px;
}



.greyhead {
	font-family: Arial, sans-serif;
	font-size: 1.2em; 
	font-weight: bold; 
	color: #000000;
	padding: 2px 4px 2px 4px;
	background-color: #ffffff;
}

.found {
	background-color: #ffffff;
}

.article {
font-size: 1.4em; font-weight: bold; color: #000000;
}

.date {
font-style: italic;
}

.smalldate {
font-style: italic; font-size: 0.8em;
}

.intro {
font-weight: normal; color: #ffffff;; font-size: 0.9em;
}

.titlesm {
font-weight: bold; color: #000000; font-size: 1em;
}

.datehead {
font-size: 1em; font-weight: normal; background-color: #dedede; color: #FFFFFF;
margin-top: 4px; margin-right: 4px; margin-bottom: 4px; margin-left: 4px;
}

.subtitle {
font-size: 1.4em; font-weight: bold; color: #000000; background-color: #ffffff;
}

.payline {
font-size: 1.4em; font-weight: bold;
}

.q {
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	line-height: 10pt;
	font-weight: bold;
	font-size: 10pt;
}

.q a {
  color: red;
  text-decoration: none;
}

.qb {
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	line-height: 10pt;
	font-weight: bold;
	font-size: 9pt;
}
.q2 {
	background-color: #ffffff;
	padding: 2px;
	font-family: Arial, sans-serif;
	line-height: 11pt;
	font-weight: bold;
	font-size: 10pt;
}	
.s {
font-weight: bold; font-size: 1em;
}

.a {
font-size: 1em;

}

.header {
color: #000000; 
background-color: #ffffff; 
font-size: 1.4em; 
font-weight: bold; 
text-align: center; 
vertical-align: middle;
}

.ab {
font-size: 1em; font-weight: bold;
}

.ha {
font-size: 0.9em; font-weight: bold;
}

.pl_sub {
	background-color: #dadada;
	font-family: Arial, sans-serif;
	line-height: 10pt;
	font-weight: bold;
	font-size: 9pt;
	border-top: 1px #a0a0a0 solid;
}

.maincat {
  font-weight: bold;
  margin-top: .3em;
}

.subcat1 {
	padding-left: .5em;
}

.subcat2 {
	padding-left: 1em;
}

.subcat3 {
	padding-left: 1.5em;
}

.sh1 {
font-size: 1.1em;
font-weight: bold;
}

.sh2 {
font-weight: bold;
}

.in_err {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

.ok {
	color: #336699;
	font-weight: bold;
}

.subdiv {
margin: 0;
padding: 0;
display: none;
}

/* Publicactions online boxed text */
div.poBoxedText {
	margin: 5px 0px 0px 5px;
	padding: 7px 10px 7px 10px;
	background-color: #dadada;
}

/* Publications online tables */
table.potable {
	margin: 10px 30px 10px 30px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgray;
	font-size: 11px;
}

table.potable tr td {
	padding: 3px;
}

table.potable tr.even {
	background-color: #efefef;
}
                
table.potable tr.odd {
	background-color: #f0f0f0;    
}


@media print
{
    .printbutton
    {
        display:none;
    }
}