/* CSS Document */
/* this style sheet used for these 
Georgiana mobile friendly Sept 2017 webpages:
updated July 14 2025
index,  */



body {	
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	min-width: 320px;
	
  }
  
  .container {
	width: 100%;
	min-width: 320px;
	background: #FFFFFF;
	align: center;


	
}
  
  
  
.header {
	float:none;
	background: #FFFFFF;
	width: 100%;
	min-width: 320px;
	text-align:center;
	border-radius:5px;
	webkit-border-radius:5px;
	moz-border-radius:5px;
	o-border-radius:5px;
}

 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color:#008080;
	text-decoration: none;
	text-align: center;
}

 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
	font-style: italic;
	line-height: 20px;
	font-weight: normal;
	color:#008080;
	text-decoration: none;
	text-align: center;
}


a img { 
	border: none;
}




.content {
	max-width: 1300px;
	min-width: 320px;
	background: #FFFFFF;
	align: center;
	margin-left: auto;
    margin-right: auto;
}


.content img {
	border: none;
    float:right;
    margin-left: auto;
    margin-right: auto;

	
}


.topnav {
  overflow: hidden;
  background-color: #009999;
}


.topnav a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 35px 25px;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.topnav a:hover {
  background-color:#339999;
  color:#00FFFF;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
	line-height:normal;
	font-weight: 500;
	color:#014D4C;
	text-decoration: none;
	text-align:justify;
	padding-left: 20px;
	padding-right: 20px;
}


 p	a:link {
	font-weight: bold;
	color:#008080;
	text-decoration: none;
	padding: 6px;
	line-height:normal;
	margin: 0px
}

p a:visited {
	color:#008080;
	text-decoration: none;
		
	}


p a:hover {
	color:#009966;
	text-decoration:underline;

}

p a:active, a:focus {
	color:#00FF99;
	text-decoration: underline;

}


.italic {font-style:italic;
}

.bitalic {font-style:italic;
font-weight:bold;
}

.bold {
	font-style: normal;
	font-weight: 800;
}

.lrgbold {
	font-style: normal;
	font-weight: 800;
	font-size:20px;
	
}


/* ~~ The footer ~~ */
.footer {
	padding:10px 0;
	background: transparent; 
	float:none;
	border-radius:20px;
	webkit-border-radius:20px;
	moz-border-radius:20px;
	o-border-radius:20px;
	position: relative;
	clear: both;
	max-width:90%;
	margin-left: auto;
    margin-right: auto;

}





.smlink {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color:#014D4C;
	text-decoration: none;
	text-align:left;
	background-color:transparent;
	padding:inherit;
}


 .smlink a:link {
	color:#008080;

}

.smlink a:visited {

	color:#008080;

	}


.smlink a:hover {

	color:#009966;
	text-decoration:underline;

}

.smlink a:active, a:focus {

	color:#00FF99;
	text-decoration: underline;

}



