	A:link   	{color:#E3FFAD; text-decoration:none}
	A:visited   	{color:#E3FFAD; text-decoration:none}
	A:hover   	{color:#AABD73; text-decoration:none}
	A:active  	{color:#FF0000; text-decoration:none}

a 	{
	font-weight: bold;
	outline: none;
	text-decoration: none;
}/* not needed 12/31/23?
#adText1     {
    position: relative;
    top: 0px;
    left: 0px;
    height: 150px;
    width: 180px;
    margin-top: 3px;
    font-size: 16px;
    background-color: #000000;
    text-align: center;
    border: solid 1px white;
}*/
#autotitle {
	position: absolute;
	top: 60px;
        width: 90%;
	height: 30px;
        border: 0px;
	padding: 20px;
	font-family: Times New Roman, Times, serif; 
	font-size: 24pt; 
	color: #FFFFFF; 
	text-align: center;
}
body	{
	font-family: Times New Roman, Times, serif; 
	font-size: 14pt; 
	color: #FFFFFF;
        background-color: #777777;
	background-color: #000000;
	margin: 0 auto 0 auto;  
}
.backtotop {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 8pt;  color: #FFFFFF; 
	text-align: right; 
}
.bodyheader 	{
	font-family: Times New Roman, Times, serif;	
	font-size: 16pt; 
        color: #FF0000;
        color: #FFFFFF;
	text-decoration: none;
	text-align: center
}
.bodysubtitle 	{
	font-family: Times New Roman, Times, serif;	
 	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
A.bodysubtitle 		{						
        color: #E3FFAD;
	text-decoration:none;
}

A.bodysubtitle:hover	{						
	color:#FF0000;
	text-decoration:none;
}
#contents	{
	position: relative;	
	top: 0px;
        left: 5%;
        right: 5%;
        width: 85%;
	padding: 20px;
	font-family: Times New Roman, Times, serif; 
	font-size: 14pt; color: #FFFFFF; 
	text-align: left;
        z-index: 2;
}
#copyright	{
        position: fixed; /*changed for indexTEST 12-26-23*/      
        height: 50px;
        left: 5%;
        right: 5%;
        width: 85%;
        bottom: 0px;
        text-align: center;
        font-size: 9pt; 
        color: #FFFFFF;
        padding-left: 20px;
        padding-right: 20px;
        background-color: black;
        z-index: 2;
}

/* BEGIN DROPDOWN MENU STYLE from https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_js_dropdown_hover */
.dropbtn {          
    color: white;
    font-size: 10pt;
    border: none;         
    background-color: #000000;
    background-color: transparent;
}
.dropbtn a:hover {
    color: red;
    text-decoration: none;  
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0px;
    min-width: 150px;
    text-align: right;
    padding-right: 30px;
    background-color: #000000;
    z-index: 3;
}
.dropdown-content a {
    color: white;
    color: #E3FFAD; 
    padding-top: 5px;
    text-decoration: none;
    background-color: #000000; 
    display: block;
}
.dropdown-content a:hover {
    color: red;
    text-decoration: none;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    color: #FF0033;
}
/* END DROPDOWN MENU STYLE */

#email {
        position: relative; 
        top: 300px;
        left: 5%;
        right: 5%;
        width: 85%;	
	padding: 20px;
	font-family: Times New Roman, Times, serif; 
	font-size: 24pt; 
	color: #FFFFFF; 
	text-align: center;
        z-index: 2;
}
#indexAd   {
    position: absolute;
    top: 20px;  
    left: 20px;
    height: 680px;
    height: 208px;
    width: 186px;
    text-align: center;
    z-index: 5;
    /*display: none;
    visibility: hidden;*/
}
#jmnAd1 {top: 0px; right: 0px; height: 42px; width: 180px; text-align: right; margin: auto; border: solid 1px white;}
#jmnAd1:hover {border: solid 3px white; margin-right: 2px;}

#jmnAd2 {position: relative; top: 3px; left: 0px; height: 42px; width: 180px; text-align: right; margin: auto; border: solid 1px white;}
#jmnAd2:hover {border: solid 3px white; margin-right: 2px;}

#jmnAd3 {position: relative; top: 6px; left: 0px; height: 42px; width: 180px; text-align: right; margin: auto; border: solid 1px white;}
#jmnAd3:hover {border: solid 3px white; margin-right: 2px;}

#jmnAd4 {position: relative; top: 9px; left: 0px; height: 42px; width: 180px; text-align: right; margin: auto; border: solid 1px white;}
#jmnAd4:hover {border: solid 3px white; margin-right: 2px;}

