body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
table.layout {
    height: 100%;
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}
html,body {
    height: 100%;
}
col#page_border_col { width: .5em; }
col#logo_col        { width: 7em; }
col.nav1            { width: 10em; }
col#graphic_col     { width: 166px; }
col#spring_col      { width: auto; }

tr#top_space        { height: 2em; }
tr#nav1_row         { height: 2em; }
tr#nav_graphic_row  { height: 148px; }
tr#nav2_row         { height: auto; }

tr.upper {
    background-color: #333;
}
tr.lower {
    background-color: #505;
}
td.lower {
    border-top: 1px solid white;
}
tr.footer {
    background-color: #333;
    color: white;
    font-size: 11px;
    line-height: 1.2em;
    height: 4em;
}
.logo_cell {
    padding: 0px;
    padding-top: 1.5em;
    text-align: center;
    border-bottom: 1px solid white;
    background-color: white;
    /* vertical-align: bottom; */
}
.logo_margin {
    background-color: white;
}
#logo_box {
    border-bottom: none;
    height: 4em;
}
img#logo {
    margin-left: 5px;
    margin-right: 5px;
    border: 0;
}
img.corner {
    background-color: gray;
    height: 3em;
    width: 120px;
}
tr.nav1 {
}
td.nav1 {
    background-color: #505;
    vertical-align: middle;
    border: 1px solid white;
    padding: 0;
    font-family: Arial, sans-serif;
    /* font-style: italic; */
}
/* IE does not support :hover on anything but links, but we want to highlight
   the entire box, so just make the link fill the box with "display: block;" */
a.nav1 {
    background-color: #505;
    text-align: center;
    white-space: pre;
    text-decoration: none;
    color: white;
    display: block;
    line-height: 2em; /* to match tr height */
}
td.nav1_selected, a.nav1_selected, a.nav1:hover {
    background-color: #707;
    color: white;
}
td.motto {
    vertical-align: bottom;
    line-height: 1.2em;
    font-size: 16px;
    padding: 5px;
    font-family: "Arial Rounded MT Bold", Arial, sans-serif;
    font-style: italic;
    /* font-weight: bold; */
    color: white;
}
.motto_minor {
    font-size: 12px;
    font-style: normal;
    padding-left: 2em;
}
.main_content {
    background-color: white;
    width: 40em;
    padding: 1em;
    font-size: 15px;
    line-height: 22px;
}
#nav_graphic {
    background-color: #BBB;
    background-color: #505;
}
td.nav_graphic {
    padding: 0px;
    border: 1px solid white;
    background-color: white;
    font-weight: 600;
    font-size: 0.8em;
}
div.nav2 {
    padding-right: 0.5em;
    line-height: 2.2em;
    border-bottom: 1px solid #505;
}
/* IE does not support :hover on anything but links, but we want to highlight
   the entire box, so just make the link fill the box */
a.nav2 {
    color: #767;
    /* display: block; */
    text-decoration: none;
    white-space: pre;
}
/* note that the child selector does not work in IE prior to v7 */
a.nav2_selected, a.nav2:hover {
    color: #505;
}
div.nav3 {
    border-left: 1px solid #505;
    margin-left: 1.5em;
    padding-right: 0.5em;
    line-height: 1.6em;
}
/* IE does not support :hover on anything but links, but we want to highlight
   the entire box, so just make the link fill the box */
a.nav3 {
    color: #767;
    /* display: block; */
    text-decoration: none;
    white-space: pre;
}
/* note that the child selector does not work in IE prior to v7 */
a.nav3_selected, a.nav3:hover {
    color: #505;
}
.star {
    visibility: hidden;
}
/* descentdent selector broken in IE, so this wont work there */
a.nav2:hover .star {
    visibility: visible;
}
a.nav3:hover .star {
    visibility: visible;
}
a.inline_nav {
    text-decoration: none;
    font-style: italic;
    font-size: smaller;
    /* breaks IE7 terribly
    white-space: pre;
    */
}
td {
    empty-cells: show;
    vertical-align: top;
}
td.footer {
}
h1 {
    font-size: 1em;
    color: #505;
}
h2 {
    font-size: 1em;
    color: #505;
}
.lead {
    font-weight: bold;
    display: block;
}
.caption {
    font-size: 0.8em;
    line-height: 1em;
}
/* alpha channel hack for IE < 7 */
/*img {
    behavior: url("/lib/pngbehavior/pngbehavior.htc");
}
*/
/*
Local Variables:
tab-width: 4
indent-tabs-mode: nil
End:
vi: set et ts=4 sw=4 :
*/
