HTML
{
                   width: 100%;
                  height: 100%;
}

BODY
{
               min-width: 780px;
                   width: expression(document.documentElement.clientWidth < 780 ? '780px' : 'auto');
                  height: 100%;
                  margin: 0px;
                 padding: 0px;
                    font: 12px/17px Arial, Helvetica;
              text-align: left;
                   color: #202020;
        background-color: #ffce49;
                  cursor: default;
}

DIV
{
                  margin: 0px;
                 padding: 0px;
}

FORM
{
                  margin: 0px;
}

IMG
{
                  border: none;
}

P
{
                  margin: 0px 0px 12px 0px;
}

A
{
                   color: #a73536;
         text-decoration: none;
}

A:hover {
                   color: #a73536;
         text-decoration: underline;
}

INPUT
{
                   width: 100%;
                 padding: 3px;
           margin-bottom: 12px;
                    font: 11px/11px Tahoma, Arial, Helvetica;
                   color: #202020;
                  border: 1px solid #202020;
        background-color: #FAFAFA;
}

INPUT.Checkbox
{
                  margin: 0px 5px 0px 0px;
                 padding: 0px;
                   width: auto;
                   color: #202020;
          vertical-align: middle;
        background-color: #ffce49;
                  border: none;
}

TEXTAREA
{
                   width: 100%;
                  height: 100px;
                 padding: 3px;
           margin-bottom: 12px;
                    font: 11px/11px Tahoma, Arial, Helvetica;
                   color: #202020;
                  border: 1px solid #202020;
        background-color: #FAFAFA;
}

UL
{
            padding-left: 13px;
              text-align: left;
              list-style: square;
}

OL
{
            padding-left: 18px;
              text-align: left;
}

LI
{
                  margin: 0px 0px 12px 0px;
}

DIV#Header
{
                   width: 100%;
                  height: 80px;
        background-color: #ffffff;
}

DIV#ContentUpper
{
                   width: 100%;
                  height: 280px;
        background-color: #ffffff;
}

DIV#ContentUpperLeft
{
                   float: left;
                 display: block;
                   width: 350px;
            padding-left: 30px;
              text-align: justify;
}

DIV#ContentUpperRight
{
                   float: left;
                 display: block;
                   width: 350px;
            padding-left: 20px;
              text-align: justify;
}

DIV#ContentUpperClose
{
                   clear: both;
}

DIV#Menu
{
                   width: 100%;
               min-width: 780px;
                  height: 31px;
        background-color: #a73536;
        line-height: 0px;
        vertical-align: top;
}

DIV#ContentMain
{
                   width: 780px;
               min-width: 780px;
                  height: 200px;
}

DIV#ContentMainLeft
{
                   float: left;
                 display: block;
                   width: 350px;
             padding-top: 28px;
            padding-left: 30px;
              text-align: justify;
}

DIV#ContentMainRight
{
                   float: left;
                 display: block;
                   width: 350px;
             padding-top: 28px;
            padding-left: 20px;
              text-align: justify;
}

DIV#ContentMainClose
{
                   clear: both;
}

DIV#Footer
{
                   clear: both;
                 display: block;
                   width: 750px;
             padding-top: 40px;
          padding-bottom: 4px;
                    font: 10px/16px Tahoma, Arial, Helvetica;
                   color: #af8127;
              text-align: right;
}



A#Header
{
                 display: block;
                position: absolute;
                     top: 25px;
                    left: 30px;
}

IMG#Header
{
                   width: 130px;
                  height: 33px;
}

A.Menu
{
                   float: left;
                  margin: 0px 0px 0px 7px;
}

IMG.Menu
{
                 display: block;
}

IMG.ProductLogo
{
                   width: 36px;
                  height: 36px;
}

DIV#Navigation
{
                display: block;
               position: absolute;
                   left: 709px;
                    top: 416px;
}

A.Navigation
{
                   font: 18px/18px Tahoma, Arial, Helvetica;
            font-weight: bold;
}

A.Navigation:hover
{
        text-decoration: none;
}

SPAN.Navigation
{
                   font: 18px/18px Tahoma, Arial, Helvetica;
            font-weight: bold;
                  color: #d59d36;
}

IMG#NavigationBar
{
                   width: 3px;
                  height: 18px;
                  margin: 0px 3px 0px 3px;
             line-height: 18px;
          vertical-align: bottom;
}