div.spacer{
 clear: both;
}

body    {
        color:  #000000;
        background:    #FFFFFF;
        }

.filler {color: #006;}

        /* begin body box */    /* 6 - 'twelvths symmetric' */

body    {

        font-size:      1em;
        font-weight:    normal;
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        font-family:    Verdana, Myriad Web, Syntax, sans-serif;
        font-size-adjust:       .58;

        margin-top:     0px;
        margin-left:    0px;
        margin-right:   0%;
        margin-bottom:  1.58em;
        padding-top:    0;
        padding-left:   0;
        padding-right:  0;
        padding-bottom: 0;
        border-top:     0;
        border-left:    0;
        border-bottom:  0;
        border-right:   0;
       }

a:link  {
        text-decoration:        none;
        font-weight:    bold;
        color:  #000099;
        background:     #FFFFFF;
        }

a {
        text-decoration:        none;
        font-weight:    bold;
        color:  #000099;
        background:     #FFFFFF;
  }
a:visited       {
        text-decoration:        none;
        font-weight:    bold;
        color:  #000099;
        background:     #FFFFFF;
        }

a:active        {
        text-decoration:        none;
        font-weight:    bold;
        color:  #FFCC33;
        background:     #CCCCCC;
        }

a:hover {
        text-decoration:        none;
        color:  red;
        background:     #CCCCCC;
        }

a.offsite       {
        text-decoration:        none;
        font-weight:    normal;
        color:  #F63;
        background:     #FFFFFF;
        }


h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot    {
        color:  #000000;
        padding-top: .4em;
        text-align: center;
        }

.nrl_swoosh{
        float: left;
}
.nrl_intranet{
        text-align:center;
}

.centered_block{
     display: block;
     margin-left: 10%;
     margin-right: 10%;
}

.text_block{
     text-align: left;
}
#warning{
     text-align: left;
     font-size: .6em;
}

.pki_banner{
    display: block;
    margin-left:20%;
    margin-right:20%;
    border: solid; border-width: thin;
    background: #CCCCCC;
    padding: 1em;
    font-weight: normal;
    font-size: .75em;
}

.pki_banner h5{
    color: red;
    font-weight: bold;
}

.pki_banner a {
        text-decoration:        none;
        font-weight:    bold;
        color:  #000099;
        background:     #CCCCCC
}


.pki_banner a:link  {
        text-decoration:        none;
        font-weight:    bold;
        color:  #000099;
        background:     #CCCCCC
        }



.pki_banner a:visited       {
        text-decoration:        none;
        font-weight:    bold;
        color:  #000099;
        background:     #FFFFFF;
        }

.pki_banner a:active        {
        text-decoration:        none;
        font-weight:    bold;
        color:  "#FFCC33;
        background:     #FFFFFF;
        }

.pki_banner a:hover {
        text-decoration:        none;
        color:  #FC0;
        background:     #FFFFFF;
        }

.subfoot{
    width:1000;
    height:84;
}

.nrlHeader{
    float: left;
}

#prev_next_arrows{
        /*DISPLAY:inline;
        float: left;
       /* position: absolute;
        top: 120px;
        left: 450px; */
        margin-left: 1em;
        margin-right: 1em;
        /*border: 1px solid black; border-width: thin; padding: .1em;*/
        }

.prev_next_arrows{
        /*DISPLAY:inline; */
        /* float: left; */
        position: absolute;
        top: 120px;
        left: 450px; 
        margin-left: 1em;
        margin-right: 1em;
        /*border: 1px solid black; border-width: thin; padding: .1em; */
        }


#prev_arrow{
        float: left;
        /*border: 1px dashed yellow; border-width: thin; padding: .1em;*/
        }

#name{
        float: left;
        /*border: 1px dashed yellow; border-width: thin; padding: .1em;*/
        }

#next_arrow{
        float: left;
        /*border: 1px dashed yellow; border-width: thin; padding: .1em;*/
        }


