/* reminder - slash-slash comments are not allowed
*  vaa 03/11/2025 - Remove width specs for header/footer
*  vaa 05/11/2024 - Add text size prevention
*  vaa 11/30/2023 - Footer: remove width
*  vaa 08/24/2022 - Lighten up body background
*  vaa 04/02/2021 - Take out article/form Text Justify
*  vaa 04/30/2021 - Rip out all unused code-rot
*  vaa 04/15/2021 - Add Drop down menu button
*/
body{
	padding: 0px;
	margin: 0px;

    background-color: #E0F0F0;  /* lighter-green */
	font-family: Arial;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

h1 {
	background: rgb(161,205,190);
	font: normal bold 12pt Arial;
	padding: 2px 5px 2px 5px;
	color: #000000;
	border-bottom: 0px;
	text-align: center;
}

h1.invited{
	margin-top: 0px;
	color: #000000;
	background: rgb(195,225,215);
}

h1.container{
	margin-top: 0px;
}

#header, #menucaption, #container{
	position: relative;
	margin: auto;
}

#header{
	top: 0px;
	background: url('/imgs/Ai-02 Apr Try 6.png') no-repeat;
	height: 58px;
    background-color: #39947B;
}

#mainmenu {
	position: relative;
	margin: auto;
/*	background: url('/imgs/main_menu4.png') no-repeat; */
/*  #c7c1c8;rgb(219,229,241);#4A212C; #A1CDBE*/
	background: rgb(195,225,215);
	top: 0px;
	min-width: 758px;
	height: 30px;
    border: 1px solid black;
}

#mainmenu table{
	position: relative;
	margin: auto;
	font: normal normal 16px Arial;
	top: -6px;
	width: 758px;
}

a.menu{
    text-decoration: none;
    color #000000;
}

ul.menu li{
	display: inline;
	margin: .2em;
}

#menu{
	margin: auto;
	z-index: 100;
	border: solid 1px #FFFFFF;
	width: 758px;
	background: url('/imgs/floating_menu.png');
	text-align: center;
}

#menu table{
	width: 758px;
	margin: auto;
}

#menu ul{
	position: absolute;
	/* remove bullets and list indents from submenus*/
	list-style: none;
	margin: 0;
	padding: 0;
	/*end comment*/
	z-index: 200;
	display: none;
	border: thin solid white;
}

#menu ul li{
	border: thin solid white;
}

#menu table tr td:hover ul, #menu table tr td ul li:hover{
	display: block;
}

#menu table tr td:hover a.popout{
	text-decoration: none;
}

a.popout{
	text-decoration: underline;
	color:rgb(251, 251, 251);
}

/* **************************** Dropdown Menu Item 04/15/2021 ******************** */
.dropbtn {
  color: black;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f1f1f1;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  text-align: right;
  display: block;
}

.no-touch .dropdown-content a:hover {background-color: #ddd;}
.no-touch .dropdown:hover .dropdown-content {display: block;}
.no-touch .dropdown:hover .dropbtn {background-color: #3e8e41;}
.no-touch .dropbtn:hover {color: white;}

/* ******************************************************************************** */

#article, #form{
	position: relative;
	width: 760px;
	margin: auto;
/*	text-align: justify; */
    top: 10px;
	background: rgb(251,251,251);
	padding-bottom: 10px;
	min-height: 425px;
    border: 2px solid #6E6E6E;
    border-radius: 5px;
}

#article p, #form p{
	padding-left: 1em;
	padding-right: 1em;
}

#article h1, #form h1{
	margin-top: 0px;
}

#form{
	background: rgb(195,225,215);
	padding-bottom: 15px;
	min-height: 240px;
	text-align: left;
}

#article img, #form img {
	border-style: inset;
	border-color: rgb(150, 150, 150);
}

p.menucaption{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container, #contentleft, #contentmiddle, #contentright{
	height: 1000px;
	top: 3px;
}

#container{
	width: 760px;
	font: normal normal 13px Arial;
	padding-bottom: 10px;
}

#contentleft, #contentmiddle, #contentright{
	background-color: rgb(251, 251, 251);
	position: absolute;
	width: 243px;
	padding-bottom: 10px;
	color: #000000;
	font: normal normal 14px Arial;
	border: 2px solid #6E6E6E;
}

#contentmiddle{
	left: 255px;
}

#contentright{
	left: 511px;
}

#signup{
	position: absolute;
	font: normal normal 20px Arial;
	width: 242px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#signup_form{
	font: normal normal 20px Arial;
	width: 230px;
	border: thin solid #000000;
	margin-left: 5px;
	margin-right: 5px;
	color: #000000;
	background: rgb(195,225,215);
	/* background: rgb(219,229,241); */
}

#footer{
	position: relative;
	top: 0px;
/*	width: 760px; */
	margin: auto;
	text-align: center;
}

/*
a.mainmenu:link {
	color: #4A212C;
}

a.mainmenu:visited {
	color: #4A212C;
}

a.mainmenu:hover {
	 color: blue; /*rgb(254,159,80);*/
	 text-decoration: none;
}
*/

/* Define standard hyperlinks */
a:link  { color: rgb(118, 25, 139);}
a:visited { color: rgb(118, 25, 139);}
a:hover { color: blue; text-decoration: none; }
