body {// font-family: Arial, Helvetica, sans-serif;font-family: Calibri, sans-serif;// font-family: Tahoma, sans-serif, Calibri;// font-family: Helvetica;// font-family: Verdana;// font-family: Helvetica, sans-serif;// font-family: Palatino;}table {	padding: 0px 10px;	border-collapse: collapse;}td {	padding: 0px 30px;	vertical-align: text-top;}ol {counter-reset: section;list-style-type: none;}ol li:before {counter-increment: section;content: counter(section) ")  ";margin-left: -20px;padding-left: 0;//position: absolute;//left: -1.4em;}a:link{color:#0000FF;text-decoration:none;}a:active{color:#0000FF;text-decoration:none;}a:visited{color:#0000FF;text-decoration:none;}a:hover{color:#FF0000;text-decoration:none;}.tbltd0pad {	padding: 0px;	border-collapse: collapse;}.bkgnd1 {	background-image:url(bkgrnd-01.jpg);}/* =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= *//* These are hover effects essentially for the bottom menu */a.nav {font-size: 16px;color: white;text-align: center;padding: 3px 5px;text-decoration:none;}a.nav:link {color: white;text-decoration:none;}a.nav:visited{color:#FFFFFF;text-decoration:none;}a.nav:hover{background-color: red;}/* =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= *//* Navbar container */.navbar {  position: fixed; /* Set the navbar to fixed position */  top: 0; /* Position the navbar at the top of the page */  width: 100%; /* Full width */  /* overflow: hidden; */  background-color: #333;  font-family: Arial;}/* Links inside the navbar */.navbar a {  float: right;  font-size: 16px;  color: white;  text-align: center;  padding: 5px 8px;  text-decoration: none;}/* The dropdown container */.dropdown {  float: right;  background-color: #333;  /* overflow: hidden; */}/* Dropdown button */.dropdown .dropbtn {  font-size: 16px;   border: none;  outline: none;  color: white;  padding: 5px 8px;  background-color: inherit;  font-family: inherit; /* Important for vertical align on mobile phones */  margin: 0; /* Important for vertical align on mobile phones */}/* Add a red background color to navbar links on hover */.navbar a:hover, .dropdown:hover .dropbtn {  background-color: red;}/* Dropdown content (hidden by default) */.dropdown-content {  display: none;  position: absolute;  background-color: #f9f9f9;/* Orig was 160px */  min-width: 165px;  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);  z-index: 1;}/* Links inside the dropdown */.dropdown-content a {  float: none;  color: black;  padding: 5px 8px;  text-decoration: none;  display: block;  text-align: left;}/* Add a grey background color to dropdown links on hover */.dropdown-content a:hover {	background-color: #ddd;}/* Show the dropdown menu on hover */.dropdown:hover .dropdown-content {	display: block;}/* =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~= *//* The below essentially accommodate the last menu item on the right side so that its dropdown selection does not get cut off on the right side of the screen *//* Dropdown content (hidden by default) */.dropdown-content-right {  display: none;  position: absolute;  background-color: #f9f9f9;  min-width: 140px;  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);  z-index: 1;}/* Links inside the dropdown */.dropdown-content-right a {  float: none;  color: black;  padding: 5px 8px;  text-decoration: none;  display: block;  text-align: left;}/* Add a grey background color to dropdown links on hover */.dropdown-content-right a:hover {	left: auto;	right: 0;	background-color: #ddd;}/* Show the dropdown menu on hover */.dropdown:hover .dropdown-content-right {	left: auto;	right: 0;	display: block;}a.r{color:#AA0000;}#tab1 {	-moz-tab-size: 20; /* Firefox */	-o-tab-size: 20; /* Opera 10.6-12.1 */	tab-size: 20;	font-family: inherit;}/* To allow resizing of Google Maps on web pages */.google-maps {	position: relative;	padding-bottom: 75%; // This is the aspect ratio	height: 0;	overflow: hidden;}.google-maps iframe {	position: absolute;	top: 0;	left: 0;	width: 100% !important;	height: 100% !important;	box-sizing: border-box;	border: 2px solid;}