﻿html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	font-size: 100%; 
	background-color: #f7f7f7;
}

header {
	max-width: 100%;
	height: auto;
	padding: 10px;
	background-color: #4b9560;
}

/* nav */
#nav {
	max-width: 100%;
	color: #fff; 
  	margin: 0;
  	padding: 0;
	background-color: #2a2a2a;
	text-transform: uppercase;
  	font-family: Verdana,Geneva,sans-serif; 
	overflow: hidden;
}

#nav ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	background-color: #2a2a2a;
  	color: #fff;
  	font-size: 13px; 
  	font-weight: 400;
  	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#nav button {
  height: 40px;
  background-color: #2a2a2a;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px; 
  font-weight: 400;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#nav button:focus, #nav button:visited { outline: 0; }

#nav li {   float: left; }

#nav li a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#nav li a:hover, #nav button:hover, #nav .dropdown:hover .dropbtn {
  background-color: #e64946;
  display: block;
}

#nav li.dropdown {
  display: block;
}

#nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: #2a2a2a;
  min-width: 160px;
  width: auto;
}

#nav .dropdown-content a {
  color:  #fff;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  border: 0;
}

#nav .dropdown-content a:hover  {background-color:  #e64946}

#nav .dropdown:hover .dropdown-content {
  display: block;
  z-index: 1;
}
/* end of nav */

body {
	max-width: 1024px;
	width: 100%; 
	margin:0 auto;
	background-color: white;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	word-wrap: break-word;
}

main {
	max-width: 100%;
	background-color: white;
	color: #282828;
	padding: 15px;
}

object {
     width:100%;
}

table {table-layout: fixed }
td {border: 0 px; vertical-align: top}

#top img  {float: left;
    height: 215px;
    width: 250px;
    border: 0;
    margin-right: 30px;
    margin-bottom: 30px; 
}

#top p {font-weight: bold; 
    font-size: 17px; 
	font-size: 1.1rem;
	line-height: 1.4; 
     margin-bottom : 30px;
     margin-right: 50px}
    
#top a {color: #CC0000; text-decoration: underline; font-weight: bold }

p {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px; 
	font-size: 1.1rem; 
  	margin: 10px;
  	line-height: 1.4;
  	word-wrap: break-word;
}

b, strong { font-weight: bold; }

img {
	max-width: 100%;
    height: auto;
	border:0;
	margin: 10px 5px;
	vertical-align: top;
	loading: lazy
}

a:link, a:visited {
	color: #e64946;
	text-decoration: underline; 
}
	
a:hover, a:focus, a:active {
	color: #e64946; 
	font-weight: bold;
	text-decoration: underline; 
}

ul, ol {margin: 10px;
	line-height: 1.5 }
	
ol {list-style-type: none }

.aqua {border: 1px solid #996633; padding: 5px; background-color: #eeffff}
/* p class="aqua" */

h1, h2, h3, h6 { 
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	margin: 10px;
}

h1 {
	font-size: 32px; 
	font-size: 2rem;	
	color: #e64946;
	line-height: 1.3; 
	font-weight: 700;
}

.h1 a:link, .h1 a:hoover, h1. a:active, h1. a:visited {
	color: #e64946;
	text-decoration: underline;
}

h2 {font-size: 24px; 
	font-size: 1.5rem;	
	color: #4b9560;
	line-height: 1.3; 
	font-weight: 400;
	font-weight: bold	
}

.h2 a:link, .h2 a:hoover, .h2 a:active, .h2 a:visited {
	color: #4b9560;
	text-decoration: underline;
}

h3 {font-size: 18px; 
	font-size: 1.3rem;	
	color: #2b2b2b;
	line-height: 1.3; 
	font-weight: 200;
	font-weight: bold	
}

.h3 a:link, .h2 a:hoover, .h2 a:active, .h2 a:visited {
	color: #2b2b2b;
	text-decoration: underline;
}

/* comment under image */
h6 {color: #2b2b2b;
	font-size: 0.9rem;
	font-style: italic;
	line-height: 1.1;
	margin-top: -5pt; 
    margin-bottom: 15pt}
      
.h6 a {color: #2b2b2b;
 	text-decoration: underline;
}

 
#blog {margin-left: 9pt; display:block; }
    
#blog a {
    color: #e64946;
    font-size: 1.1rem; 
    font-weight: bold; 
    font-style: italic;
    text-decoration: underline;
}
    
#blog a:hover {text-decoration: underline}
#blog a:focus {text-decoration: underline}

footer {
	max-width: 100%;
	color: #fff; 
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #282828;
  	text-align: center;
}

#footer img  {display:block; }