﻿
* {
  box-sizing: border-box;
  text-decoration:none;
  margin-top: 0px;
}
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #070D23;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #070D23;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.auto-style1 {
	max-width: 1000px;
	position: relative;
	margin: auto;
	text-align: right;
}
img {
  width: 100%;
  height: auto;
}

.row:after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

html {
  font-family: "Lucida Sans", sans-serif;
}
p {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #070D23;
  text-align: justify;
}
.normaltext {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #070D23;
  text-align: left;
}
p.left {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #070D23;
  text-align: left;
}
p.white {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #fff;
  text-align: left;
}
p.test {
  font-family: "Lucida Sans", sans-serif;
  font-weight:400;
  color: #fff;
  text-align: left;
}
p.red {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: red;
  text-align: center;
  font-style: italic;  
}
p.center {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #fff;
  text-align: center;
}
p.centerblue {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #070D23;
  text-align: center;
}
h1 {
  font-family: "Lucida Sans", sans-serif;
  font-size: 28px;
  font-weight:600;
  color: #070D23;
  text-align: center;
}
h2 {
  font-family: "Lucida Sans", sans-serif;
  font-size: 20px;
  font-weight:600;
  color: #070D23;
  text-align: center;
}
h4 {
  font-family: "Lucida Sans", sans-serif;
  font-size: 20px;
  font-weight:600;
  color: #fff;
  text-align: center;
}
h2.red {
  font-family: "Lucida Sans", sans-serif;
  font-size: 20px;
  font-weight:600;
  color: red;
  text-align: center;
}
h3 {
  font-family: "Lucida Sans", sans-serif;
  font-size: 18px;
  font-style:italic;
  font-weight:600;
  color: #070D23;
  text-align: center;
}

.header {
  background-color: #070D23;
  color: yellow;
  padding: 15px;
  max-width: 907px;
  text-align: center;
}
.footer {
  background-color: #070D23;
  color: yellow;
  padding: 15px;
  max-width: 907px;
  text-align: center;
}
.row {
  background-color: #070D23;
  color: yellow;
  padding: 15px;
  max-width: 907px;
  text-align: center;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color : #070D23;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: blue;
  color:white;
}
li a {
  display: block;
}
.blue {
  background-color: #333373;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.aside {
  background-color: #070D23;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.aside a {
  background-color: #070D23;
  color: #ffff80;
  text-align: center;
  text-decoration:none;
  font-size: 14px;
}
.aside a:hover {
  background-color: #070D23;
  color: #fff;
  text-align: center;
  text-decoration:none;
  font-size: 14px;
}

