/*******PAGE*******/

div#header
{
    height:100px;
    width:760px;
    background-image:url(images/top-bg.jpg);
}

div#divCenter
{
    float:left;
    width:760px;
    background-image:url(images/center-bg.jpg);
    background-position:right top;
    background-repeat:repeat-y;
    background-color:#D7F0F7;
}

div#dnn_leftTitle
{
    width:33px;
    float:left;
}

div#divContentPane
{
    width:584px;
    background-repeat:repeat-y;
    background-image:url(images/content-bg.jpg);
    float:left;
}

div#dnn_ContentPane
{
    width:580px;
    float:left;
}

div#dnn_RightPane
{
    width:140px;
    float:left;
    
}

div#divNavFooter
{
    width:470px;
    height:18px;
    float:left;
    margin-right:-2px;
}

div#footer
{
    height:18px;
    width:760px;
    background-image:url(images/bottom-footer.jpg);
    background-repeat:no-repeat;
    float:left;
}

div#copyright
{
    height:18px;
    width:132px;
    float:left;
}

/* ### Snapsis Menu Classes ######################################################## */

    
#navFooter a {
    float:left;
    display:block;
    width:94px;
    text-align:center;
    padding: 0px 0px 0px 0px;
    text-decoration:none;
    font:Verdana;
    font-size:14px;
    text-indent:-9999px;
    color:#FFFFFF;  
    
}

#navFooter a:hover {
    text-decoration:none;
    color:#FF0000;
} 
 
#navFooter .SelectedTab a {
    color:#000000;
}

/*MenuImages*/
    
    /*On*/
    li#navFooter56.SelectedTab a{background:url('images/knoponder1-b.gif') no-repeat Top Left;height:27px;}
    li#navFooter57.SelectedTab a{background:url('images/knoponder2-b.gif') no-repeat Top Left;height:27px;}
    li#navFooter58.SelectedTab a{background:url('images/knoponder3-b.gif') no-repeat Top Left;height:27px;}
    li#navFooter59.SelectedTab a{background:url('images/knoponder4-b.gif') no-repeat Top Left;height:27px;}
    li#navFooter60.SelectedTab a{background:url('images/knoponder5-b.gif') no-repeat Top Left;height:27px;}
    

