#nav
{
margin:0;
padding:0;
border: 0px solid #;
background-color: #;
float:right;
vertical-align: middle;
//original border color (orange) F2B612
//original border color (lime green) 7A991A
//good color 0B1B4F
}
#nav li{
list-style: NONE;
display:inline-block;
margin:0;
padding:0;

}
ul {
  display: inline;
  list-style: none;
}
#nav a:link, #nav a:visited
{
display:block;
background-color:#ffffff;
margin:0;
padding:15px;
border-left: 1px solid #;
line-height: 8px;
font-size: 12px;
font-weight:bold;
color:#919191;
text-decoration:none;
text-transform:uppercase;
}
#nav a:hover,#nav a:active
{background-color:#F2B612;}

#nav div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000000;
	border: 1px solid #}

	#nav div a
	{	position: relative;
		display: block;
		margin: 1;
		padding: 4px 8px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #41c363;
		color: #000099;
		font: 10px TIMES NEW ROMAN}

	#nav div a:hover
	{	background: #C0C080;
		color: #000000}


#nav2{
list-style-type:none;
margin:0px;
padding:0px;
background-color:#;
}
#nav2 li{
border-top: 1px solid #000;
}
#nav2 a:link,#nav2 a:visited{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
text-align:center;
padding:8px;
text-decoration:none;
text-transform:uppercase;
}
#nav2 a:hover,#nav2 a:active
{
background-color:#7A991A;
}

.yourdiv
{
    display: inline-block;
    align:center;
}
.header{
margin:0px;
line-height: 20px;
padding:2px;
background-color:#669900;
//5970B2 other blue

}
.h1{
font-size: 32px;
font-style: italic;
margin: 0px;
font-family: Georgia, "Times New Roman", Times, serif; 
font-color:#ffffff;
}
p.main{
font-color:#000000;
}
.body {
margin:0;
padding:0px;
background-color:#7A991A;
background: url("");
background-repeat: repeat-y;
background-size: cover;
font-family: Arial Narrow, Georgia, "Times New Roman", Times, serif; 
font-color: #000000; 
}
.content{
position: relative;
float:left;
background: #ffffff;
height:100%;
border:20x solid #F2B612;
margin: auto;
background-color:#;
padding:6px;
clear: both;
}
.content-middle{
background-color:#ffffff;
float:left;
padding:10px;
width:70%;
}
.content-middlea{
background-color:#FFFFFF;
float:left;
padding:4px;

}
.content-middleb{
background-color:#;
float:left;
padding:4px;

width:99.3%;
}
.content-right{
background-color:#FFFFFF;
padding:4px;
float:left;
border:0px solid #0B1B4F;
width:25%;
height:100%;
}
.border{
border:1px solid #000000;
margin:0px auto 0px;
padding:0;
}
a.more {color:#FFFFFF;}
a.hover {color:#FFFFFF;background: #FFEE99; text-decoration: underline overline;}
.center{
margin:0px auto 0px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* 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 {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}