body {
    background-color: #000000;
    height: 100%;
    background-image: url("/images/background/white_back.jpg");
    background-repeat: repeat-y;
    background-position: center;
    font-size: 12px;
    font-family: Lucida Grande, Lucida Sans Unicode, Arial;
    margin: 0 150px 0 0 ;
    padding:0;
}

                    
.PrintLogo{
    float:right;
    
}

.arrowred{
    background-image: url("/images/buttons/bullet_red.gif");
    background-repeat: no-repeat;
    background-position: left 5px;
}
.arrowblue{
    background-image: url("/images/buttons/bullet_blue.gif");
    background-repeat: no-repeat;
    background-position: left 5px;
}
.arroworange{
    background-image: url("/images/buttons/bullet_orange.gif");
    background-repeat: no-repeat;
    background-position: left 5px;
}
.arrowpurple{
    background-image: url("/images/buttons/bullet_purple.gif");
    background-repeat: no-repeat;
    background-position: left 5px;
}

#home .arrow{
    background-image: url("/images/buttons/bullet_red.jpg");
    background-repeat: no-repeat;
    background-position: left 5px;
}

#events .arrow{
    background-image: url("/images/buttons/bullet_blue.jpg");
    background-repeat: no-repeat;
    background-position: left 5px;
}

#network .arrow{
    background-image: url("/images/buttons/bullet_orange.jpg");
    background-repeat: no-repeat;
    background-position: left 5px;
}

#business .arrow{
    background-image: url("/images/buttons/bullet_purple.jpg");
    background-repeat: no-repeat;
    background-position: left 5px;
}

.sperateBlock{
    width: 100%;
    float:left;    
}
.spacer{
    float:left;
    width: 100%;
    height: 10px;
}
img{
    border:0px;
}

.rightImage{
    float:right;
    margin: 10px 10px 10px 10px;
}

.leftImage{
    float:left;
    margin: 10px 10px 10px 10px;
}

.StandardText{
    color: #ffffff;
    font-family: Lucida Grande, Lucida Sans Unicode, Arial;
    font-size: 0.9em;
    line-height: 16px;
    padding: 8px 10px 10px 10px;   
}
.StandardText2{
    color: #000000;
    font-family: Lucida Grande, Lucida Sans Unicode, Arial;
    font-size: 0.9em;
    line-height: 16px;
    padding: 8px 10px 10px 10px;
}
.StandardHeader{
    font-family:Arial;
    color: #ffffff;
    font-size:20px;
    margin: 5px 0px 5px 10px;
    font-weight: bold;
}

.standardInput{
    margin: 10px 10px 10px 10px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 0px;
    height: 14px;
    font-family: Lucida Grande, Lucida Sans Unicode, Arial;
    font-size: 0.9em;
    padding-left: 10px;
}
.standardSelect{ 
    border: 1px solid #000000;
    width: 200px;
    height: 23px;
    margin-top: 5px;
    font-size: 12px;
    font-family: Lucida Grande, Lucida Sans Unicode, Arial;
}
.standardButton{ 
    border: 1px solid #000000;
    font-size: 12px;
    height: 20px;
    font-family: Lucida Grande, Lucida Sans Unicode, Arial;
    margin-bottom: 3px;
}

.searchButton{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 0px;
    margin: 10px 10px 10px -10px;
    #margin: 11px 10px 10px -10px; 
}

.searchButtonPanel{
    float:left;    
}
.searchInputPanel{
    float:left;    
}
.sitePanel{
    text-align:center;
}


#home a{
    color: #f61311;
    font-weight:bold;
    text-decoration: none; 
}
#home a:hover{
    color: #f61311;
    font-weight:bold;
    text-decoration: underline;
}

#events a{
    color: #0088e0;
    font-weight:bold;
    text-decoration: none; 
}
#events a:hover{
    color: #0088e0;
    font-weight:bold;
    text-decoration: underline;
}

#network a{
    color: #ff8000; 
    font-weight:bold;
    text-decoration: none;
}
#network a:hover{
    color: #ff8000; 
    font-weight:bold;
    text-decoration: underline;
}

#business a{
    color: #5e106f;
    font-weight:bold;
    text-decoration: none;
}
#business a:hover{
    color: #5e106f;
    font-weight:bold;
    text-decoration: underline;
}

