body {
    background: url('../images/00-bg-blue.jpg') top center fixed;
    background-size: cover;
    text-align:center;
}

#htleft {
    position: absolute;
    top: 40px;
    left: 12%;
    font-family: "arial", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: white
}

#nav {
    position: absolute;
    top: 40px;
    padding: 0;
    display: table;
    height: 7%;
    width: 50%;
    margin-left:40%; 
    margin-right:10%;  
}

#nav li {
    display: table-cell;
    height: 7%;
    width: 25%;  /* (100 / numItems)% */
    line-height: 7%;
    text-align: center;
    text-decoration: none;
}

#nav li a {
    font-family: "arial", sans-serif;
    font-size: 24px;
    text-decoration: none;
    color: white;
    display: block;
}

#nav li.na a {
    color: #606060;
}

#footer {
    position: absolute;
    bottom: 5px;
    font-family: "arial", sans-serif;
    font-style: italic;
    color: #A0A0A0;
    font-size: 9px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

table,th,td {
    border-collapse: collapse;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
/*     overflow: auto; */
}

table td.topimage {
    text-align: center;
    vertical-align: middle;
}

table td.content {
    bottom: 1px;
    background: #D0D0D0;
    padding: 30px;
    font-family: "arial", sans-serif;
    font-size: 12pt;    
    text-align:center;
    color: black;   
}

table td.prov {
    background: #B0B0C0;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    vertical-align: middle;
    font-family: "arial", sans-serif;
    font-size: 12pt;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.hidepic {
    display:none;
}