.footer {
  background-color: #070D23;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}
.footer a {
  background-color: #070D23;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}
a {color:#fff; font-weight:bold;
}
a.blue2 {color:#070D23; font-weight:bold; text-decoration: underline; font-style:italic;}
td normaltext.a {color:#070D23; font-weight:bold; text-decoration: underline;}
td.normaltext {color:#070D23; font-weight:bold;}
ul {
  font-family: "Lucida Sans", sans-serif;
  font-size: 16px;
  font-weight:600;
  color: #070D23;
  text-align: left;
  color: #333373;
}
td {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #070D23;
  text-align: justify;
}
td.left {
  font-family: "Lucida Sans", sans-serif;
  font-size: 16px;
  font-weight:600;
  text-align: left;
  color: #333373;
}
td a {
  font-family: "Lucida Sans", sans-serif;
  font-size: 16px;
  font-weight:600;
  text-align: left;
  text-decoration: underline;
  color: #333373;
}
.marq {
	padding-top:5px; 
    padding-bottom:5px;
    font-family:arial; color:white; font-weight:600;
}
.iframe {
	width:100%;
	height: 100%;
}
.embed	 {
	width:100%;
	height: 100%;
}
* {
  box-sizing: border-box;
  text-decoration:none;
  margin-top: 0px;
}
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #070D23;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #070D23;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.auto-style1 {
	max-width: 1000px;
	position: relative;
	margin: auto;
	text-align: right;
}
img {
  width: 100%;
  height: auto;
}

.row:after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

html {
  font-family: "Lucida Sans", sans-serif;
}
p {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #070D23;
  text-align: justify;
}
.normaltext {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #070D23;
  text-align: left;
}
p.left {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #070D23;
  text-align: left;
}
p.white {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #fff;
  text-align: left;
}
p.test {
  font-family: "Lucida Sans", sans-serif;
  font-weight:400;
  color: #fff;
  text-align: left;
}
p.red {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: red;
  text-align: center;
  font-style: italic;  
}
p.center {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #fff;
  text-align: center;
}
p.centerblue {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #070D23;
  text-align: center;
}
p.centerblue2 {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #fff;
  text-align: center;
}
h1 {
  font-family: "Lucida Sans", sans-serif;
  font-size: 28px;
  font-weight:600;
  color: #070D23;
  text-align: center;
}
h2 {
  font-family: "Lucida Sans", sans-serif;
  font-size: 20px;
  font-weight:600;
  color: #070D23;
  text-align: center;
}
h4 {
  font-family: "Lucida Sans", sans-serif;
  font-size: 20px;
  font-weight:600;
  color: #fff;
  text-align: center;
}
h2.red {
  font-family: "Lucida Sans", sans-serif;
  font-size: 20px;
  font-weight:600;
  color: red;
  text-align: center;
}
h3 {
  font-family: "Lucida Sans", sans-serif;
  font-size: 18px;
  font-style:italic;
  font-weight:600;
  color: #070D23;
  text-align: center;
}

.header {
  background-color: #070D23;
  color: #fff;
  padding: 15px;
  max-width: 907px;
  text-align: center;
}
.footer {
  background-color: #070D23;
  color: yellow;
  padding: 15px;
  max-width: 907px;
  text-align: center;
}
.row {
  background-color: #070D23;
  color: yellow;
  padding: 15px;
  max-width: 907px;
  text-align: center;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color : #070D23;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: blue;
  color:white;
}
li a {
  display: block;
}
.blue {
  background-color: #333373;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.aside {
  background-color: #070D23;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.aside a {
  background-color: #070D23;
  color: #ffff80;
  text-align: center;
  text-decoration:none;
  font-size: 14px;
}
.aside a:hover {
  background-color: #070D23;
  color: #fff;
  text-align: center;
  text-decoration:none;
  font-size: 14px;
}

.footer {
  background-color: #070D23;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}
.footer a {
  background-color: #070D23;
  color: yellow;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}
a {color:#fff; font-weight:bold;
}
a.blue2 {color:#070D23; font-weight:bold; text-decoration: underline; font-style:italic;}
td normaltext.a {color:#070D23; font-weight:bold; text-decoration: underline;}
td.normaltext {color:#070D23; font-weight:bold;}
ul {
  font-family: "Lucida Sans", sans-serif;
  font-size: 16px;
  font-weight:600;
  color: #070D23;
  text-align: left;
  color: #333373;
}
td {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #070D23;
  text-align: justify;
}
td.left {
  font-family: "Lucida Sans", sans-serif;
  font-size: 16px;
  font-weight:600;
  text-align: left;
  color: #333373;
}
td a {
  font-family: "Lucida Sans", sans-serif;
  font-size: 16px;
  font-weight:600;
  text-align: left;
  text-decoration: underline;
  color: #333373;
}
td.wht{
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #fff;
  text-align: center;
}
td wht.a  {
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  color: #fff;
  text-align: center;
}

.marq {
	padding-top:5px; 
    padding-bottom:5px;
    font-family:arial; color:white; font-weight:600;
}
.iframe {
	width:100%;
	height: 100%;
}
.embed	 {
	width:100%;
	height: 100%;
}
input, select {
	color : #000000;
	font-size : 11px;
	font-family : Arial;
	font-weight: bold;
}
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #070D23;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
    /* Dropup Button */
.dropbtn {
  background-color: #070D23;
  color: white;
  padding: 6px;
  font-size: 16px;
  font-family: "Lucida Sans", sans-serif;
  font-weight:600;
  border: none;
}