article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block
}
#container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	text-align: left;
	background-color: #9FC5E2;
	padding: 50px
}
body {
	background-color: #0F70B7;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top center;
	font-family: Georgia, Times, "Times New Roman", "Book Antiqua", serif;
	line-height: 175%;
	font-size: 16px
}
header {
	text-align: center;
	font-weight: bold;
	font-style: oblique;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif
}
h1 {
	text-shadow: 4px 4px 12px #FFF;
	color: #808080;
	font: 170% arial;
	font-weight: bold;
	text-align: center
}
h2 {
	text-shadow: 2px 2px 8px #FFF;
	background-color: #6FA9D3;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps
}

label {
	width: 380px;
	display: inline-block;
}

h3 {
	text-align: center
}
nav {
	width: 100%;
	text-align: center;
	background-color: #F1F1F1;
	margin-bottom: 10px;
	height: 75px
}
nav ul {
	margin: 0px;
	padding: 0px;
	position: relative
}
nav ul:after {
	content: "";
	clear: both;
	display: block
}
nav ul li {
	float: left;
	list-style-type: none;
	padding: 5px 15px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px
}
nav ul li a {
	color: #000;
	text-decoration: none
}
nav ul li a:hover {
	color: #D00018
}
nav ul ul li a {
	color: #F00;
	text-decoration: none
}
nav ul ul {
	display: none
}
nav ul li:hover>ul {
	display: block
}
ul {
	margin: .5em;
	list-style-position: outside
}
ol {
	margin: .5em;
	list-style-position: outside
}
ol li {
	margin-bottom: 10px;
	text-align: justify
}
section {
	width: 96.7%;
	padding: 20px;
	background-color: #E7F0F7
}
p.doccenter {
	text-align: center
}
p.alignjustify {
	text-align: justify
}
section membership {
	background-color: #FOF8FF
}
.memberships {
	text-align: none;
	padding: 5px;
}
.logo {
	float: left
}
.sanas {
	float: right
}
.imagepadding {
	padding: 19px
}
article {
	background-color: #F1F1F1;
	padding: 12px;
	margin: 5px;
	border-style: inset

}
aside {
	background-color: #E7F0F7;
	float: right;
	list-style-image: none;
	list-style-type: square;
	margin: 8px;
	padding: 10px;
	width: 24%;
	box-shadow: 10px 10px 10px #888
}
iframe {
	display: block;
	padding: 5px;
	outline: none;
	width: 425px;
	height: 350px
}
.toppage {
	width: 97%;
	background-color: RED;
	font-weight: bold;
	text-align: center
}

.radio {
	float: inline-start;
	width: 5px;
	
 
  }
 
#footer {
	width: 100%;
	margin: 3px;
	padding: 3px;
}
.footer_logos {
	width: 100%;
	display: block;
	margin: 8px;
	padding: 12px;
	height: auto
}
.footer_nav {
	width: 100%;
	display: block;
}

.footer_nav ul {
	margin: 0;
	padding: 0;
	position: relative
}
.footer_nav ul li {
	list-style-type: none;
	padding: 0 15px  0 15px ;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px
}
.footer_nav ul:after {
	content: "";
	clear: both;
	display: block
}
.footer_nav ul li {
	float: left;
	list-style-type: none;
	padding: 20;
	margin: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px
}
.footer_nav ul li a {
	color: #000;
	text-decoration: none
}
.footer_nav ul li a:hover {
	color: #D00018
}

.footer_bottomline {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}
.img {
  max-width: 100%;
  height: auto;
	padding: 2px;
}
@media screen and  (max-width: 960px) {
    .article,
    .aside {
        float: none;
        width: auto;
        margin-left: 0;
        margin-right: 0
    }
}
