    body, html {
        background-color:   #ffffff;
        margin:             0px 0px 0px 0px;
        font-family:        verdana;
        text-align:         center;
    }
    
    #center {
        width:				750px;
		margin:             0px auto;
    }
    .nav {
		background-color:   #006699; 
        border-bottom:      1px solid #054d75;
        font-weight:        bold;
        color:              #fff;
        font-size:          11px;
        padding:            4px 0px 5px 25px;
    }
    
    .nav a {
        color:              #fff;
        text-decoration:    none;
        padding:            4px 0px 5px 0px;
    }

    
    #footer {
        background-color:   #003c64;
        color:              #fff;
        font-size:          11px;
        padding:            3px 25px;
        border-top:         5px solid #fff;
    }
    
    #footer .left {
        float:              left;
    }
    
    #footer .right {
        float:              right;
    }
    
    #footer a {
        color:              #fff;
        text-decoration:    none;
    }
    
    #footer a:hover {
        text-decoration:    underline;
    }
    
    .off {
        display:            none;
        z-index:            9999;
    }
    
    .on {
        width:              150px;
        position:           absolute;
        top:                130px;
        text-align:         left;
        z-index:            9999;
    }
    
    .on a {
        background-color:   #006699;
        color:              #ade0ff;
        font-family:        verdana;
        font-size:          10px;
        width:              100%;
        text-decoration:    none;
        display:            block;
        padding:            4px 10px 4px 10px;
        border-top:         1px solid #888ca6;
        border-bottom:      1px solid #292a35;
        z-index:            9999;
        -moz-opacity: 0.90;
        filter: alpha(opacity=90);
    }
       
    .on a:hover {
        color:              #fff;
        text-decoration:    underline;
    }
	

    
