body {
        margin: 0px;
        font: 12pt Gill Sans, Arial, Helvetica, sans-serif;
}

a {
        color: #033665;
}

a:visited {
        color: #1a7ad3;
}

a:hover {
        color: #1ea034;
}


a.footerLink {
        color: #fff;
        text-decoration: none;
}

p {
        padding: 3px;
        padding-left:18px;
/*      text-indent: 15px;  */
}

div#page_container {
        width: 650px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 0px;
        border: 5px solid #033665;
}

        div#header {
                width: 650px;
                height: 50px;
                position: relative;
                top: 0px;
                margin-top: 0px;
                background: #1a7ad3;
        }
        #header h1 {
                font-size: 18pt;
                margin-left: 20px;
                color: white;
                margin-top: 0px;
        }       

        h2 {
                font-size: 15pt;
        }             

        span.form_note {
                font-size: 80%;
                color: #555;
        }       

        p.error {
                color: red;
        }       

        dt {
                margin-top: 10px;
                font-weight: bold;
        }       

        div#body_content {
                padding: 5px;
        }
        
        div#footer {
                width: 650px;
                height: 30px;
                position: relative;
                top: 0px;
                padding-top: 5px;
                text-align: center;
                color: #fff;
                font-size: 12px;
                border-top: 4px solid #c5e3ff;
                background-color: #1a7ad3;
        }





 