body {
    background-color: #bec1b8;
    margin: 30px;
    padding: 10px;
    font-family: "Lato", sans-serif; 
}
#main {
    margin: auto;
    width: 1000px;
}
#main a{
    text-decoration: none;
}
#header {
    background-color: #f5f5f5;
    width: 1000px;
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    
}
#left {
    margin: 40px;
    margin-top: 30px;
}
#left img {
    width: 75px;
    height: 75px;
    margin-left: 150px;
}
#right {
    flex: 1;
}
#right h1 {
    color: #008762;
    font-size: 30px; 
    padding-top: 30px;
}
#navbar {
    width: 1000px;;
    height: 40px;
    background-color: #008762;
}
#navbar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#navbar li {
    display: inline;
    float: left;
}
#navbar a {
    display: block;
    padding: 10px 40px;
    background-color: #008762;
    text-decoration: none;
    color:#F5F5F5
}
#navbar a:hover {
    background-color: #bec1b8;
    height: 20px;
    color: #444;
}

#content {
    width: 100%;
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding: 20px;
}
#content h1 {
    color:#444;
    font-size: 20px;
    margin: 0;
    padding: 20px;
}
#content p {
    color: #444;
    margin: 0;
    text-align: justify;
    text-justify: inter-word;
    padding: 20px;
    padding-top: 10px;
}
#tablereports {
    padding: 20px;
}
#tablereports table {
    border: 0px dotted #bec1b8;
    color: #444;
    margin: 0;
    width: 100%;
    border-collapse:collapse;
    padding: 20px;
}
#tablereports tr {
    margin:  0 0 24px;
    padding: 5px;
}
#tablereports td {
    border: 1px dotted #bec1b8;
    padding: 5px;
    line-height: 1.5;
    
}
#tablereports td a:link {
    text-decoration: none;
}
#tablereports td a {
    text-decoration: none;
    color: #444;
}
#tablereports th {
    font-weight: bold;
    color: #008762;
    border: 1px dotted #bec1b8;
    padding: 6px 10px 6px 5px;
}
#tablereports ul{
    list-style-type: square;
    color: #008762;
}
#contacts {
    
    box-sizing: border-box;
    padding: 20px;
    background-color: #F5F5F5;
    text-align: center;
}
#social {
    background-color: #F5F5F5;
    padding-left: 350px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
#social ul {
    list-style: none;
    margin: 0;
}
#social li {
    display: inline;
    text-decoration: none;
}
#social img {
    padding: 10px;
}
#social a {
    text-decoration: none;
}
#social a:hover {
    text-decoration: none;
}
#footer {
    background-color: #008762;
    height: 40px;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#footer p {
    padding: 0;
    margin: 0;
    color: #F5F5F5;
}

