#doc {     
    position: relative;
    border: solid 1px #004c99;        
}

#hd {    
    height: 113px;
    background: transparent url(../images/indexView3HdBackground.jpg) top right no-repeat;
}

#ft {
    position: relative;
    height: 87px;
    background: transparent url(../images/indexView3FtBackground.jpg) top right no-repeat;
}

.page {
    font-size: 77%;
    color: #787571;
    margin: 0 30px 20px 30px;    
}


/*---------------*/
/* contactWidget */
/*---------------*/

#contactWidget {      
    margin-top: 35px;
    text-align: center;
    width: 100%;    
    font-size: 85%;
    color: #004c99;    
}

#contactWidget a {        
    color: #004c99;
    text-decoration: none;
}  

#contactWidget a:hover {
    text-decoration: underline;
}

#contactWidget .label3 {
    display: none;
}

#contactWidget .separator3 {
    display: block;
}

#contactWidget .separator3 span {
    display: none;
}

#contactWidget .separator6 {
    display: none;
}

#contactWidget .url {
    display: none;
}


/*-------------*/
/* legalWidget */
/*-------------*/

#legalWidget {     
    width: 100%;
    text-align: center;    
    font-size: 77%;
    color: #004c99;    
}

#legalWidget a {
    color: #004c99;
    text-decoration: none;
}

#legalWidget a:hover {    
    text-decoration: underline;
}