body {
    background-color: #011C40;
    font-family: arial;
}
            
#site {
    width: 800px;
    margin: 0 auto;
    border: 2px solid black;
}
            
#banner {
    text-align: center;
    font-size: 26pt;
    padding: 25px 0;
    background-color: #e1e1d6;
}

#links {
    background-color: #AAB2A8;
}
            
#links table {
    margin: auto auto;
    border-collapse: collapse;
}
        
#links td {
    width: 190px;
    padding: 3px 0;
    background-color: #AAB2A8;
    text-align: center;
    border-bottom: 1px solid black;
    font-weight: bold;
    font-size: 12pt;
}

#links td.spacer {
    width: 20px;
}
            
#content {
    padding: 20px;
    background-color: #BFCDD9;
}

#content-body {
    font-size: 10pt;
    background-color: white;
    padding: 10px;
}
            
#footer {
    padding: 3px;
    background-color: #BFCDD9;
    text-align: center;
}
            
#footer table {
    width: 100%;
}
    
.left {
    text-align: left;
}
            
.right {
    text-align: right;
}
            
#links #current-page {
    background-color: #BFCDD9;
    border: 1px solid black;
    border-bottom: none;
}
            
a {
    color: black;
}
            
#links a:link {
    text-decoration: none;
}

#links a:visited {
    text-decoration: none;
}

#content-body td {
    vertical-align: top;
    padding: 10px;
}

.contact-label {
    font-weight: bold;
}

.service-info {
    width: 100%;    
}

.service-info td.pic {
    text-align: right;
}