﻿html
{
    height: 100%;
}

body
{
    font-family: Arial;
    font-size: 10pt;
    color: #333333;
    background-color: #F1F0EE;
    background-image: url('images/RNSC2_01.jpg');
    background-repeat: repeat-x;
    min-height: 700px;
    max-height: 1000px;
    margin: 0px;
}

.MainContainer
{
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0px solid red;
}

.SubContainer
{
    width: 864px;
    height: 100%;
    text-align: left;
    border: 0px solid red;
}

.div_header
{
}
.div_menu
{
}
.div_spacer1
{
}

.div_login_bar
{
    width: 864px;
    height: 51px;
    background-image: url('images/login-ip-bar.jpg');
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 0px;
}

.login
{
    width: 400px;
    height: 100%;
    float: left;
}

.login input
{
    font-size: 8pt;
}

.ipaddress
{
    width: 400px;
    height: 100%;
    vertical-align: middle;
    float: right;
    font-family: Arial;
    font-size: 10px;
    color: #000000;
    text-align: right;
    padding-top: 5px;
    padding-right: 25px;
}

.div_banner
{
    margin-top: -10px;
}
.div_spacer2
{
}

.SideMenuHolder
{
    width: 215px;
    float: left;
    vertical-align: top;
    text-align: left;
    /*background-image: url('images/side_menu_bg.jpg');*/
    background-repeat: repeat-y;
    background-color: #F2F1F6;
    /*background-color: blue;*/
}

.SideMenu
{
    background-image: url('images/main_body_bg2.jpg');
    background-repeat: repeat-y;
    background-position: left;
    background-color: #F2F1F6;
}

.Affiliations
{
    background-image: url('images/main_body_bg2.jpg');
    background-repeat: repeat-y;
    background-position: left;
    background-color: #F2F1F6;
}

.Affiliations_Logos
{
    width: 200px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div_body_holder
{
    height: 100%;
    background-image: url('images/main_body_bg2.jpg');
    background-repeat: repeat-y;
    background-position: left;
    background-color: #F2F1F6;
    /*background-color: red;*/
}

.BodyHolder
{
    float: left;
    width: 649px;
    height: 100%;
    vertical-align: top;
    text-align: left;
    border: 0px solid red;
}

.footer
{
}

.copyrighttext
{
    text-align: center;
    padding: 5px;
    line-height: 18px;
}


/*MAIN ROUNDED CORNER CONTENT*/
.roundedcorner_box
{
    vertical-align: top;
    text-align: left;
    width: 642px;
    height: 100%;
    background-color:#ffffff;  
    border: solid 0px red;
}
.roundedcorner_top
{
    background: url('images/roundedcorner_top.jpg') no-repeat top right;
}
.roundedcorner_bottom
{
    background: url('images/roundedcorner_bottom.jpg') no-repeat bottom right;
}
.roundedcorner_content
{
    background: url('images/roundedcorner_sides.jpg') top right repeat-y;
}

.roundedcorner_top div, .roundedcorner_top, .roundedcorner_bottom div, .roundedcorner_bottom
{
    height: 10px;
    font-size: 1px;
}
.roundedcorner_content, .roundedcorner_bottom
{
    margin-top: -19px;
}
.roundedcorner_content
{
    padding: 0 10px;
}

/*MAIN ROUNDED CORNER CONTENT*/


.paraheader
{
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 8px;
    color: #bc0402;
}

.findoutmore
{
    color: #011B8A;
    text-decoration: none;
    font-weight: bold;
}

:hover.findoutmore
{
    text-decoration: underline;
}

.hpimagebar
{
    width: 160px;
    float: right;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    /*background-color: #f1f1f1;*/
    line-height: 25px;
}

.hpimagebarimgs
{
    margin-bottom: 30px;
}

.normallink
{
    font: arial;
    font-weight: normal;
    text-decoration: underline;
    color: #011B8A;
}
    
.normallink:hover
{
    text-decoration: none;
}

.contactusmap
{
    }