@charset "utf-8";
body {
	background: #003366;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url();
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-color: #CCCCCC;
}

.background-primary {
    background: #ffffff;
	position: relative;
  }
  
  
 .background-secondary {
	background-color:#003366;
  }
  
  
  
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;

}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}


summary{  
font-size:1.50rem;
cursor: pointer;
background: #ffd700;
margin:5px;
padding:5px;
}
 
 
 .dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
margin-left: 10px;
margin-right: 10px;

padding-left: 40px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;	
background-image: url(../images/hostbackground.JPG);
border-width: wide;
border-style: solid; 
border-color: white;	
} 

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: blue;
margin-left: 30px;
margin-right: 20px;

padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;	
background-color: white;
border-width: 5px;
border-style: solid; 
border-color: white;		
	
} 


h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
margin-left: 10px;
margin-right: 10px;
color: #ffffff;
background-color: #ffffff;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;	
text-align: left;	
border-width: medium;
border-style: solid; 
border-color: blue;	
	
} 


h4 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
margin-left: 10px;
margin-right: 10px;
color: #ffffff;
background-color: #003399;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;	
text-align: center;	
border-width: thick;
border-style: solid; 
border-color: white;	
	
} 



h5 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #0000cc;
margin-left: 10px;
margin-right: 10px;
background-color: #ffffff;
padding-left: 10px;
padding-right: 10px;	
padding-top: 5px;
padding-bottom: 5px;
text-align: center;	
	
} 


h6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
margin-left: 10px;
margin-right: 10px;
color: #ffffff;
background-color: purple;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;	
text-align: center;	
border-width: thick;
border-style: solid; 
border-color: white;	
	
} 


.container5 {
	width: 1200px; 
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    background-color:#003366;
}


.box2 {
 	background-color: black;
 	margin: auto;
	padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
 	width: 500px;
	font-size: 8px;
} 



.topnav {
  overflow: hidden;
  background-color:  #F8DE7E;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #4CAF50;
  color: white;
} 



.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.oneColLiqCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(file:///C|/Users/jfure/images/BlueCloud.jpg);
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	padding: 0;
	background-color: #DDDDDD;
	background-image: url(file:///C|/Users/jfure/images/BlueCloud.jpg);
} 
.underconstruction {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(file:///C|/Users/jfure/images/BlueCloud.jpg);
}
.sidebarhdng {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: lighter;
	color: #000000;
}

.sidebar2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}


.SacHdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000cc;
}
.SacHdSm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000cc;
}
.SacHdSm2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000cc;
}
.SacHdSm3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000cc;
}

.style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0000cc;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;	
}


.sharing {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;	
}

.sharing21 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
.sharing22{	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #D6001C;
}

.sharing32{	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}




.specialLink{ color: white;  FonT-SIZE: 10pt}

.specialLink2{ color: #0033999;  FonT-SIZE: 12pt}



A:link 
{
    FonT-SIZE: 12pt;
    COLOR: #0000cc;
	FonT-FAMILY: Georgia, "Times New Roman", Times, serif;
	text-DECORATIon: underline;
}


A:visited 
{
	FonT-SIZE: 12pt;
	COLOR: #0000cc;
	FonT-FAMILY: Georgia, "Times New Roman", Times, serif;
	text-DECORATIon: underline;
}



A:hover 
{
	FonT-SIZE: 12pt;
	COLOR: #0000cc;
	FonT-FAMILY: Georgia, "Times New Roman", Times, serif;
	text-DECORATIon: underline;
	background: #cccccc;
} 

A:active
{
	FonT-SIZE: 12pt;
	COLOR: #0000cc;
	FonT-FAMILY: Georgia, "Times New Roman", Times, serif;
	text-DECORATIon: underline
}

.LetterTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #0000CC;
}

.style18 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
}
.courier16 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #333399;
}
.courier14 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #330099;
	text-transform: capitalize;
}
.courier14underling {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #330099;
	text-decoration: underline;
}
.arise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}
.ariseheader {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	font-size: 30px;
}

.arisewhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
}


.winter7 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: blue;
}


.winter8 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}

.redfont2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12;
	font-style: italic;
	font-weight: bold;
	color: #D0312D;;
}
a.choice span
{
color: #0000cc;
text-decoration: underline;
font-size: 20px;
}

a.choice:hover span
{
COLOR: #0000cc;
text-decoration: underline;
font-size: 20px;
background: #cccccc;
} 

list-style-type: none:



/* End */  {}