body {
    background: rgb(19, 63, 96);
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 75%;
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-weight: normal;
    font-size: 163%;
    color: rgb(43, 55, 204);
    background: inherit;
}

h2 {
    font-weight: normal;
    font-size: 131%;
    background: inherit;
}

#header, #body, #footer {
    width: 64.5em;
    margin: 0 auto;
}
            
#header {
    color: black;
    background: white;
    margin-top: 3em;
    padding-top: 1em;
    padding-bottom: 0.5em;
    text-align: left;
}

#header img {
    width: 120px;
    height: 34px;
    margin-left: 1em;
}

#search {
    float: right;
    margin-right: 1em;
    margin-top: -0.5em;
    font-size: 85%;
    text-align: right;
}

#search p, #search form {
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
}

#search input[type=submit] {
    font-family: Verdana, sans-serif;
}

#search input[type=text] {
    border: solid rgb(75, 75, 75) 1px;
    font-family: Verdana, sans-serif;                
}

#search a {
    font-size: 80%;
}

#body {
    background: white;
    color: rgb(35, 35, 35);
}

ul.primary_nav {
    margin: 0px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 91%;
    color: white;
    background: rgb(108, 108, 108);
}

ul.primary_nav li {
    display: inline;
    text-transform: uppercase;
    padding-left: 1.75em;
    margin-right: 1.75em;
    border-left: solid white 1px;
}

ul.primary_nav .active, ul.primary_nav .trail {
	font-weight: bold;
}

ul.primary_nav a {
    color: white;
}

ul.primary_nav a:hover {
    color: rgb(182, 182, 182);
}

ul.primary_nav > li:first-child {
    border-left: none;
}

#sitemap {
    padding-left: 4em;
}

#sitemap ul.primary_nav {
    margin: 0px;
    text-align: left;
    padding: 0px;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 100%;
    color: black;
    background: white;
}

#sitemap ul.primary_nav li {
    display: list-item;
    text-transform: none;
    padding: 0px;
    margin-left: -2em;
    border-left: none;
}

#sitemap ul.primary_nav a {
    color: rgb(43, 55, 204);
    text-decoration: underline;
}

#sitemap ul.primary_nav a:hover {
    text-decoration: none;
}

#images {
    text-align: center;
    margin-top: 2px;
    border-top: solid rgb(75, 75, 75) 4px;
    padding-top: 4px;
    white-space: nowrap;
}

#images img {
    height: 87px;
    width: 116px;
    margin-left: 3px;
    margin-right: 3px;
}

#column1 {
    float: left;
    width: 13.5em;
    padding-top: 1em;
    text-align: left;
    height: 250px;
}

#column2 {
    padding-top: 1em;
    margin-left: 17em;
    margin-right: 6em;
    padding-bottom: 2em;
    font-size: 90%;
    line-height: 160%;
    text-align: left;
}

#column2 a, #search a {
    color: rgb(43, 55, 204);
    text-decoration: underline;
}

a#content {
    text-decoration: none;
}

#column2 a:hover, #search a:hover {
    text-decoration: none;
}

#column2 a:visited {
    color: rgb(75, 75, 75);
}

.secondary_nav {
    margin-top: 3em;
}

.secondary_nav li {
    list-style: none;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    color: rgb(43, 55, 204);
    background: inherit;
    padding-top: 6px;
    padding-bottom: 2px;
    margin-left: 1em;
    border-top: solid rgb(182, 182, 182) 1px;
}

.secondary_nav .first, .secondary_nav > li:first-child {
    border-top: none;
}

.secondary_nav li.active {
    list-style: disc;
}

html[lang] .secondary_nav li.active {
    list-style: none;
    text-indent: -1.7em;
}

.secondary_nav li.active:before {
    content: "\21e2";
    color: black;
    padding-right: 0.3em;
}

.secondary_nav a {
    color: rgb(43, 55, 204);
}

.secondary_nav a:hover {
    color: rgb(182, 182, 182);
}

html[lang] .secondary_nav li.active ul.level3 {
    padding-left: 3.4em;
}

.secondary_nav ul.level3 {
    margin: 0px;
    padding-left: 1.7em;
}

.secondary_nav .level3 li {
    font-size: 80%;
    border-top: none;
    margin: 0px;
    padding: 0px;
}

#footer_nav {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0.5em;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0.5em;
    margin-bottom: 0.25em;
    text-align: right;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: white;
    background: inherit;
}

#footer_nav li {
    display: inline;
    margin-left: 0.5em;
    padding-left: 0.6em;
    font-size: 80%;
    border-left: solid white 1px;
}

#footer_nav .first {
    border-left: none;
}

#footer_nav a {
    color: white;
}

#footer_nav a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.codeSample {
    font-family: Monaco, Lucida Console, Courier New, monospace;
    font-size: 100%;
    width: 100%;
    padding: 0.5em;
    line-height: 120%;
    max-height: 21em;
    background-color: #eeeeee;
    overflow-x: auto;
}

@media print {
    body {
        background: white;
        font-size: 12pt;
    }

    #primary_nav, #search, #footer, #column1 {
        display: none;
    }
    
    #header {
        text-align: center;
        width: auto;
    }
    
    #header img {
        margin: 0px;
    }
    
    #body {
        width: auto;
    }
    
    #column2 {
        margin: 0px;
    }
    
    #images {
        margin-bottom: 2px;
        border-bottom: solid rgb(75, 75, 75) 4px;
    }
    
    #column2 a {
        text-decoration: none;
        color: inherit;
    }
    
}
