* {
	margin: 0;
	padding: 0;
}
body {
	font: 18px Verdana;
}

.text_menu {
        color:#5C96BD;
}

p
{
margin-left: 10px;
line-height: 1.5;
text-indent: 10px;
margin-bottom: 1em;
}

ul
{
margin-left: 50px;
line-height: 1.2;
margin-bottom: 1em;
}

h1
{
font-size:120%;
line-height: 3;
}

.wrapper {
	min-width: 320px;
	max-width: 980px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	width: 100%;
	background: #045FB4;
        text-align: left;
	padding: 0 0 0 0;
}

.space_v30 {
	width: 100%;
	height: 30px;
}

.space_v50 {
	width: 100%;
	height: 50px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	clear: both;
	content: '';
}
.container {
	display: table;
	width: 100%;
}
.content {
	min-width: 320px;
	max-width: 980px;
	float: left;
//	display: table-header-group;
	padding: 0 0 0 0;
	background: #FFFFFF;
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 100px;
}

.navy {
	width: 100%;
	padding: 3px 0px;
	background: #045FB4;
        text-align: center;
        font-family: Verdana; 
        font-size:20px;
        color:#5C96BD;
}

.sing {
	width: 100%;
	padding: 3px 0px;
	background: #F9F9F9;
        text-align: center;
font-family: Arial; 
font-size: 11px; 
color: #999999; 
}


.psot {width: 19%;float: right;}

.sing_left {
	float:left; 
	width:80%;
        text-align: left;
	font-weight: bold;
}

.sing_right {
	float:right; 
	width:19%;
        text-align: right;
	font-weight: bold;
}

.space_v20 {
	width: 100%;
	height: 20px;
}

body {margin:0;font-family:Arial}

.topnav {
  overflow: hidden;
  background-color: #045FB4;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.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;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    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;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
