body {
    background-color: #00396A;
    font-family: arial, verdana, sans-serif;
    font-size: 13pt;
    color: #E0E0E0;
    text-align: center;
}

#page {
    position: relative;
    width: 984px;
    margin: 0 auto;
    text-align: left;
}

#header {
    position: absolute;
    top: 0px;
    height: 165px;
    width: 982px;
    border: solid 1px #999999;
    border-bottom: none;
}

#menumain {
    position: absolute;
    top: 165px;
    width: 984px;
}

#main {
    position: absolute;
    top: 2em;
    width: 982px;
    border: solid 1px #999999;
    border-top: none;
}

#gah {
    width: 728px;
    margin: 20px 0px 10px 10px;
}

#gahc {
    width: 728px;
    margin: 20px auto 10px auto;
    text-align: center;
}

#content_gah {
    width: 952px;
    margin: 20px 15px 15px 15px;
}

#content {
    width: 952px;
    margin: 20px 15px 15px 15px;
}

#footer {
    padding-top: 1em;
    padding-bottom: 20px;
    line-height: 1.2;
    font-size: 85%;
    color: #BBBBBB;
    text-align: center;
    border-top: solid 1px #999999;
}

#menu {
    position: absolute;
    top: 0px;
    height: 1.2em;
    padding: 0.4em 0;
    width: 982px;
    background-color: #006A9C;
    color: #E0E0E0;
    border: outset 1px #999999;
    font-weight: 600;
}

.mainmenuitem, .mainmenuitemvisited {
    position: absolute;
    color: #E0E0E0;
}

#sslogo {
    position: absolute;
    top: auto;
    left: 15px;
    right: auto;
    bottom: 15px;
    width: 88px;
    border: solid;
    border-width: 1px;
    text-align: center;
}

#topcat {
    position: absolute;
    top: auto;
    left: 120px;
    right: auto;
    bottom: 2.75em;
    width: 608px;
}

#subcat {
    position: absolute;
    top: auto;
    left: 120px;
    right: auto;
    bottom: 10px;
    width: 852px;
}

#ghb {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    bottom: auto;
}

.gbr {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    bottom: auto;
}

a:link {
    color: #E0E0E0;
}

a:visited {
    color: #BBBBBB;
}

#menu a:link, #menu a:visited {
    color: #E0E0E0;
    text-decoration: none;
}

#footer a:link, .note a:link {
    color: #BBBBBB;
}
#footer a:visited, .note a:visited {
    color: #999999;
}

.footermenuitemvisited {
    color: #999999;
    text-decoration: underline;
}

.note {
    color: #BBBBBB;
    font-size: 85%;
}

h1, h2, h3 {
    margin: 0px;
}

h1, h2 {
    font-weight: bold;
    font-style: italic;
}

h1 {
    font-size: 32pt;
    color: #E0E0E0;
}

h2 {
    font-size: 24pt;
    color: #9CBDCE;
}

h3 {
    color: #9CBDCE;
    font-weight: bold;
    font-size: 120%;
}

.articletitle {
    color: #9CBDCE;
    font-weight: bold;
    font-size: 130%;
}

img, table {
    border-style: none;
}

pre {
    border: solid 1px #999999;
    margin: 15px 0px 15px 0px;
    padding: 10px 5px 10px 10px;
    vertical-align: middle;
    font-size: 75%;
}

div.download {
    float: right;
    margin: 0px 0px 10px 20px;
    padding: 10px;
    border: solid 1px #999999;
}

span.updated {
    font-style: italic;
    color: #9CBDCE;
}	    

.program {
    color: #9CBDCE;
    font-weight: 600;
}

.highlight {
    color: yellow;
}

.figure {
    color: #9CBDCE;
    font-weight: bold;
}

.label {
    color: lime;
}

.program a:link, .program a:visited, .highlight a:link, .highlight a:visited {
    color: #9CBDCE;
}

.screenshot {
    border: none;
    margin: 20px 0px;
}

.comment {
    font-size: 80%;
    color: yellow;
}

.pagetable {
    margin: 20px auto 0px auto;
    padding: 10px 10px 0px 0px;
    border: solid 1px #777777;
}
.pagetableborderless {
    margin: -20px 0px;
}
