body {
    background-color: #000000;
    color: #CCCCCC;
    font-family: sans-serif;
    font-size: 13pt;
/*     overflow: hidden; */
    background-color: #000;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px;
    padding: 2px;
}

a {
    text-decoration: none;
    color: #DDF;
}

a:hover {
    text-decoration: none;
    color: #FFF;
}

.navbar {
    width: 100%;
/*    background-color: #333;*/
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 3px;
    text-align: center;
    padding: 1px;
/*     background-opacity:0.6; */
/*     filter:alpha(opacity=60); */
   
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
   
   
}

.spacer {
    height: 140px;
}

.content {
    height: 300px;
    width: 700px;
    border: 1px solid #FFF;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
    
}

#content {
    font-size: 13pt;
    text-align: center;
    padding-top: 15px;
}

#content a {
    text-decoration: underline;
}

.contactTable {
    width: 100%;
}

.contactTable td {
    width: 50%;
    font-size: 16pt;
}

.contactLeft {
    text-align: right;
    padding-right: 20px;
}

.footer {
   width: 100%;
   margin-top: 20px;
   margin-bottom: 20px;
   text-align: center;
}
   
.hidden {
    visibility: hidden;
}
