body {padding:0;margin:0;color:black;background:#ffffff;font-family: Arial, helvetica,"sans serif";text-align: center;font-size:1em; }

.container {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.header {
    height: 50px;    
    width:100%;
    text-align:center;
}
.hc1 {
    padding-top:20px;
    padding-left:600px;
    font-weight:bold;
    font-size:.9em;
}
.hc1 a {
    text-decoration:none;
    color:#465646;
}
.lc1 {
    height: 70vh;
    width: 70px;
    flex: 0 0 auto;
}
.rc1 {
    width:700px;
    min-height: 70vh;
    text-align:left;
    flex: 0 0 auto;
}
.fpcontent {
    margin-top:70px;
    padding-left:80px;
}

.footer {
    height: 50px;    
    width:100%;
    text-align:center;
}
.fc1 {
    padding-top:20px;
    padding-left:600px;
    font-size:.7em;
}
.lyel {
    color:#eeedd9;
}

table.contact {

}

table.contact td, th {
  border: none;
  padding: 0.5rem;
  text-align: left;
}
