/* Color Definitions
#5c6def - vivid light blue
#4754b9 - dark blue
#fbe497 - menu gold
*/

body
{
    min-width: 640px;
    margin: 0;
    padding: 0;
    font-size: 1em;
/* 	font-family: "Times New Roman", "Nimbus Roman No9", Georgia, "Thorndale AMT", "CG Times", serif; */
    font-family: serif;
    color: #000;
    background-color: #fff;
}

ul.disc
{
    list-style-type: disc;
    line-height: 130%;
}

ul.square
{
    list-style-type: square;
    line-height: 130%;
}

ul.circle
{
    list-style-type: circle;
    font-style: italic;
    line-height: 130%;
}

ul.summary {
    margin: 15px 10px 10px 12px;
    padding-top: 15px;
    padding-right: 10px;
    background: #eaeaea;
    border: 1px solid #C8CDF3;
/*     border: 1px solid #C0C5E9; */
/*     border: 1px solid #ddd; */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

li.single { /* internal spacingn of lists controlled by li */
    margin: -5px 0px 0px 0px;
    line-height: 1.1;
    font-size: initial;
}

kbd {
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #222222;
}

cde {
    background: #f0f0f0;
    /* border: 1px solid #ddd; */
    padding: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #18191d;
    font-family: monospace;
}

code {
    /* color: #000; */
    /* color: #070809; */
    color: #18191d;
}

/*
---------------------------  Top Banner  -----------------------
*/

div#banner
{
    margin: 0;
    padding: 0;
/*     min-height: 55px; */
    min-height: 58px;
    color: #fff;
/*     background-color: #333; */
/*     background-color: #18191D; */
    background-color: #081012;
    border-top: 2px solid #4754B9;
    border-bottom: 2px solid #5C6DEF;
    background-image: url(/images/brd-h_BlackCyan-Glass-60.png);
    background-repeat: repeat-x;

}

div#banner h1
{
    margin: 0;
    padding: .3em 0 .3em .5em;
    font-size: 2.4em;
    font-weight: normal;
    font-variant: small-caps;
    font-style: italic;
    font-family: Georgia, serif;
    text-shadow: 4px 4px 8px blue;
    letter-spacing: 1px;
    color: #5C6DEF;
}

div#banner-rt
{
    float:right;
    min-width:25%;
    margin: 0;
    padding: 0 5px 0 0;
    text-align: right;
    font-family: sans-serif;
    font-size: .8em;
    color: #5C6DEF;
}

div#banner-rt p
{
    margin: 0;
    padding: 0;
}

div#banner img.ul
{
    position: absolute;
    top: 4px;
    left: 2px;
}

div#banner img.ur
{
    position: absolute;
    top: 4px;
    right: 2px;
}

div#banner a
{
    margin: 0;
/*     padding: 0 0 0 .1em; */
    padding: 0;
    font-size: 2.4em;
    font-weight: normal;
    font-variant: small-caps;
    font-style: italic;
    font-family: Georgia, serif;
    text-shadow: 4px 4px 8px blue;
    letter-spacing: 1px;
    line-height: 170%;
    color: #5C6DEF;
}

/*
------------------------  General Containers  ------------------
*/

div#container
{
    height: 100%;
    min-height: 480px;
    background-image: url(/images/nc_base-blue.jpg);
    background-repeat: repeat-y;
    border-top: 1px solid #4451B2;
    border-bottom: 2px solid #4451B2;
    overflow: auto;
}

div#container2
{
    height: 100%;
    min-height: 480px;
    background-image: url(/images/mc_base-blue290.jpg);
    background-repeat: repeat-y;
    background-position: right;
    overflow: auto;
}

/*
------------------------------ Menu ----------------------------
*/

div#menu
{
    width: 158px;
    float: left;
    margin: 0;
    padding: .5em 0 .3em .3em;
    font-size: .85em;
}

div#menu p
{
    margin: 0;
    padding: 1em 0 .3em .3em;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 3px #333;
}

div#menu ul
{
    margin: 0;
    padding: 0 0 0 0;
    list-style-type: none;
    color: #FBE497;
    font-weight: normal;
    text-shadow: none;
}

div#menu li
{
    position: relative;
}

div#menu ul li a
{
    display: block;
    margin: 0;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 6px;
    font-family: sans-serif;
    text-indent: 4px;
    text-decoration: none;
    color: #FBE497;
    border-top: 1px solid #3D49A0;
    border-bottom: 1px solid #4754B9;
}

div#menu ul li a:hover
{
    margin: 0;
    color: #fff;
    font-style: italic;
    background: #5768E3;
}

div#menu ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 170px;
    border-top: 1px solid #5C6DEF;
    border-bottom: 1px solid #414A85;
    border-left: 1px solid #414A85;
/*     border: 1px groove #5C6DEF; // original */
}

