@charset "ISO-8859-1";

body {      font-family: Helvetica, Arial;
            font-size:11pt;
            font-weight:normal;
            background: #2C76A4;
            color:#FFFFFF;
            margin: 2% 15% auto 15%;
            border-style: groove;
            border-color:#6098BA;
            text-align:justify;
          }

.headline1 {font-size:16pt;
            font-weight:bold;
            margin-bottom:10px;
            margin-top:10px;
            text-align:left;
            }
.headline2 {font-size:12pt;
            font-weight:bold;
            text-align:left;
           }
.headline3 {font-size:11pt;
            font-weight:bold;
            text-align:left;
           }

p    {      margin-top:6px;
            margin-bottom:6px;
           }
ul   {      margin-top:5px;
            margin-left:0;
            list-style:square;
            list-style-position:inside;
            }
li   {      line-height:1.3em;}

.Button   { color:black;
            font-weight:bold;
            width:7.5em;
          }

#header   {  width: 98%;
             height: 53px;
             margin: 5px auto;
             margin-bottom: 40px;
             background: #6098BA;
             border-bottom: 1px solid #FFF;
             font-size: 17px;
           }

#header .top {border:none;
              font-size:10pt;
              }
#header .top a
             {background:#6098BA;
              border:none;
              padding-top:5px;
             }
#header .top a:hover
              {color:#FF8000;
               background:#6098BA;
               }

#header ul { margin-right:1%;
             float:right;
             padding-top: 20px;
             list-style:none;
            }
#header li { display:inline;
                       }
#header a  { float:left;
             display:block;
             background:#2C76A4;
             color:#FFFFFF;
             font-weight:bold;
             margin: 0 3px;
             padding: 2px 8px 2px 8px;
             text-decoration:none;
             border-top:1px solid #fff;
             border-left:1px solid #fff;
             border-right:1px solid #fff;
           }

#header a:hover {color:#000000;
                 background:#FF8000;
                 }

#sidebar   { float:left;
             width: 280px;
             height: 330px;
           }
#content   { height:230px;
             min-height: 230px;
             margin: 10px;
             padding:40px;
             background: #2C76A4;
           }
body>#content  {height:auto;
               }
a:link, a:visited
            {color:#FFFFFF;
             text-decoration:none;
            }
a:hover     {color:#FF8000;
             font-weight:bold;}