    .hide {
        display:none;
    }

        body {
            margin: 0;
            padding: 0 0 20px;
            min-height: 100%;
            font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
            font-size: 14px;
        }
        #body {
            margin-left:10px;
            margin-right:10px;
        }
        #footer {
            margin:10px;
        }
        table {
            font-size:14px;
            padding:5px;
        }
        th {
            background: #dfeffc;
        }
        td {
            padding-left:5px;
            padding-right:5px;
        }
        #right
        {
            position:relative;
            float:right;
            width:85%;
        }
        #left {
            position:relative;
            float:left;
            width:100px;
            text-align:right;
        }
        #home_middle {
            margin-left:100px;
            margin-right:320px;
        }
        #home_right {
            position:relative;
            float:right;
            width:300px;
        }
        .headLeft {
            float:left;
        }
        .headRight {
            float:right;
            margin-top:30px;
            margin-right:5px;
        }

        .button {
            border: 1px solid #c5dbec; 
            background: #dfeffc url(/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
            font-weight: bold;
            color: #2e6e9e;
            outline: none;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            padding:5px;
            text-decoration: none;
        }
        .button-hover {
            border: 1px solid #79b7e7;
            background: #d0e5f5 url(/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
            font-weight: bold;
            color: #1d5987;
            outline: none;
        }
        #graph_nav_right {
            float:right;
            position:relative;
            margin-right:20px;
            padding-top:7px;
            padding-bottom:7px;
        }
        #graph_nav {
            float:left;
            position:relative;
            padding-top:10px;
            padding-bottom:10px;
        }
        .odd {
            background-color: #ffffff;
        }
        .even {
            background-color: #e4e4ff;
        }