﻿html, body  {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	color: #222;

}
#container {
	width: 1130px;
	background-color: #008000;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #5D5D41;
	border-radius:13px;
	-moz-border-radius:13px; /* Old Firefox */
}
#header {
	font-size: 30px;
	text-align: center;
}
#header p {
	margin:10px;
}
#main {
	background-color: #008000;
	overflow:auto;
}
#footer {
	border-top: 2px solid #898e78;
	padding: 25px;
	text-align: center;
	clear:both;
}
#content {
	padding: 0px 10px;
	background-color: #AD6AEA;
    font-size: .9em;
	width:768px;
	float:left;
	border-left: 2px solid #898e78;
}
#content h1 {
	font-size: 25px;
	font-weight: bold;
}
#content-wrap {
	min-height:652px;
	margin-bottom: 20px;
	overflow: auto;
}
.column {
	float:left;
}
#Content-test {
    color: #000000;
    font-family: times new roman;
    font-size: 16px;
 }
#bottom-images {
	clear: both;
	/*margin-bottom: 20px;*/
	border-top: 1px dashed #3d2758;
}
#bottom-images div {
	width: 33%;
	text-align: center;
	display: inline-block;
	/*padding-top: 30px;*/
	/*height: 150px;*/
	margin-left:-1px;
	vertical-align: middle;
}
.gallery {
		margin-top:20px;
}
.gallery a {
	margin:5px;
	height: 172px;
	width: 172px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	padding: 2px;
}
.gallery a:hover {
	background-color: #C3A0E5;
	border: 2px solid #C3A0E5;
	padding: 0px;
}
.gallery img {
	height: 100%;
}

#bottom-images div:last-child{
	border-right: 0;
}
#bottom-images img {
	/*width: 170px;
	height: 140px;*/
}
#nav {
	width: 170px;
	float: left;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	padding: 3px;
	list-style: none;
	text-align: center;
	display: block;
}
#nav .top-navigation > li a{
    background-color: #93936C;
    background-image: url("nav1.gif");
    background-repeat: repeat-x;
    border: 3px solid #A5AB90;
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	padding: 8px;
}
#nav .top-navigation > li a:hover {
	background-image: url("nav1active.gif");
}
#nav .top-navigation > li a.active {
	background-image: url("nav1active.gif");
}
#nav .sub-navigation > li a{
	color: #000000;
	background-color:#D7D7B9;
    display: block;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
	padding:6px;
    border: 3px solid #A5AB90;
}
#nav .sub-navigation > li a:hover {
	font-weight:bold;
}
#nav .sub-navigation > li a.active{
	font-weight:bold;
	background-color:#C9C9A1;
}
#nav img {
	margin: 3px;
	width: 164px;
}
.space {
	background-color: #008000;
	border-top: 2px solid #898e78;
	border-bottom: 2px solid #898e78;
	height: 10px;
}
.copyright {
    color: #56563B;
    font-size: 10px;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.float-right {
	float:right;
	margin-left:20px;
	max-width: 259px;
}
hr {
border-top: 2px solid #965DCC;
margin: 30px auto;
border-bottom: 0px none;
border-left: 0px none;
border-right: 0px none;
width: 90%;
}
.covid {
	border: 2px solid #e41494;
	width: 80%;
	margin: 0 auto;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.row1 {
	display: flex;
}
  
  /* Create two equal columns that sits next to each other */
.column1 {
	flex: 50%;
	padding: 10px;
	height: 200px; /* Should be removed. Only for demonstration */
}