div#menu ul ul ul li
{
    padding-left: 1px;
    padding-right: 2px;
    font-style: normal;
    background: #333;
    background-image: url(/images/menu-base-168x20.jpg);
    background-repeat: repeat-y;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{
    display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
    display: block;
    color: #fff;
    font-style: italic;
    background: #5768E3;
}

div#menu ul ul ul li.label
{
    padding: 2px 0 2px 5px;
    font-style:italic;
/* 	text-decoration:underline; */
}
/*
---------------------------  Right Column  -----------------------
*/

div#more
{
    width: 165px;
    float: right;
    margin: 0;
    padding: 7px 5px 0 5px;
    color: #fff;
}

div#more a
{
    text-decoration: none;
    color: #FBE497;
}

div#more a:link, a:visited
{
}

div#more a:hover
{
    background-color: #5768E3;
}

div#more h3
{
    margin: 0;
    padding: 4px 0 0 2px;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFE97A;
    text-shadow: 2px 2px 2px #333;
}

div#more h4
{
    color: #FFE97A;
    margin: 0 0 4px 4px;
    font-weight:bold;
    font-style:italic;
/* 	text-shadow: 2px 2px 2px #333; */
}

div#more hr
{
    color: #4953A3;
/*     color: #A3884D; */
/*     color: #FFE97A; */
}

div#more p
{
    font-family: sans-serif;
    font-size: .85em;
    text-indent: 10px;
}

div#more p.center
{
    text-indent: 0;
    text-align: center;
}

div#more p.note
{
    padding: 5px 8px 5px 5px;
    font-size: .8em;
    color: #333;
    background-color: #fff;
    border: 3px outset #6373FF;
}

div#more ul
{
    margin: 0 0 1em 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: sans-serif;
    font-size: .85em;
    color: #FFD579;
}

div#more ul.disc
{
    padding-left: 17px;
    list-style-type: disc;
    list-style-position: outside;
    color: #FFD579;
}

div#more ul li
{
    margin-top: 1px;
    color: #FFD579;
}

div#more ul li a
{
    display: block;
/* Line below caused run off right side of page */
    width: 145px;
    padding-left: 5px;
    text-decoration: none;
    color: #FBE497;
}

div#more pre
{
    padding-left: 7px;
    font-family: sans-serif;
    font-size: 0.9em;
}

/*
---------------------------  Content  -----------------------
*/

div#content
{
    height: 100%;
    min-height: 640px;
    margin-left: 190px;
    margin-right: 200px;
    line-height: 150%;
    font-size: 1.0em;
/*     font-size: .9em; */
}

div#content h2
{
    margin: 0 0 5px 0;
    padding-top: 1em;
    font-size: 2.0em;
    font-weight: normal;
    color: #4754B9;
    text-shadow: 4px 4px 6px #DCDCDC;
}

div#content h3
{
    margin: 0;
    padding-top: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

div#content h4
{
    margin: 0 0 0 20px;
    padding-top: 0.5em;
    font-size: 1.1em;
    font-weight: bold;
    font-stretch: expanded;
    color: #4754B9;
}

div#content h5
{
    margin: 0 0 0 10px;
    padding-top: 0.5em;
    font-size: 1.1em;
    font-weight: bold;
    font-stretch: expanded;
    color: #333;
}

div#content pre {
    margin: 1em;
    padding: .8em;
    font-size: .9em;
    font-family: monospace;
    line-height: 1.4em;
    overflow: auto;
    color: black;
    background-color: #EAEAEA;
/*     border: 1px solid #ddd; */
/*     border: 1px dashed #5C6DEF; */
/*     border: 1px solid #5C6DEF; */
/*     border: 1px solid #95A0EF; */
/*     border: 1px solid #C0C5E9; */
    border: 1px solid #C8CDF3;
/*     border: 1px solid #CDCFDD; */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

div#content pre.txt {
    margin: 1em;
    padding: .8em;
    font-size: 1em;
    font-family: monospace;
    line-height: 1.4em;
    overflow: auto;
    color: black;
    background-color: #EAEAEA;
/*     border: 2px ridge #5C6DEF; */
    border: 3px ridge #1689D5;
}

div#content p, p.note
{
    text-indent: 20px;
    text-align: justify;
}

div#content p.note
{
    margin: 1em 1em 1em 1em;
    padding: .8em;
    font-family: sans-serif;
    font-size: .85em;
    line-height: normal;
    color: #333;
    background-color: #FBE497;
    border: 1px solid #333;
}

div#content a, a:link, a:visited
{
    text-decoration:none;
    color: #4754B9;
}

div#content a:hover
{
    color: #5C6DEF;
    background-color: transparent;
    text-decoration: underline;
}

div#content a.toc
{
  padding: 0 3px 0 3px;
  font-size: 1.0em;
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

div#content a.toc:link, a.toc:visited
{
    color: #000;
}

div#content a.toc:hover, a.toc:active
{
    border-bottom: 1px solid #5261D6;
}

div#content ol.toc
{
    margin-left: 30px;
    font-size: 1.0em;
    text-align: justify;
    line-height: 150%;
    color: #4754B9;
}

div#content ul
{
    line-height: 150%;
    text-align: justify;
}

div#content ul li
{
    margin-bottom: 1em;
}

div#content ul ol
{
    line-height:normal;
    color:#5261D6;
}

div#content ul ol li
{
/*     color:#000000; */
}

div#content ul.links
{
    line-height: .6em;
}

div#content ul.links li.links
{
    margin-bottom: 0;
}

div#content a.fn, a.fn:link, a.fn:visited, a.fn:hover, a.fn:active
{
    padding: 0 0 0 3px;
/*     vertical-align: top; */
    vertical-align: super;
    font-size: 7pt;
/*     font-size: 6pt; */
    /*font-weight: bold;*/  /* 400-normal 700-bold */
    /*font-weight: 600;*/
    color: #4754B9;
    background-color: transparent;
}

div#content a.fnr, a.fnr:link, a.fnr:visited, a.fnr:hover, a.fnr:active, a.toc:link, a.toc:visited, a.toc:hover, a.toc:active
{
    font-size: 8pt;
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

div#content hr.fnr
{
    margin-top: 2em;
    margin-right: 90%;
    padding-left: 0;
    width: 10%;
    color: #4953A3;
}

div#content ol.fnr
{
    font-size: 8pt;
    text-align: justify;
    line-height: 110%;
    color: #4754B9;
}

div#content li.fnr
{
    padding-top: .5em;
}

div#content a.return:link, a.return:visited
{
    float: right;
    font-size: .85em;
    margin: 12px 0 0 0;
    padding: 0;
    color: #5261D6;
/*     border: 1px solid #fff; */
/*     border-bottom: 1px solid #fff; */
}

div#content a.return:hover, a.return:active
{
    text-decoration: underline;
/*     text-decoration: none; */
    color: #5C6DEF;
}

div#content a.return2, a.return2:link, a.return2:visited
{
    font-size: .85em;
    margin: 12px 0 0 0;
    padding: 0;
    color: #5261D6;
}

div#content a.return2:hover, a.return2:active
{
    text-decoration: underline;
    color: #5C6DEF;
}

div#content img.return
{
vertical-align: middle;
}

/*
---------------------------  Clear Div  -----------------------
*/

div#cleardiv
{
    margin: 0;
    padding: 5px 0 5px 5px;
    height: 28px;
    bottom: 0%;
}

#cleardiv p.title
{
    margin: 0;
    padding: 1em 0 .3em .3em;
    font-size: .85em;
    font-weight: bold;
    font-stretch: condensed;
    font-variant: small-caps;
    color: #fff;
    text-shadow: 2px 2px 3px #333;
}


div#cleardiv_lt
{
    float: left;
    width: 160px;
    margin: 0;
    padding: 0px;
    color: #5C6DEF;
    bottom: 0%;
}

div#cleardiv_rt
{
    float: right;
    width: 180px;
    margin: 0;
    padding: 0 0 0 0;
    color: #5C6DEF;
    bottom: 0%;
}

div#cleardiv img
{
    border: 0;
    padding: 0;
}

/*
---------------------------  Footer  -----------------------
*/

div#footer
{
    min-height: 45px;
    border-top: 1px solid #5C6DEF;
/*    border-bottom: 2px inset #333333;
    border-left: 2px outset #333333;
    border-right: 2px inset #333333;*/
    font-size: .9em;
    background-image: url(/images/brd-h_BlackCyan-Glass-60.png);
    background-repeat: repeat-x;
}

div#footer a
{
    color: #000;
}

div#footer a:link, a:visited
{
}

div#footer a:hover
{
    color: #5C6DEF;
}

div#footer a.box:hover
{
    outline: #5C6DEF outset 2px;
}

div#footer ul
{
    padding: 0;
    margin: .5em;
    list-style-type: none;
}

div#footer li
{
    display: inline;
    margin-right: 1em;
}

div#footer img
{
    float: right;
}

div#footer-rt
{
    float: right;
    width: 65%;
}

div#footer-rt img
{
    float: right;
    padding-top: .4em;
}
