/*
Light Beige #ebe2c1
Dark Beige #ded19b
Olive #aaa264
Grey #888c90
Red #9c2517 or #a02717
Dark Red #68180f
Yellow #fad00e
*/


body {
    font: 100% arial, hevetica, sans-serif;
    text-align: center;
    background-color: #ded19b;
}

/* The container for the entire thing, to be centered by the above */
#container {
    margin: 10px auto;
    width: 925px;
    text-align: left;
    background-color: #ded19b;
}

/* Just some nice gray bars to throw in */
.bars {
    clear: both;
    border: solid #888c90;
    border-width: 5px 0;
}

/* Basic formatting for header and footer */
#h1, #footer {
    border: solid #ded19b;
    border-width: 3px 0;
    color: #ffffff;
    background-color: #9c2517;
}
#h1 {height: 60px;}
#h1 img {
    width: 749px;
    height: 60px;
}
#h1 a, #footer a {
    padding: 0;
    margin: 0;
    font-size: 80%;
    font-weight: bold;
}
#h1 a:link, #footer a:link {color:#ffffff}
#h1 a:visited, #footer a:visited {color:#ffffff}
#h1 a:hover, #footer a:hover {color:#fad00e}

/* The home link in the upper-right corner */
#home {
    float: right;
    position: relative;
    top: 17px;
    text-align: right;
}

/* Container for the main part of the page, including sidebar */
#content {
    width: 100%;
    float: left;
    margin: 3px 0;
    padding: 0;
    background-color: #aaa264;
}

#internal_nav {
    width: 647px;
    height: 42px;
    background-color: #aaa264;
}

#main {
    float: left;
    width: 647px;
    margin: 0;
    padding: 0;
    background-color: #ebe2c1;
}

h2, h3, h4 {
    font-style: italic;
    color: #9c2517;
}

h2 {
    margin: 25px 25px 15px 15px;
    font-size: 120%;
}

h3 {
    margin: 20px 0 5px 0;
    font-size: 115%;
}

h4 {
    margin: 15px 0 4px 0;
    font-size: 104%;
}

#text {
    margin: 15px 15px;
    font-size: 90%;
    line-height: 140%;
}

.glossary {
    position: absolute;
    visibility: hidden;
    width: 578px;
    margin: 0 15px;
    padding: 3px;
    background: #9c2517;
    border: 5px solid #888c90;
    z-index:1;
}
.glossary .term { color: #ffffff; font-weight: bold; }
.glossary .def { color: #d0d0d0; margin: 5px 0 0 10px; }
.glossary .def a { color: #d0d0d0 }
.glossary .def a:hover { color: #ffffff }

.picture {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.floatright {
    float: right;
    margin-left: 13px;
}

.floatleft {
    float: left;
    margin-right: 13px;
}

.redborder {
    border: 2px solid #a02717;
}

.pic {
    float: right;
    margin: 0 15px 10px 20px;
}

.littlepic {
    clear: both;
    float: right;
    margin: 5px 5px;
}

.littlepic img {
    width: 150px;
    height: 150px;
    margin: 0 5px;
    border: 2px solid #a02717;
    padding: 0;
}

.caption {
    margin-top: 10px;
    font-size: 80%;
    font-weight: bold;
    color: #444;
    text-align: left;
    line-height: 115%;
}

.textbox {
    float: right;
    width: 280px;
    margin: 0 10px 20px 10px;
    border: 2px solid #a02717;
    padding: 20px;
    color: #a02717;
    font-size: 80%;
    font-weight: bold;
    line-height: 115%;
}

.textbox a { color: #000; }

table {
    font-size: 120%;
    font-weight: normal;
    margin: 10px 0 40px 0;
    width: 597px;
    border-collapse: collapse;
    text-align: left;
}
table th {
    font-weight: bold;
    color: #68180f;
    padding: 10px 8px;
    border-top: 5px solid #9c2517;
    border-bottom: 5px solid #9c2517;
}
table td {
    border-bottom: 2px solid #68180f;
    color: #666;
    padding: 6px 8px;
}
table tbody tr:hover td {
    color: #000;
}

.equation {
    font-size: 95%;
    color: #88281f;
}

div .equation {
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

div .equation table {
    display: inline-table;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    width: auto;
}
div .equation table th {
    font-weight: inherit;
    color: inherit;
    padding: 0;
    border-bottom: 0;
}
div .equation table td {
    text-align: center;
    border-bottom: 0;
    color: inherit;
    margin: 0;
    padding: 0;
}
div .equation table tbody tr:hover td {
    color: inherit;
}

#gwa_nav {
    margin: 10px 5px;
    border: solid #888c90;
    border-width: 2px 0;
    padding: 3px 0;
    color: #9c2517;
}

#gwa_nav ul {
    margin: 0;
    padding: 0 0 0 1em;
}

#gwa_nav ul li {
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    font-size: 60%;
}

#gwa_nav ul li.CB, #gwa_nav ul li.FM {
    margin-top: -3.6em;
}
#gwa_nav ul li.WD, #gwa_nav ul li.NS, #gwa_nav ul li.BH {
    margin-left: 0em;
}
#gwa_nav ul li.CB, #gwa_nav ul li.EMRI, #gwa_nav ul li.SN {
    margin-left: 16em;
}
#gwa_nav ul li.FM, #gwa_nav ul li.EP, #gwa_nav ul li.UN {
    margin-left: 36.5em;
}


