body
{
    margin: 0px;
    background-color: #202020;
    font-size: 16px;
    font-family: Tahoma, sans-serif;
}

.header, .main, .footer
{
    width: 900px;
    margin: 0px auto;
    padding: 4px 8px;
    
    background-color: silver;
    color: navy;
    
    border-width: 0px 4px;
    border-color: mediumblue;
    border-style: solid;
}

/* BEGIN HEADER RULES */
.header a#gohome
{
    text-decoration: none;
    border: none;
    color: navy;
}

.header table
{
    margin: 0px auto;
    width: 100%;
    border-collapse: collapse;
}

.header table td
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 32px;
}

.header table td.seal { height: 164px; width: 164px; }

/* BEGIN NAVBAR RULES */
.navbar
{
    margin: 0px -8px;
    padding: 0px 8px;
    
    background-color: #202020;
    
    border-width: 2px 0px;
    border-style: solid;
    border-color: mediumblue;
}

.navbar ul
{
    list-style-type: none;
    margin: 0px -3px;
    padding: 0px;
    width: 100%;
}

.navbar li { display: inline; }

.navbar a
{
    padding: 2px 6px;
    
    background-color: gray;
    border: 2px solid mediumblue;
    
    text-decoration: none;
    color: navy;
    font-weight: bold;
}

.navbar a:hover { background-color: green; color: #202020; }
/* END NAVBAR RULES */
/* END HEADER RULES */

/* BEGIN BODY RULES */
/* BEGIN MENU RULES */
#menu
{
    float: left;
    
    margin: 8px 8px 8px -8px;
    padding: 8px;
    
    border: solid mediumblue;
    border-width: 2px 2px 2px 0px;
    
    font-size: 12px;
}

#menu h3
{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    
    margin: -8px -8px 8px -8px;
    padding: 4px;
    
    background-color: grey;
    
    border: solid mediumblue;
    border-width: 0px 0px 2px 0px;
}

#menu ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#menu ul ul { margin-left: 16px; }
/* END MENU RULES */

.main a:link { color: darkgreen; }
.main a:visited { color: darkgreen; }
.main a:hover { color: darkviolet; }

h1, h2, h3, h4 { font-weight: normal; margin: 0px; }
h1 { text-align: center; }
h4 { font-weight: bold; }

iu, ui { text-decoration: underline; font-style: italic; }
bu, ub { text-decoration: underline; font-weight: bold; }
ib, bi { font-style: italic; font-weight: bold; }
iub, ibu, uib, ubi, biu, bui { text-decoration: underline; font-style: italic; font-weight: bold; }

.main hr, .footer hr
{
    margin: 8px -8px;
    
    border-width: 4px 0px;
    border-color: #222222;
    border-style: solid;
}
/* END BODY RULES */

/* BEGIN FOOTER RULES */

.footer { height: 200px; font-size: 12px; }

.footer div.links { width: 100%; }
.footer div.links * { display: inline-block; }
.footer div.links .left  { width: 20%; text-align: right; }
.footer div.links .right { width: 70%; text-align: left ; }

/* END FOOTER RULES */