#jmnAd5 {position: relative; top: 12px; left: 0px; height: 42px; width: 180px; text-align: right; margin: auto; border: solid 1px white;}
#jmnAd5:hover {border: solid 3px white; margin-right: 2px;}

#list	{
	text-align: center;
}
#menu {
    position: absolute;
    top: 15px;
    right: 2%;
    height: 20px;
    font-size: 14pt;
    text-align: right;
    padding-right: 10px;
    z-index: 5;
}
#pageName {
        position: relative; 	
	top: 0px;
        left: 5%;
        right: 5%;
        width: 85%;
	height: 60px;
	padding: 20px;
	font-family: Times New Roman, Times, serif; 
	font-size: 24pt; 
	color: #FFFFFF; 
	text-align: center;  
        opacity: 1;
	filter: alpha(opacity=100);
        /*border: 1px solid yellow;*/
}
.source {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
	margin-left: 200px;
}
#submenu	{
	position: absolute;
	top: 30px;
        width: 90%;
	height: 20px;
	padding: 0px;
	margin: 0px;						
	text-align: center;
	font-size: 10px; 
	color: #CCCCCC; 
	font-weight: normal; 	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	z-index: 1;
}
#tesla_menu {
    position: absolute;
    top: 15px;
    right: 2%;
    height: 20px;
    font-size: 14pt;
    text-align: right;
    padding-right: 10px;
    z-index: 5;
}
#text	{
        position: relative;
        top 20px;
        left: 5%;
        right: 5%;
        width: 85%;
	padding: 20px;
	direction: ltr;
	font-family: Times New Roman, Times, serif; 
	font-size: 14pt; color: #FFFFFF; 
	text-align: left;
        z-index: 2;
        /*border: 1px solid yellow;*/
}
#tower2	{
	position: absolute;
	top: 30px;
        width: 85%;     
        left: 5%;
        right: 5%;
        padding: 20px;
	text-align: right;
	opacity: .5;
	filter: alpha(opacity=50);
        z-index: -2;
}
#waveBG	{ /*added 12/24/23*/
	position: absolute;	
	top: 10px;
        right: 300px;
        width: 100%;
	height: 50px;
	font-family: Courier New, Courier, mono; 
	color: #FFFFFF; 
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 2;
}

.wave0 	{
	font-size: 14pt; 
	vertical-align: middle;
}

.wave1 	{
	font-size: 20pt; 
	vertical-align: middle;
}

.wave2 	{
	font-size: 26pt; 
	vertical-align: middle;
}

.wave3 	{
	font-size: 32pt; 
	vertical-align: middle;
}

.wave4 	{
	font-size: 38pt; 
	vertical-align: middle;
}

.wave5 	{
	font-size: 44pt; 
	vertical-align: middle;
}

.wave6 	{
	font-size: 50pt; 
	vertical-align: middle;
}

.wave7 	{
	font-size: 56pt; 
	vertical-align: middle;
}

.wave8	{
	font-size: 62pt; 
	vertical-align: middle;
}

.wave9	{
	font-size: 70pt; 
	vertical-align: middle;
}

.wave10	{
	font-size: 76pt; 
	vertical-align: middle;
}

.wave11	{
	font-size: 82pt; 
	vertical-align: middle;
}

.wave12	{
	font-size: 88pt; 
	vertical-align: middle;
}

.wave13	{
	font-size: 94pt; 
	vertical-align: middle;
}

.wave14	{
	font-size: 100pt; 
	vertical-align: middle;
}

.wave15	{
	font-size: 106pt; 
	vertical-align: middle;
}

.wave16	{
	font-size: 112pt; 
	vertical-align: middle;
}

.wave17	{
	font-size: 118pt; 
	vertical-align: middle;
}
/*
#wrapper2	{ /*not needed 1/1/24 ?
	position: relative;
	top: 5px;
	border: 0px;
	width: 1000px;
        height: 90%;
	text-align: right;
	margin:auto;
	background-color: #000000;
        bottom: 30px;          
}
*/
/*@media screen and (max-width: 750px) {
    
    #indexAd {
        display: none;
        visibility: hidden;
    }
    #jmnAd1 {
        display: none;
        visibility: hidden;
    }
}*/
      
/* Smartphones (portrait and landscape) ----------- */
/*@media only screen */
@media screen 
and (min-width : 320px) 
and (max-width : 700px) {
    #indexAd {
        display: none;
        visibility: hidden;
    }
    #jmnAd1 {
        display: none;
        visibility: hidden;
    }
    /*
    #tesla-menu {
        right: 1%;
    }*/
}
     

