h1 { 
    font: bold 12.5pt/115% Verdana, Arial, Charcoal, Helvetica, sans-serif; 
    color: #0084b2;
    text-align: center;
    padding: 18px 14px 2px 14px; 
}

h2 { 
    font: bold italic 10.5pt/125% Verdana, Arial, Charcoal, Helvetica, sans-serif; 
    color: #0084b2;
    text-align: center;
    padding: 5px 10px 2px 10px; 
}

h3 { 
    font: bold italic 10pt Verdana, Arial, Charcoal, Helvetica, sans-serif; 
    color: #3399cc; 
    text-align: center;
	padding: 15px 0px; 
    margin: 6px auto; 
}

h4 { 
    font: bold 10pt/90% Verdana, Arial, Charcoal, Helvetica, sans-serif; 
    color: #339999; 
    text-align: left;
    padding: 5px 14px 2px 14px; 
}

h5 { 
    font: bold italic 10pt/120% Verdana, Arial, Charcoal, Helvetica, sans-serif; 
    color: #9966cc; 
    text-align: center;
    padding: 5px 14px 2px 14px; 
}

h6 { 
    font: 9pt/125% Verdana, Arial, Charcoal, Helvetica, sans-serif; 
    color:  #3399cc; 
    text-align: center;
    padding: 2px 14px 0px 14px;
	margin: 6px auto; 
} 

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1030px;
	height: auto; 
    margin: 0 auto;
    padding: 0 auto;
    background-color: #ffffff;
	border-bottom: 25px solid #00FFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nav {
    width: 100%;    
    background-color: #2e8ab8;
    color: #ffffff;
	height: 21px;
	padding-top: 3px;
    float: left;
    text-align: center;
}
.header {
 	width: 100%;
	max-width: 1030px;  
	background-color: #e6ffff;
    padding: 0;
    border-bottom: 5px solid #00FFFF;
    float: left;
	text-align: center;
    margin: 0px auto; 
}
.headertext {
 	width: 75%;
	max-width: 600px;  
	text-align: center;
    margin: 1px auto; 
} 

.dotstop {
    width: 100%; 
    background-color: #00FFFF;
    height: 2px;
    float: left;
    border-top: 8px solid #2A98D1;
    border-bottom: 4px solid #48BFFD;
} 

.dotsbottom1 {
    width: 100%;  
	background-color: #7CCEF9; 
    height: 2px;
    float: left;
    border-top: 2px solid #48BFFD;
    border-bottom: 3px solid #2A98D1;
} 
.dotsbottom2 {
    width: 100%;  
	background-color: #00FFFF; 
    height: 3px;
    float: left;
    border-bottom: 5px solid #3399cc;
} 

.left {
    max-width: 63%;
    height: auto;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    text-align: left;
    float: left;
}

p {
   width: auto;
   max-width: 900px;
   margin-top: 4px; 
   padding-left: 20px; 
   padding-right: 14px; 
   font: normal 10.5pt/125%  Verdana, Charcoal, Arial, sans-serif;
   color: #006699;
   background-color: white; 
   float: left;
   text-align: left;
} 

a:link, a:visited, a:hover, a:active {
    font: bold 10pt/100% Verdana, Arial, Charcoal, Helvetica, sans-serif;
    text-align: center;
    padding-right: 2%;
    padding-left: 2%;
}

a:link { 
    color: #ffffff; 
    text-decoration: none;
}

a:visited { 
    color: #D0FEFE;
}

a:hover { 
    color: #ffffff; 
    text-decoration: underline; 
}

a:active { 
    color: #ffffff; 
    text-decoration: underline; 
}
  
.clearfloats {
	clear: both;
} 

.clearleft {
	clear: left;
}       
       
img {
   padding: 3px;	
   margin: 0px;	
   text-align: center;
   border: none;
} 

 .slideshow {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.slide {
  display: none;
}

.slide.active {
  display: block;
}
.slideshow img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 650px; /* or whatever max size you want */
    margin: 12 auto;
}
/* Controls */
.control-container {
  display: flex;
  justify-content: center; 
  gap: 6px; 
  margin-top: 10px;
}
.control {
  background: #00ffff;
  color: white;
  border: none;
  padding: 5px 6px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
}
.prev, .next {
  font-size: 20px; 
}
.pause {
  font-size: 16px; /* Adjust pause/play button size */
}
.control:hover {
  background: #00e6e6;
 } 

	 /*This begins the right column - "graphics-column"*/
	                                  
.graphics-column { 
    max-width: 30%;
	height: auto; 
    float: right;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    text-align: left;
    border-bottom: 5px solid #abffff;
}
                                  
#right1 {
	width: 200px; 
	height: auto; 
	text-align: center;
	float: right;	
	padding: 0;
    margin: 0;
	border-top: 6px solid #abffff; 
	border-left: 6px solid #abffff; 
 	background-image: url(images/rtealpurple.gif); 
}

#right1 img {
  	margin: 18px 5px 2px 5px;
}

.rightgraphic1 {
	width: 245px; 
	height: auto;
    float: right;	
}
.rightgraphic1 img {
   float: right;	
}	

#right2 {
	width: 85px; 
	height: auto; 
	float: right;	
	padding: 0;
    margin: 0;
	border-top: 6px solid #abffff;  
	background-image: url(images/rtealpurplewht.gif);
	background-repeat: repeat-y;
 }

#right2 img {
  	margin: 26px 9px 24px 14px;
}
.rightgraphic2 {
	width: 80px; 
	height: auto;
    float: right;	
}	
.rightgraphic2 img {
   float: right;	
} 

#right3 {
	width: 24px; 
 	height: auto; 
	float: right;	
	padding: 0;
    margin: 0;
	border-top: 6px solid #abffff;  
    background-color: #ffffff;
    background-image: url(images/dec3.gif);
	background-repeat: repeat-y;
 }
 
 /* Media Queries */
 
 @media only screen and (max-width: 768px) {
    .container {
        width: 98%;
   }
    .graphics-column {
        display: none; 
   }
    .container img {
        width: 100%;
        height: auto;
   }
}

@media only screen and (max-width: 1019px) {
    .container {
        width: 90%;
    }
    .container img {
        width: 100%;
        height: auto;
    }
        .graphics-column {
        display: none; 
    }
}

@media only screen and (min-width: 1020px) {
       .graphics-column {
    }
}

 @media only screen and (max-width: 1019px) {
  .left {
    max-width: 90%;
    float: none;
    margin: 0 auto; /* Centers the div horizontally */
  }
}

            