html, body { height:100%; width: 100%; background-color: #002559; } /* Chrome Fix */
body					{ color:#fff; font: 12px Verdana, sans-serif; background: #002559 url('/css/images/bg.jpg') no-repeat top center; }

.body_container {
    width: 740px;
    height: 415px;
    position: relative;
    margin: 0 auto;
}

* {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

/*Logo*/
h1 {
    text-indent: -9999px;
    float: right;
    background: url(/css/img/logo.png) no-repeat;
    width: 82px;
    height: 63px;
    margin: 12px 20px 0 0;
}
h2 {
    float: right;
    clear: right;
    margin: 12px 20px 0 0;
    background: url(/css/img/sublogo.png) no-repeat;
    height: 14px;
    width: 132px;
    text-indent: -9999px;
}

/*Login*/
#login form{
    position: absolute;
    bottom: 80px;
    right: 20px;
    color: white;
   
    font-size: 10px;
}
#login label {
    margin-top: 3px;
}

#login label, #login input {
    display: block;
}
#login .login_submit {
    background: url(/css/img/submit2.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    width: 76px;
    height: 24px;
    margin-top: 10px;
}
#login .login_legacy {
    position: absolute;
    left: -170px;
    top: 15px;
}

#login .login_legacy input,
#login .login_legacy label {
    float: left;
}
#login .kill_yes {
    clear: both;
}
#login .login_spinner {
    left:180px;
    position:absolute;
    top: 70px;
}
.login_error {
    bottom:36px;
    color:white;
    font-size:12px;
    left:435px;
    position:absolute;
    width:155px;
}

/*Nav*/
.nav_container {
    position: absolute;
    bottom: 0;
    left: 25px;
    margin-bottom: 40px;        
}
#nav,#sub_nav,#sub_nav2 {
    margin-bottom: 20px;
}
.nav a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}

.nav a.active {
    text-decoration: underline;
}


/*Footer*/
.footer {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.footer, .footer a {
    color: white;
    text-decoration: none;
    color: white;
    text-decoration: none;
    font-size: 9px;   
}
.footer a:hover, .nav a:hover {
    text-decoration: underline;
}


div#overlay {
    opacity: .5;
}


#page_content p {
    margin: 15px 0;
    width: 475px;
}

#page_content h3 {
    margin: 10px auto 30px auto;
    font-size: 18px;
}

#page_content {
    position: absolute;
    top: 130px;
    left: 200px;
    color: white;
    width: 520px;
    font-family: Helvetica,Arial;

}


#page_content .close,
#page_content .close2  {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

#page_content .close:hover,
#page_content .close2:hover {
    text-decoration: underline;
}

#page_content .close2 {
    bottom: 0;
    top: auto;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
