body {
  background-color: #78BE21;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
td {
  border-bottom:1pt dotted black;
  valign: top;
}

a{text-decoration:none}

.main{
	margin-left: auto;
    margin-right: auto;
    width:100%;
    border-radius: 25px;
 
}
.top {
  display: flex;
  height:50px;
  line-height: 25px;
  text-align: top;
  color: #ffffff;
  background-color: #003865;
  padding: 5px;
}

.content{
	display: flex;
}
.left {
  flex: 1;
  margin-right: 5px;	
  background-color: #ffffff;
}

.right {
  flex: 4;
  margin-left: 2px;		
  background-color: #8E8D8A;
}

.slides{
	float: right; 
	margin-top: 10px; 
	background-color: #F8D97C;
	width: 500px; 
	height: 375px; 
	margin: 10px;
}

.text{
	padding: 10px;
}


.footer{
  display: flex;
  align-items: stretch;
  height: auto;
  color: #ffffff;
  background-color: #003865;
  vertical-align: middle;
  
}
