body
{
 width: 100%;
 color: #000; background: #069;
 font: 13px "Arial", serif;
}

h1, h2, h3, h4, h5, h6
{
 color: #069; background: transparent;
 font: "Times New Roman", sans-serif;
}
blockquote
{
 padding: 6px; padding-top: 0px;
 font-size: 14px;
 color: #069; background: #eee;
}
li
{
 margin-top: 3px; margin-bottom: 3px;
 padding-top: 2px; padding-bottom: 2px;
}
ul,ol
{
 margin-top: 0px;
}

a { text-decoration: none; }
a:link, a:visited { color:#09c; background: transparent; }
a:hover, a:active { color:#c90; background: transparent; }

#logo
{
 position: absolute;
 top: 10px; left: 35px;
 z-index: -5;
}
#header
{
 position: absolute;
 top: 0px; left: 0px;
 border: 0px;
 border-right: 4px double #036;
 border-bottom: 4px double #036;
 width: 100%; height: 100px;
 color: #036; background: #09c;
 padding-top: 10px;
 font-size: 50px;
 text-align: center;
 font-family: Georgia;
}
#navbar
{
 position: absolute;
 top: 96px; left: 0px;
 margin: 0px; padding: 10px;
 border-right: 4px double #036;
 border-bottom: 4px double #036;
 width: 140px;
 color: #fff; background: #09c;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 10pt;
}
#navbar a
{
 display: block;
 width: 125px;
 margin: 10px 0px 0px; padding: 3px;
 border: 2px ridge #036;
 text-align: center;
}
#navbar a:link,#navbar a:visited
{
 color: #fff; background: #369;
 text-decoration: none;
}
#navbar a:hover,#navbar a:active,#navbar a:focus
{
 color: #000; background: #fc0;
 text-decoration: underline;
}
#content
{
 position: relative;
 top: 0px; left: 0px;
 margin: 105px 10px 10px 145px;
 padding: 5px 20px;
 border: 4px double #036;
 color: #000; background: #fff;
}
#footer
{
 position: relative;
 top: 10px; left: 0px;
 margin: 0px 0px 10px;
 border-top: solid 1px #fff;
 width: 100%;
 height: 25px;
 color: #fff; background: transparent;
 font: 12px/120% "Arial","Palatino",sans-serif;
 text-align: center;
}
#footer a, #footer a:visited
{
 color: #fff; background: transparent;
 text-decoration: none;
}
#footer a:hover,#footer a:focus
{
 color: #fc0; background: transparent;
 text-decoration: none;
}
#footerFloatLt
{
 float: left;
 position: relative;
 margin: 1px 1px;
 padding: 0px 5px;
 width: 300px;
 height: 20px;
 text-align: left;
}
#footerFloatRt
{
 float: right;
 position: relative;
 margin: 1px 1px;
 padding: 0px 5px;
 width: 250px;
 height: 20px;
 text-align: right;
}
