/* Brotzman.com style sheet. Last updated 2004/03/28 by Lee E. Brotzman */
body       { background-color: #203759; }
body, form { margin: 0px; padding: 0px; }
body, table, td, h1, h2, h3, h4, h5, h6 {
     font-family: Verdana, Arial, sans-serif; font-size: 1em; color: #ddd; }
h1 { text-transform: uppercase; font-weight: bold; color: white;
     border-bottom: 1px solid #ccc; margin-top: 14px;
     margin-bottom: 6px; padding-bottom: 4px; }
h2 { text-transform: uppercase; font-weight: bold; color: #069;
     margin-bottom: 2px; padding-bottom: 4px; }
h3 { text-transform: capitalize; font-weight: bold; color: #069; 
     margin-bottom: 2px; padding-bottom: 4px; }

table { table-layout: fixed;  }
table td { text-align: center; padding: 4px; }
img { display: inline; border: 0; }

a       { color: #ddd;  text-decoration: none; }
a:hover { color: white; text-decoration: underline; }
a:visited { text-decoration: none; }

ul      { margin-left: 4px; padding-left:  4px; list-style-type: none; }
ul li   { margin-left: 2px; margin-bottom: 4px;}
ol      { margin-left: 8px; padding-left:  8px; }
ol li   { margin-left: 8px; margin-bottom: 4px;}

#content   { /* position: absolute; 
             left: 12.5em; top: 0; bottom: 0; right: 0.5em; */
             margin-top: 0; padding: 10px; }
#content p { text-align: left; }

#sidebar { /* position: fixed; overflow: auto; */
           width: 12em; height: 100%;
           /* top: 0; right: auto; */
           font-size: .9em; color: black; text-align: left;
           background: #304769; padding: 10px; margin: 0px;
}
#sidebar a       { color: #d8d8d8; display: block; }
#sidebar a:hover { color: white; } 


#banner     { position: fixed; width: auto; 
              top: 0; right: 0; bottom: 0; left: 11em;
              padding: 0px; margin-left: 10px; }
#banner p   { color: black; background: #aaa; text-align: center;
              font-size: 1.2em; font-weight: bold; }
#banner img { display: inline; }

#footer     { position: fixed; width: auto; 
              top: auto; right: 0; bottom: 0px; left: 10em;
              padding: 0px; margin: 0px 20px 10px 20px; }
#footer p   { color: red; background: #aaa; text-align: center;
              font-size: 1.2em; font-weight: bold; }
