a.mylnk:hover, a.mylnk:link, a.mylnk:active, a.mylnk:visited {text-decoration: none;}
a.mylnk:link {color: #525252;}
a.mylnk:hover {color: #b6069f;}
a.mylnk:active {color: red;}
/*a.mylnk:visited {color: pink;}*/

a.mylnk2:hover, a.mylnk2:link, a.mylnk2:active, a.mylnk2:visited {text-decoration: none;}
a.mylnk2:link {color: #00cccc;}
a.mylnk2:hover {color: #b6069f;}
a.mylnk2:active {color: red;}

a.mylnk3:hover, a.mylnk3:link, a.mylnk3:active, a.mylnk3:visited {text-decoration: none;font-size:1.0rem;line-height:0.9rem;font-family:'open_sansregular',sans-serif;margin:0;padding:0;}
a.mylnk3:link {color: white; background-color: #000000;padding:2px 7px;border-radius: 10px;}
a.mylnk3:hover {color: #b6069f;background-color: white;padding:2px 7px;border-radius: 10px;}
a.mylnk3:active {color: red;}

.imgtextbx {
 width:100%; 
 display: flex;
 justify-content: left;
 align-items: flex-start;
} 

.imgset {
  margin-top: 5px;
}

.imgtext {
  margin-top: 0px;
  padding: 0px 10px;
}

.imgframe4 {
	/*border:#c0c0c0 1px solid;*/
  /*border:#cc7a2f 1px solid;*/
/*float: right;*/
  padding: 0px;
  /*margin-left: 10px;*/
  margin-top: 15px;
	display:inline-block;
}

.imgframe3 {
/*float: right; */
/*padding: 10px;*/
}



.imgframe2 {
	border:#c0c0c0 1px solid;
float: right;
  padding: 0px;
  margin-left: 10px;
  margin-top: 15px;
	display:inline-block;
}

.imgframe1 {
float: right; 
padding: 10px;
}

.leftmbx {
  position: -webkit-sticky;
  position: sticky;
  justify-content: left;
  /*width:20%;*/
  width:240px;
  float: none;
  
  top: 10rem;
  padding: 10px 10px;
  /*border: 1px solid #73AD21;*/
  background-color: #e5ffb2;

  z-index:1;
} 

.rightmbx {
  position: -webkit-sticky;
  position: sticky;
  justify-content: left;
  /*width:20%;*/
/*05082025*/
  /*width:290px;*/
/*  width:190px;
width:32%;--06082025*/
/*width:32vw;*/
width:32%;
/*------------*/
  float: none;
  
  /*top: 10rem;*/
top: 3rem;
  padding: 10px 10px;
  /*border: 1px solid #73AD21;*/
  /*background-color: #e5ffb2;*/

  z-index:1;
}

.leftmbx ul {
  list-style-type: none;
}

.rightmbx ul {
  list-style-type: none;
}

.middle {
  position: -webkit-sticky;
  position: sticky;
  padding: 10px 0px;
  /*width:68%;*/
  /*width:68%;
 /* width:68vw;*/
  z-index:1;
  border: 0px solid #336666;
}

.emptybx {
  width:15%;
  float: none;
  padding: 10px 10px;
  z-index:1;
} 

.emailbx {
  display: flex;
  justify-content:  space-around;
   /* justify-content: center;*/
  align-items: flex-start;
  z-index:4;
} 

.drop {
  display: none;
}

.dispdrop {
  position: absolute;
  /*width:300px;*/
  width:360px;
  float:right;
  background-color: white;
  border: 1px solid #73AD21;
  margin-top: 30px;
  z-index:-1;
}

.dispdrop ul {
  list-style-type: none;
  padding: 10px 10px;
}

.dispdrop a:hover {
  color: blue;
  text-decoration: none;
}

.dispdrop a:link {
  color: black;
  text-decoration: none;
}

.dispdrop a:active {
  color: red;
  text-decoration: none;
}

.sub ul{
  position: absolute;
  width:200px;
  float: none;
  background-color: white;
  border: 1px solid #73AD21;
  z-index:3; 
}

.sub a:after {
    content: " ";
}

.sub a:hover {
  color: blue;
  text-decoration: none;
}

.sub a:link {
  color: black;
  text-decoration: none;
}

.sub a:active {
  color: red;
  text-decoration: none;
}

h4{font-size:1.3rem;line-height:1.8rem;font-family:'open_sansbold',sans-serif;margin:0;padding:0;}
/*h4{font-size:1.3rem;line-height:2.1rem;font-family:'open_sansextrabold',sans-serif;margin:0;padding:0;}*/
/*.small_greyf {font-size:1.2rem;line-height:2rem;color: #666666;font-family:'open_sansregular',sans-serif;margin:0;padding:0;}*/
.small_greyf {font-size:1.2rem;line-height:1.6rem;color: #666666;font-family:'open_sansregular',sans-serif;margin:0;padding:0;}


.normal_f {font-size:1.3rem;line-height:2.1rem;font-family:'open_sansregular',sans-serif;margin:0;padding:0;}
.sidem_f {font-size:1.1rem;line-height:1.9rem;font-family:'open_sansextrabold',sans-serif;margin:0;padding:0;}

.sidemhm_f {font-size:1.0rem;line-height:1.6rem;font-family:'open_sansregular',sans-serif;margin:0;padding:0;}