body {           
    background: #EFEFEF url(../images/indexView2BodyBackground.jpg) top left repeat-x;      
}

#doc2 {     
    position: relative;
    background: transparent url(../images/indexView2Doc2Background.jpg) top right repeat-y;    
}

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

#bd {   
    height: 531px;
    background: transparent url(../images/indexView2BdBackground.jpg) top right no-repeat;
}

html>body #bd {
    height: auto;
    min-height: 531px;
}

#ft {    
    height: 100px;
    background: transparent url(../images/indexView2FtBackground.jpg) top right no-repeat;
}

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

.page-hd {
    height: 172px;    
}

.page-hd h1 {
    display: none;
}

.page-bd {  
    position: relative;
    height: 355px;     
}


/*-------------*/
/* linkWidget */
/*-------------*/

#linkWidget a {
    display: block;
    width: 280px;
    height: 115px;
    position: absolute;
    top: 25px;
    left: 60px;    
}

#linkWidget span {
    display: none;
}

#linkWidget2 a {
    display: block;
    width: 100px;
    height: 65px;
    position: absolute;
    top: 0px;
    left: 635px;    
}

#linkWidget3 a {
    display: block;
    width: 80px;
    height: 65px;
    position: absolute;
    top: 0px;
    left: 740px;    
}

#linkWidget4 a {
    display: block;
    width: 80px;
    height: 65px;
    position: absolute;
    top: 0px;
    left: 830px;    
}

#linkWidget2 span {
    display: none;
}

#linkWidget3 span {
    display: none;
}

#linkWidget4 span {
    display: none;
}


/*-------------*/
/* menuWidget1 */
/*-------------*/

#menuWidget1 { 
    position: absolute;
    top: 80px;
    left: 450px;
}

#menuWidget1 .menu-item-link {
    color: white;
    font-weight: bold;
    font-size: 92%;
} 

#menuWidget1 .menu-item-link:hover
, #menuWidget1 .menu-selectedItem-link
, #menuWidget1 .menu-selectedItem-link:hover {            
    color: red;
    text-decoration: none;
}

#menuWidget1 .menu-item-separator {    
    visibility: hidden;
}


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

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

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

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

#contactWidget .label3 {
    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;
    font-weight: normal;
    text-decoration: none;
}

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

