@import url(../css/reset.css);
html {
    height: 100%;
}

body {
    background: #1e6cc4 url("../images/bg/footer_middle_splitter1_top_panel_body.png") repeat-x 0 -2870px;
    color: #555555;
    font: 14px Arial, Verdana, Tahoma, sans-serif;
    height: 100%;
    margin: 0;
    min-width: 1003px;
    position: relative;
}

#header {
    width: 100%;
    background: none;
}

.frame {
    margin: 0 auto;
    width: 1000px;
}

#header .bg {
    min-height: 130px;
    position: relative;
}

.logo {
    left: 50%;
    margin-left: -500px;
    position: absolute;
    top: 30px;
    z-index: 1;
}

.logo a {
    background: url("../images/bg/logo.png") no-repeat;
    display: block;
    height: 65px;
    overflow: hidden;
    text-indent: -9999px;
    width: 392px;
}

#main {
    background: url("../images/bg/bullet_circle_left_right.png") repeat-x 0 -1500px;
    width: 100%;
}

.bg_grnd {
    background: url("../images/bg/bg_main.jpg") no-repeat 50% 0;
    overflow: hidden;
    padding: 25px 0 0;
}

.content_holder {
    background-color: #fff;
    margin: 0 auto;
    min-height: 500px;
    padding: 22px 10px 0;
    width: 980px;
}

h1.orange {
    color: #0F70B8;
    font: 45px Helvetica, Arial, sans-serif;
    padding: 161px 0 0;
    margin: 0;
}

p.appeal_message {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding: 20px 197px 10px;
    margin: 0;
}

p.appeal_message .blue {
    font-size: 26px;
    line-height: 36px;
    color: #0F70B8;
}

#footer {
    background: #fff url("../images/bg/landscape.gif") no-repeat 50% 0;
    overflow: hidden;
    padding: 95px 0 0;
    position: relative;
    width: 100%;
}

#footer .bg {
    min-height: 20px;
    background: #042B87 url("../images/bg/footer_middle_splitter1_top_panel_body.png") repeat-x;
}