/* Things for the sidebar */
#sidebar {
    float: right;
    height: 100%;
    width: 278px;
    background: #aaa264;
    text-align: center;
}

#sidebar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html #sidebar {height: 1px;} /* IE fix ?? */

#sidenav {
    text-align: center;
}

#sidenav a { color: #ffffff; }

#sidenav a:hover { color: #9c2517; }

#sidenav object {
    width: 277px;
    height: 292px;
    background-color: #aaa264;
}

#sidenav h2 {
    margin: 37px 0 0 8px;
    color: #9c2517;
    font-size: 158%;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

#sidenav #arrows {
    visibility: hidden;
    margin: 30px 0 -10px 0;
    color: #ffffff;
    font-size: 158%;
    font-weight: bold;
    text-align: center;
}

#sidenav ul {
    margin: 20px 0 160px -40px;
}

#sidenav ul li {
    display: inline;
    list-style-type: disc;
    margin: 0;
    margin-right: 2px;
    padding: 0;
}

#sidenav ul li:before {
    margin: 0;
    margin-right: 8px;
    padding: 0;
    color: #9c2517;
    content: "•";
}

#sidenav ul li div {
    position: absolute;
    visibility: hidden;
    margin: 0;
    border: solid black;
    font-size: 70%;
    font-weight: bold;
}

#sidenav ul li .left {
    border-width: 0 0 0 2px;
    padding: 20px 0 0 5px;
    text-align: left;
}

#sidenav ul li .right {
    border-width: 0 2px 0 0;
    padding: 20px 5px 0 0;
    text-align: right;
}

#sidenav ul li .middle {
    border: 0;
    padding: 0;
}

#quote {
    margin: 50px 20px;
    font-weight: bold;
    font-style: italic;
    font-size: 80%;
    text-align: left;
}

#attrib {
    margin-top: 20px;
    font-style: normal;
    font-size: 90%;
}

#sidepic {
    margin: 100px 10px;
    width: 257px;
    text-align: center;
}


/* For menus */
.item {
    margin: 2px 0 4px 8px;
    padding: 0;
    font-size: 90%;
}
.item > li {display: inline; margin: 0; padding: 0}
.item > li:before {content: ""; margin: 0; padding: 0}
.item > li:after {content: " |"; margin: 0; padding: 0}
.item > li.last:after {content: ""}
.menu div {
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 3px;
    background: #9c2517;
    border: 4px solid #888c90;
}
.menu div ul {
    list-style: none;
    margin: 5px;
    padding: 0
}
.menu div ul li { margin: -5px 0; padding: 0; }



/* Things for the very bottom */
#acknowledgments {
    margin: 10px 0 0 0;
    color: #9c2517;
    font-weight: bold;
    font-size: 60%;
}

#copyright {
    float: left;
    width: 200px;
    line-height: 20px;
}

#thanks {
    float: right;
    text-align: right;
}



/* Miscellaneous */
a {
    color: #9c2517;
    font-weight: bold;
    text-decoration:none;
}
a:hover { color: #68180f; }
a:active { outline:none;}
sup, sub {
    font-size: 60%;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup { bottom: 1.5ex; }
sub { top: .5ex; }
img {  border-style: none; }
br { line-height: 20px; }
* html ol li { position: relative; } /* For IE compatibility */

