@charset "utf-8";
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, body, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	background-image: none;
	background-repeat: repeat;
	text-align: left;
	
}
h1 {
	background: #008080;
	border-bottom: solid;
	border-color: #73C6B6;
	font-size: x-large;
	color: #FFF;
	font-weight: bold;
}
h2 {
	text-align: center;
	font-weight: bold;
	color: #008080;
}
h3 {
	padding-left: 30px;
	font-weight: bold;
	text-align: center;
	font-size: medium;
}
h4 {
	padding-left: 45px;
	font-weight: bold;
}
h5 {
	color: #008080;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
h6 {
	border-bottom: solid;
	color: #008080;
	border-color: #008080;
	font-size: medium;
	text-align: left;
		
	
}
a:link {
	text-decoration: none;
	color: #006262;
}
a:visited {
	color: #008080;
	font-weight: normal;
}
a:hover {
	color:  #FFF;
	background:#008080; 
}
a:active {
	color:  #FFF;
	background:#008080; 
}
.container {
	width: 100%;
	background: #FFF;
}

.content {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
}
.content ul, .content ol {
	padding: 10px 10px;
	list-style-position: inside;
	text-align: left;
	}
ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #008080;
}
ul.nav li {
	border-top: 1px solid #666; 
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	background-color: #FFF;
	cursor: default;
}
ul.nav a:hover {
	color: #FFF;
	background-color: #008080;
}
ul.nav ul.nav a:active, ul.nav a:focus {
	color: #300;
	font-weight: bold;
	background-color: #366;
}
.header {
	position: relative;
	
}
.footer {
	position: relative;
	clear: both;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: auto;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: #008080;
	border-left-color: #008080;
}
.fltrt {  
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.Copyright {
	font-style: italic;
	color: #008080;
	float: right;
	font-size: xx-small;}
.container .footer .nav table tr td .Copyright a:hover {
	background-image: none;
	}
	
.Copyright a:link {
	text-decoration: none; 
	}
	
.container .content p strong {
	text-align: left;
}
.container .content p strong {
	text-align: left;
}
.container .content p strong {
	font-weight: bold;
}
.container {
	color: #000;
}
.container .content table tr td p .fltlft {
	text-align: left;
}
.menu_logo {
    height: 50px;
    display: flex;
}
.menu_logo p{
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 36px;
	text-align:left
}
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_logoblack {
    margin-bottom: 10%;
    height: 60px;
    width: 82%;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.menu_logoblack p{
    color: #9b9d9e;
    font-size: 22px;
}
.menu li {
  display: inline-block;
  position: relative;
}

.menu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
}

.menu li a:hover {
  background-color: #f2f2f2;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.button {
    display: inline-block;
    padding: 7px 32px;
    background-color:#609;
    color: white;
    text-decoration: none;
    
}
.paragraph-container {
    background-color: #DECDFE;
	 padding: 1px 1px;
   
}