html { height: 100%; }

body
{
   background-color: #BBE2F2;
   height: 100%;
   margin: 0px;
   padding: 0px;
}

body, input, select, td, textarea
{
   color: #505050;
   font-family: "Times New Roman", serif;
   font-size: 11pt;
}

a:link { color: #505050; }
a:visited { color: #505050; }
a:hover { color: #505050; }
a:active { color: #505050; }

form
{
   margin: 0px;
   padding:0px;
}

hr
{
   background-color: #DFDFDF;
   border-width: 0px;
   clear: both;
   color: #DFDFDF;
   height: 1px;
}

#shadowed-background
{
   background-image: url( ../images/background.jpg );
}

#border
{
   background-color: #6A6A6A;
}

#body-wrapper
{
   padding-bottom: 30px;
   background-color: #FFFFFF;
   background-image: url( ../images/background_bamboo.jpg );
   background-position: top right;
   background-repeat: no-repeat;
}

#body-height
{
   height: 100%;
}

#header
{
   padding: 26px 261px 16px 14px;
}

#header-logo
{
   padding: 0px 0px 27px 0px;
   text-align: right;
}

#header-quote
{
   padding: 0px 40px 18px 0px;
   text-align: right;
}

#header-separator
{
   color: #DFDFDF;
   background-color: #DFDFDF;
   width: 439px;
}

#content
{
   border-right: 1px;
   border-right-color: #DFDFDF;
   border-right-style: solid;
   padding: 0px 20px 15px 20px;
}

#navigation
{
   padding: 27px 0px 0px 20px;
}

#navigation img
{
   margin-bottom: 15px;
}

#footer
{
   color: #6A6A6A;
   font-size: 8pt;
   padding-bottom: 10px;
   text-align: center;
}