html,body {
        width: 100%;
        padding: 0px;
        margin: 0px;
        /*background-color: #666666;*/
        /*background-color: white;*/
             background-color: #efefef; 
        font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
        font-size:0.9em;
}
.container {
        width: 900px;
        margin: 0 auto;
        border-style: solid;
        border-width: 1px;
}
.content {
        min-height: 300px;
        background-color: white;
        color: #666666;
        text-align: left;
        padding: 10px 50px 50px 10px;
}
.header2 {
        width: 900px;
        height: 25px;
        background-color: #FFFFFF;
        font-family: Book Antiqua, Times New Roman;
        color: #666666;
        font-size: 40px;
        text-align: left;
        padding: 30px 0px 50px 0px;
        cursor: default;
}

.header1 {
        width: 900px;
        height: 15px;
        background-color: #4700B8;
        font-family: Verdana;
        color: #FFFFFF;
        font-size: 11px;
        text-align: right;
        padding: 7px 0px 3px 0px;
        cursor: default;
}

.bottom {
        height: 20px;
/*         background: url(img/bottom.jpg); */
        background-color: #4700B8;
        background-repeat: no-repeat;
}
.footer {
        font-family: Verdana;
        font-size: 10px;
/*         color: #FFFFFF; */
        cursor: default;
        text-align: center;
        background-color: white;
}
.footer a {
/*         color: #FFFFFF; */
        text-decoration: none;
}
.footer a:hover {
        text-decoration: underline;
}

.left {
height: 125px;
font-family: Verdana;
font-size: 11px;
}
    
.right {
    height: 420px;
    font-family: Verdana;
    font-size: 11px;
}