#events .TitleHeader{
    background-color: #004090;
    border-left: 1px solid #004090;
    border-right: 1px solid #004090;
    float:left;
    width: 100%; 
}
#network .TitleHeader{
    background-color: #ff8000;
    border-left: 1px solid #ff8000;
    border-right: 1px solid #ff8000;
    float:left;
    width: 100%; 
}
#business .TitleHeader{
    background-color: #5e106f;
    border-left: 1px solid #5e106f;
    border-right: 1px solid #5e106f;
    float:left;
    width: 100%; 
}


#home a.blue{
    color: #0088e0;
    font-weight:bold;
    text-decoration: none; 
}
#home a.blue:hover{
    color: #0088e0;
    font-weight:bold;
    text-decoration: underline;
}

#home a.orange{
    color: #ff8000; 
    font-weight:bold;
    text-decoration: none;
}
#home a.orange:hover{
    color: #ff8000; 
    font-weight:bold;
    text-decoration: underline;
}

#home a.purple{
    color: #5e106f;
    font-weight:bold;
    text-decoration: none;
}
#home a.purple:hover{
    color: #5e106f;
    font-weight:bold;
    text-decoration: underline;
}




    .container{
        width: 810px;
        background-color: #ffffff;
        margin:0 auto 0 auto;
        text-align:left;
        margin-bottom: 40px;
        height: 100%;
    }
        .headerPanel{
            height: 161px;
            float:left;
            margin: 10px 10px 10px 10px;
            width: 790px;
            background-color: #ffffff;
            visibility: hidden;
            display:none;
        }
            #home .logo{
                background-image: url("/images/logo/logo_myw.jpg");
                background-repeat: no-repeat;
                background-position: center;
                height: 161px;
                width: 156px;
                margin-right: 10px;
                float:left;
            }
            #events .logo{
                background-image: url("/images/logo/logo_events.jpg");
                background-repeat: no-repeat;
                background-position: center;
                height: 161px;
                width: 156px;
                margin-right: 10px;
                float:left;
            }
            #network .logo{
                background-image: url("/images/logo/logo_network.jpg");
                background-repeat: no-repeat;
                background-position: center;
                height: 161px;
                width: 156px;
                margin-right: 10px;
                float:left;
            }
            #business .logo{
                background-image: url("/images/logo/logo_business.jpg");
                background-repeat: no-repeat;
                background-position: center;
                height: 161px;
                width: 156px;
                margin-right: 10px;
                float:left;
            }
            
            .rightTopPanel{
                width: 624px;
                height: 161px;
                float:left;
                visibility: hidden;
                display: none;
            }
                .menuPanel{
                    float:left;
                    width: 624px;
                }
                    .menuItem{
                        float:left;
                        margin-right: 1px;
                        cursor: pointer;
                    }
                    .menuItemLast{
                        float:left;
                    }
                    
                #home .menuBorder{
                    width: 624px;
                    height: 3px;
                    background-color: #f61311;
                    float:left;    
                }
                #events .menuBorder{
                    width: 624px;
                    height: 3px;
                    background-color: #0088e0;
                    float:left;    
                }
                 #network .menuBorder{
                    width: 624px;
                    height: 3px;
                    background-color: #ff8000;
                    float:left;    
                }
                 #business .menuBorder{
                    width: 624px;
                    height: 3px;
                    background-color: #5e106f;
                    float:left;    
                }
                
                #home .topBanner{
                    float:left;
                    width: 624px;
                    height: 123px;
                    background-image: url("/images/photos/bnr_myw.jpg");
                    background-repeat: no-repeat;
                }
                
                #events .topBanner{
                    float:left;
                    width: 624px;
                    height: 123px;
                    background-image: url("/images/photos/bnr_events.jpg");
                    background-repeat: no-repeat;
                }
                #network .topBanner{
                    float:left;
                    width: 624px;
                    height: 123px;
                    background-image: url("/images/photos/bnr_network.jpg");
                    background-repeat: no-repeat;
                }
                #business .topBanner{
                    float:left;
                    width: 624px;
                    height: 123px;
                    background-image: url("/images/photos/bnr_business.jpg");
                    background-repeat: no-repeat;
                }
                
        .contentPanel{
            float:left;
            margin: 0px 10px 10px 10px;
            width: 590px; 
        }
            .contentBlock1{
                float:left;
                width:100%;
                background-color: #c01620;
            }
            .dottedLine{
                float:left;
                width:100%;
                background-image: url("/images/widgets/dotted_line.jpg");
                background-repeat: repeat-x;
                height: 1px;
            }
                #home .contentBlock2{
                    float:left;
                    width:100%;
                    background-color: #f61311;
                }
                
                #events .contentBlock1{
                    float:left;
                    width:100%;
                    background-color: #004090;
                }
                #events .contentBlock2{
                    float:left;
                    width:100%;
                    background-color: #0088e0;
                }
                #network .contentBlock2{
                    float:left;
                    width:100%;
                    background-color: #ff8000;
                }
                #business .contentBlock1{
                    float:left;
                    width:100%;
                    background-color: #5e106f;
                }
                #business .contentBlock2{
                    float:left;
                    width:100%;
                    background-color: #a00060;
                } 
            
            .agendaItem{
                float:left;
            }
                #home .agendaBlock1 {
                    background-color: #e01d1d;
                    float:left;
                    width:100%;
                }
                #home .agendaBlock2 {
                    background-color: #f61311;
                    float:left;
                    width:100%;
                }            
                
                #events .agendaBlock1 {
                    background-color: #036aac;
                    float:left;
                    width:100%;
                }
                #events .agendaBlock2 {
                    background-color: #0088e0;
                    float:left;
                    width:100%;
                }
                
                #network .agendaBlock1 {
                    background-color: #e57300;
                    float:left;
                    width:100%;
                }
                #network .agendaBlock2 {
                    background-color: #ff8000;
                    float:left;
                    width:100%;
                }
                
                #business .agendaBlock1 {
                    background-color: #85205d;
                    float:left;
                    width:100%;
                }
                #business .agendaBlock2 {
                    background-color: #9f0160;
                    float:left;
                    width:100%;
                }
            
            
            .agendaItemOver{
                float:left;
                background-image: url("/images/buttons/arrow_white.jpg");
                background-repeat: no-repeat;
                background-position: left center; 
                cursor: pointer;
            }
            
            .leftContentPanel{
                width: 156px;
                float:left;
                height: 100%;
                margin-right: 10px;
                visibility: hidden;
                display:none;
            }
                
                .leftContentBlock{
                    float:left;
                    width: 156px;
                }
                .subMenu{
                    float:left;
                    width: 100%;
                    padding-top: 10px;
                    padding-bottom: 10px;
                }
                .subMenuItem{
                    float:left;
                    width: 100%;
                    padding-right: 5px;
                }
                .subsubMenuItem{
                    float:left;
                    width: 100%;
                }
                .subsubMenuItemSelected{
                    float:left;
                    width: 100%;
                }
                
                    #events .subsubMenuItem a{
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_events_ssmenu.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;
                    }
                    #network .subsubMenuItem a{
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_network_ssmenu.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;
                    }
                    #business .subsubMenuItem a {
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_business_ssmenu.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;
                    }
                    
                    #events .subsubMenuItem a:hover{
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_events_ssmenu-over.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;    
                    }
                    #network .subsubMenuItem a:hover{
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_network_ssmenu-over.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;    
                    }
                    #business .subsubMenuItem a:hover{
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_business_ssmenu-over.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;    
                    }
                    
                    
                    
                    #events .subsubMenuItemSelected a{
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_events_ssmenu-over.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;
                    }
                    #network .subsubMenuItemSelected a{
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_network_ssmenu-over.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;
                    }
                    #business .subsubMenuItemSelected a {
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_business_ssmenu-over.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;
                    }
                    
                    #events .subsubMenuItemSelected a:hover{
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_events_ssmenu-over.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;    
                    }
                    #network .subsubMenuItemSelected a:hover{
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_network_ssmenu-over.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;    
                    }
                    #business .subsubMenuItemSelected a:hover{
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 25px;
                        background-image: url("/images/buttons/blt_business_ssmenu-over.jpg");
                        background-repeat: no-repeat;
                        background-position: 15px 6px;    
                    }
                    
                    
                    
                    #events .subMenuItem a,
                    #network .subMenuItem a,
                    #business .subMenuItem a {
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 15px;
                    }
                    
                    #events .subMenuItem a:hover,
                    #network .subMenuItem a:hover,
                    #business .subMenuItem a:hover{
                        color: #ffffff;
                        text-decoration: none;
                        padding-left: 15px;    
                    }
                    
                    #events a.linkArrow:hover{
                        background-image: url("/images/buttons/blt_events_smenu.jpg");
                        background-repeat: no-repeat;
                        background-position: left 5px;
                    }
                    #network a.linkArrow:hover{
                        background-image: url("/images/buttons/blt_network_smenu.jpg");
                        background-repeat: no-repeat;
                        background-position: left 5px;
                    }
                    #business a.linkArrow:hover{
                        background-image: url("/images/buttons/blt_business_smenu.jpg");
                        background-repeat: no-repeat;
                        background-position: left 5px;
                    }
                    
                    #events a.linkArrowSelected{
                        background-image: url("/images/buttons/blt_events_smenu.jpg");
                        background-repeat: no-repeat;
                        background-position: left 5px;
                        color: #ffffff;
                    }
                    #network a.linkArrowSelected{
                        background-image: url("/images/buttons/blt_network_smenu.jpg");
                        background-repeat: no-repeat;
                        background-position: left 5px;
                        color: #ffffff;
                    }
                    #business a.linkArrowSelected{
                        background-image: url("/images/buttons/blt_business_smenu.jpg");
                        background-repeat: no-repeat;
                        background-position: left 5px;
                        color: #ffffff;
                    }
                    
                
                
            .mainContentPanel{
                width: 100%;
                float:left;
                height: 100%;
                margin-right: 10px;
            }
            .mainBigContentPanel{
                width: 100%;
                float:left;
                height: 100%;
            }
                .bigContentBlock{
                    float:left;
                    width: 100%;
                }
                    .QuickLinkBlock{
                        float:left;
                        width: 145px;
                        margin-left: 10px;
                    }
                        .QuickLinkTitle{
                            margin-top: 10px;
                            float:left;
                            width: 100%;
                            font-weight: bold;
                        }
                            .QuickLinkTitleItem{
                                float:left;
                                width: 100%;
                            }
                               
                            
                    .redHeader{
                        background-color: #f61311;
                        border-left: 1px solid #f61311;
                        border-right: 1px solid #f61311;
                        float:left;
                        width: 100%; 
                    }
                    .blueHeader{
                        background-color: #0088e0;
                        border-left: 1px solid #0088e0;
                        border-right: 1px solid #0088e0;
                        float:left;
                        width: 100%; 
                    }
                    .yellowHeader{
                        background-color: #ff8000;
                        border-left: 1px solid #ff8000;
                        border-right: 1px solid #ff8000;
                        float:left;
                        width: 100%; 
                    }
                    .purpleHeader{
                        background-color: #5e106f;
                        border-left: 1px solid #5e106f;
                        border-right: 1px solid #5e106f;
                        float:left;
                        width: 100%; 
                    }
                    .bigContent{
                        
                        width: 100%;
                        float:left;
                    }
                    .bigContent2{
                        
                        width: 100%;
                        float:left;
                    }
                        .SearchText{
                            width: 550px;
                        }
                        #network .pageTitle a{
                            color: #000000;
                            font-weight:bold;    
                        }
                        .newsItem{
                            width: 100%;
                            float:left;
                            padding: 10px 10px 10px 10px;
                        }
                            .newsHeader{
                                float: left;
                                width: 100%;
                                font-weight: bold;
                            }
                            
                            .newsMore{
                                float: left;
                                width: 100%;
                                display:block;                                
                            }
                    
            .rightContentPanel{
                width: 156px;
                float:left;
                height: 100%;
                display:none;
                visibility:hidden;
            }
            
        .footerPanel{
            margin-left: 10px;
            width: 790px; 
            height: 30px;
            color: #ffffff;
            float:left;
            margin-top: 40px;
            display:none;
            visibility:hidden;
        }
            .footerText{
                float:left;
                width: 100%;
                color: #000000;
                margin-bottom: 10px; 
            }
                .footerLeft{
                    float:left;
                    margin-left: 15px;
                }
                .footerRight{
                    float:right;
                    margin-right: 15px;
                }
                .footerRight a{
                    background-image: url("/images/widgets/printIcon.jpg");
                    background-repeat: no-repeat;
                    padding-left: 20px;
                    text-decoration: none;
                }
            .footerImage{
                float:left;
            }

