/* scoastylesheet.css */
body, content, html {
	margin-top: 0px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	font-size:medium;
	font-family: calibri, Arial , Helvetica, sans-serif;
	min-width: 953px;
  text-align: center; 
  height: fit-content;
  
    

}


iframe {
    border:0px;
    background-color: white;
    overflow:hidden;
    border-color: #ffffff;  
    padding: 0px; 
    margin: 0PX;
	
}

/* width */
::-webkit-scrollbar {
  width: 15px;  
  
}

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #285487; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #285487; 
}

ul.a {
  list-style-type: circle;
}


a:link {
  text-decoration: none;
  color:blue;
  font-weight:500;

}

a:visited {
  text-decoration: none;
  color:#005CB9;
  
}

a:hover {
  text-decoration: underline;
  
}

a:active {
  text-decoration: underline;
  
}

.anchor{
  display: block;
  height: 250px; /*same height as header*/
  margin-top: -250px;
  visibility: hidden;
}


.content {
  width:953px;
  max-width:953px;
  min-width: 953px;
  margin-right: auto;
  margin-left:auto;
  margin-top:0px;
  margin-bottom:auto;
  background: black;
  padding: 0px;
  display: table;
  width: 100%;
  
   
  
}

p.center {
  margin-left: auto;
  margin-right: auto;
}

p {
     color: #000000;
     text-align:left;
     font-family: calibri, verdana, tahoma, arial; 
     font-size: 14px; 
     font-style: normal; 
     font-weight: 400; 
     letter-spacing: normal;
     line-height:120%;
     orphans: 2; 
     text-indent: 0px; 
     text-transform: none; 
     white-space: normal; 
     widows: 2; 
     word-spacing: normal; 
     margin-left:6px;
     margin-right:6px;
     clear: both;
    
 
}

iframe {
text-align:center;
padding:0px;
clear:both;
overflow:hidden;
border: 0px;
 
}

img {
	    margin-left: auto;
      margin-right: auto;
      border:0px;
      vertical-align:top; 
      clear:both;
}

