.responsive {
  width: 100%;
  height: auto;
}
#Container {
	left: 0px;
	top: 0px;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	min-height: 100vh;
}
* {box-sizing: border-box;}
.header {
  overflow: hidden;
  background-color: #69bdd2;
  padding: 20px 10px;
}

.header a {
  float: left;
  color: #white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
  color: #e6e6fa;
  
}

.header a:hover {
  background-color: #white;
  color: black;
}

.header a.active {
  background-color: 0066cc;
  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}
#left_ {
	float: left;
  left: 0px;
	top: 388px;
	width: 100%;
  
	
}
#left_ h2{
	font: 26px/24px "sans serif";
	color: #black;
	font-weight: normal;
	display: block;
	letter-spacing: -1px;
	word-spacing: 0em;
	text-indent: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 0px;
}
#left_ p{
	background: no-repeat;
	color: #DDE6C8;
	padding: 0 0 0 65px;
	width: 160px;
	display: block;
	font: 12px/18px Tahoma;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	letter-spacing: 0px;
}
#left_ p span{
	color: #99CC00;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0px;
}
#left_ p span.bg{
	color: #799fbb;
}
#left_ p a{
	font: 13px/12px Tahoma;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#left_ p a:hover{
	background: no-repeat;
	color: #FFFF99;
	font-weight: normal;
	text-decoration: underline;
}

#right_ {
	float: left;
	left: 248px;
	top: 388px;
	width: 512px;
	background-image: url('');
}
#right_ h2{
	font: 29px/24px "Calisto MT";
	color: #CCFF66;
	font-weight: normal;
	display: block;
	letter-spacing: -1px;
	word-spacing: 0em;
	text-indent: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
#right_ p{
	background: no-repeat;
	color: #DDE6C8;
	padding: 0 0 0 10px;
	width: 460px;
	display: block;
	font: 12px/20px Tahoma;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	letter-spacing: 0px;
}
#right_ p span{
	color: #99CC00;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0px;
}
#right_ p span.bg{
	color: #799fbb;
}
#right_ p a{
	font: 13px/12px "trebuchet MS";
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#right_ p a:hover{
	background: no-repeat;
	color: #FFFF66;
	font-weight: normal;
	text-decoration: underline;
}

#footer1_ {
	float: left;
	left: 0px;
	top: 600px;
	width: 760px;
	height: 23px;
	background-image: url('');
	position: relative;
}
#footer2_ {
	float: left;
	left: 0;
	width: 100%;
	background-color: #69bdd2;
	background-repeat: no-repeat;
	background-image: url('');
	background-size: cover;
    position: relative;
  bottom: 0;
  
  height: 2.5rem;
}

#footer2_  p{
	background: no-repeat;
	color: #DDE6C8;
	padding: 0;
	margin: 0 0 0 45px;
	width: 100%;
	display: block;
	font: 13px/17px Tahoma;
	text-align: center;
}
#footer2_  p span{
	color: #DDE6C8;
	font-weight: bold;
}
#footer2_  p span.bg{
	color: #799fbb;
}
#footer2_  p a{
	font: 13px/12px Tahoma;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	
}
#footer2_  p a:hover{
	background: no-repeat;
	color: #FFFF66;
}

#footer3_ {
	float: left;
	left: 0px;
	top: 400px;
	width: 760px;
	height: 27px;
	background-image: url('images/footer3.jpg');
	position: relative;
}
body {
	
	margin: 0;
    font-family: Arial, Helvetica, sans-serif;
	background-image: url('');
	background-repeat: repeat-x;
	background-color: #e6e6fa;
}