/* CSS Document */
/* this style sheet used for these 
Georgiana mobile friendly June 2025 webpages:
updated July 14 2025
faqs, resources */

body{
	
	background-color: #FFFFFF;
}
	
 .header {
	float:none;
	background: #FFFFFF;
	width: 100%;
	max-width: auto;
	min-width: 320px;
	text-align:center;
	border-radius:5px;
	webkit-border-radius:5px;
	moz-border-radius:5px;
	o-border-radius:5px;
}	


img {
    display: block;
    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;
  }

}

 .container {
	width: 100%;
	min-width: 320px;
	background: #FFFFFF;
	align: center;

}

.content {
	max-width: 1000px;
	min-width: 320px;
	background: #FFFFFF;
	align: center;
	margin-left: auto;
    margin-right: auto;
}



.title {
text-align: center;
font-size: 18px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: none;
color:#000099;
background-color: transparent;
}


.title2 {
text-align: left;
font-size: 18px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight:500;
line-height: normal;
text-transform: none;
color:#008080;
background-color: transparent;
}



	
.page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
	padding:inherit;
	font-weight: 500;
	color: #000099;
	text-decoration: none;
	background-color: inherit;
	}

	 h1{
 	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	text-align: center;
	line-height: 0.8em;
    color: #000099; 
background-color: transparent;
	 }

 h2{
 	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	line-height: 0.8em;
    color: #000099; 
background-color: transparent;
	 }



.strong {
color: inherit;
background-color: transparent;
font-weight:600;
}

 .italic {
font-style: italic;
color: inherit;
background-color: inherit;
 }	
 
 a img { 
	border: none;
}
		
	p {
text-align: justify;
font-size: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
line-height:25px;
text-transform: none;
color: #000099;
background-color: transparent;
}



p a:link {
color:#008080;
background-color: transparent;
font-size: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-weight: normal;
font-style: normal;
line-height:25px;
text-decoration: none;
}

p a:visited {
color:#008080;
background-color: transparent;
text-decoration: none;
}

p a:hover {

color:#009966;
background-color: transparent;
text-decoration: underline;
}

p a:active, a:focus {
	color:#00FF99;
   background-color: transparent;
   text-decoration: underline;
}

.bold {
	
	font-style: normal;
	font-weight: 800;
}

.medbold {
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
}

.lrgbold {
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
}


.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
	text-align:left;
}

.smitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
	text-align:justify;
}

.small a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-style: normal;
	line-height: normal;
	color:#008080;
	text-decoration: underline;
	text-align: justify;
}

.small a:visited {
	
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-style: normal;
	line-height: normal;
	color:#008080;
	text-decoration: underline;
	}


.small a:hover {
	
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-style: normal;
	line-height:normal;
	color:#009966;
	text-decoration: underline;
}

.small a:active {
	
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-style: normal;
	line-height: normal;
	color:#00FF99;
	text-decoration: underline;
}


/* ~~ 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;

}