.img2 {
  margin: 0px;
  border:0px;
  vertical-align:top; 
  clear:both;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

/* Style the first header */
.header {
	background-color: #000000;
	padding: 0px;
	text-align: center;
	font-size: medium;
	width:953px;
	letter-spacing: 1.5px;
	vertical-align: middle;
	margin-top:0px;
}

/* Style the second header */
.header2 {
	background-color: #ffffff;
	padding: 0px;
	text-align: center;
	font-size: medium;
  width:953px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
	letter-spacing: 1.5px;
	vertical-align: top;
	color: black;
  height: 84px;
  clear: both;

}


.contentcol {
  width:953px;
  max-width:953px;
  min-width: 953px;
  margin-right: auto;
  margin-left:auto;
  margin-top:0px;
  margin-bottom:auto;
  background: black;
  padding: 0px;
  display: table;
  height: 100%;
     
  
}
  /* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 953px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .contentcol {
  padding-top: 150px;
}
	

/* Style the weather header */
.header3 {
	background-color: #ffffff;
	padding: 0px;
	text-align: center;
	font-size: medium;
	width:953px;
	vertical-align: top;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
	
}

/* Create three unequal columns that float next to each other */
.column {
  padding: 0px;
  float:left;
  
  
}


/* Left and right column */
.column.sideleft {
	width: 28%;
	background-color: #000000;
	padding: 0px;
	border-right:0px;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	text-align:center;
  vertical-align:top;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  height: 100%;
  display: table-cell;
  
 
  
    
       
	}
	
.column.sideright {
	width: 28%;
	background-color: #000000;
	padding: 0px;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	text-align:center;
  vertical-align:top;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  height: 100%;
  display: table-cell;
  
 
  
    
  
	}


/* Middle column */
.column.middle {
  width: 44%;
  background-color: #000000;
  padding: 0px;
  text-align: center;
  border-right:0px;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
  vertical-align:top;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  display: table-cell;
  
    
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  
}

/* Style the footer */
.footer {
  background-color:white;
  padding: 0px;
  text-align: center;
  width:953px;
  height:175px;
  color:black;
  margin-right: auto;
  margin-left:auto;
  
}



div.sideTable {
  font-family: calibri, verdana, tahoma, arial; 
  border-bottom: 6px solid #000000;
  border-top: 0px solid;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;  
  background-color: #e1effb;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
    
  
}
.divTable.sideTable .divTableCell, .divTable.sideTable .divTableHead {
  border: 0px;
  padding: 8px;
}
.divTable.sideTable .divTableBody .divTableCell {
  font-size: 14px;
  color:#000000;
  font-family: calibri, verdana;
  text-align: center;
}
.divTable.sideTable .divTableHeading {
  background: #285487;
  border: 0px;
  text-align: left;
}
.divTable.sideTable .divTableHeading .divTableHead {
  font-size: 14px;
  color: #FFFFFF;
  word-spacing:2.5px;
  letter-spacing:1.5px;
  font-family: calibri, Verdana, Geneva, Tahoma, sans-serif;
  text-align: left;
  margin-left: 6px;
  
}
.sideTable .tableFootStyle {
  font-size: 14px;
}

div.TopcenterTable {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  border-left:1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 0px;
  border-bottom: 0px;
  background-color: #FFFFFF;
  width: 100%;
  text-align:center; 
  border-collapse: collapse;
}
.divTable.TopcenterTable .divTableCell, .divTable.TopcenterTable .divTableHead {
  border-left: 7px solid #F0F7FF;
  border-right: 7px solid #F0F7FF;
  border-bottom: 7px solid #F0F7FF;
  border-top: 0px;
  padding: 10px;
}
.divTable.TopcenterTable .divTableBody .divTableCell {
  font-size:medium;
  color: #000000;
  
}
.TopcenterTable .tableFootStyle {
  font-size: 12px;
}

div.centerTable {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  background-color: #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}

.divTable.centerTable .divTableCell {
  border: 7px solid #e1effb;
  padding: 10px;
  
}
.divTable.centerTable .divTableHead {
 border: 7px solid #285487;
 padding: 3px 2px;
 
}
.divTable.centerTable .divTableBody .divTableCell {
  font-size: medium;
  color: #333333;
}
.divTable.centerTable .divTableHeading {
  background: #285487;
}
.divTable.centerTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  word-spacing:2.5px;
  letter-spacing:1.5px;
  font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.centerTable .tableFootStyle {
  font-size: 14px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.overlay {
  height: 100%;
  width: fit-content;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  left: 57.6%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow:auto;
  
}

.overlay-content {
  position: relative;
  top: 1%;
  width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  overflow:auto;
  
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #5391CE;
  display: block;
  transition: 0.3s;
  overflow:auto;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: static;
  float: right;
  margin-bottom:0;
  top: 5px;
  right: 15px;
  font-size: 30px;
  color: white;
  clear: both;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
  
  
  }
  
  .line150 {
	line-height: 150%;
	text-align:left;
	font-size:medium;
}

  
.line130 {
line-height: 130%;
text-align:left;
font-size:small;
}

.link {
	font-size: medium;
	text-decoration:none;
	font-weight:bolder;
	color:#5B85A4;
}

hr {
     color: #e1effb;
     width:348px;
     font-weight:bold;
     margin-left:auto;
     margin-right:auto;
     margin-top:30px;
     margin-bottom: 30px;
     clear:both;   
	
}

li:first-child {
    margin-top:0;
}

ul {
  text-align:left;
  list-style-type: disc;
  padding-left: 0px;
  display: block;
  
}

li{
    margin-top: 10px;
    border:1px white;
    display:list-item;
    list-style-type:circle;
    margin-left:18px;
    text-align:left;
    font-size:12pt;
    
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 2em;
  margin-left: 20px;
  margin-right: 20px;
  text-align:left;
  font-family:calibri, verdana;
  

}

.h2 {
     font-family:calibri, verdana;
     font-size: 13pt;
     font-weight:300;
     text-align:left;
}
.h3 {
     font-family:calibri, verdana;
     font-size: 13pt;
     font-weight: 300;
     text-align:left;
}


div {
  word-wrap: break-word;
}