@charset "utf-8";
/* CSS Document */
    .body {font-family: times,serif;} 
    .sans {font-family: helvetica,arial,sans-serif;}
    .gsans {font-family: helvetica,arial,sans-serif; background-color:#f0f0f0;}
    .caption {font-family: helvetica,arial,sans-serif; font-style:italic}
    .maincontainer {margin-left:auto; margin-right:auto;}
	.infogroup {display:block; background-color:#C0D8F8; }
	.download-group { background-color:#C0D8F8;	}
@media print {
    .noprint { display:none;}
	.maincontainer { width:90%;}
}
@media not print {
	.printonly {display:none;}
	.maincontainer { width:90%;}
}
@media screen and (min-width:800px) {
	.maincontainer { width:80%;}
}

    .sitepage {color:#000000; background-color:#80B8E0;}
	h1,h2,h3,h4,h5,h6 {font-family: helvetica,arial,sans-serif;}
	h1 {font-size: 18pt;}
	h2 {font-size: 12pt;}
	h3 {font-size: 11pt}
	h4 {font-size: 10pt;}
	h1 a { text-decoration: none ;}
	h2 a { text-decoration: none ;}
	h3 a { text-decoration: none ;}
	h4 a { text-decoration: none ;}
    h1 a:hover { background-color: #e0e0e0 ;}
    h2 a:hover { background-color: #e0e0e0 ;}
    h3 a:hover { background-color: #e0e0e0 ;}
    h4 a:hover { background-color: #e0e0e0 ;}
	a { text-decoration: none; }
	p a { font-weight:bold; }
	.hmenu ul { padding-left: 0; list-style-type: none; margin: 0; }
	.hmenu li { list-style-type: none; margin: 0; padding: 3px 8px; float: left;
				border: 1px solid #00b; border-radius:4px;
	            display: block; font-family: helvetica,arial,sans-serif;
				background-color:#C0D8F8; }
    .hmenu li:last-child {  }
    .hmenu li a { color: black; text-align: center; text-decoration: none; }
    .hmenu li:hover:not(.active) { background-color: #2070F0; }
    .hmenu .active { border-color:#00B000; background-color:#99FFCC;
					}
    :link { color: #0000EE;}
	:visited { color: #551A8B;}
	:link:active { color: #FF0000;}
	:visited:active { color:#ff0000;}
	
    .dropdown { color: black; text-align: center; text-decoration: none; }
	.dropdown:hover .dropdown-content {display: block;}
    .dropdown:hover .dropbtn {background-color: #3e8e41;}

	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: #C0D8F8;;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
	  }
    .dropdown-content li {
      display:block;
	  float:none;
	  text-align:left;
	}
	.category { padding-top:0.5em; text-decoration:underline;
	}
    .featurename {font-family: helvetica,arial,sans-serif; }
