﻿body
{
    background-color: #330066;
    padding: 0;
    margin: 0;
    margin-bottom:10px;
    text-align: center;
    font-family: Calibri, Arial, Verdana;
    font-size: 90%;
}

#wrapper
{
    width: 982px;
    margin: 0px auto;
    padding: 0px 10px;
    background-color: #fff;
    text-align:left;
    color: #000;
    border:1px solid #fff;
}

#headerbar
{
    width:992px;
    margin: 0px auto;
    margin-top: 10px;
    padding: 6px 6px 0 6px;
    height:20px;
    overflow:hidden;
    text-align:left;
    color: #000;
    background-color: #fff;
}

#headerbar #links
{
    float:left;
    font-size:95%;
}

#headerbar #links #headlines
{
    margin-left:50px;
    display:inline;
}

#headerbar #links ul
{
    list-style:none;
    display:inline;
    margin:0;
}

#headerbar #links ul li
{
    display:inline;
}

.header
{
    height: 330px;  
    clear:both;
}

.headershort
{
    height: 180px;  
    clear:both;
}

.header #lining, .headershort #lining
{
    width: 982px;
    margin:auto;
}

.header #lining img
{
     float:right;
     margin:30px 60px 0 0;
}

.headershort #lining img
{
    float:right;
    margin:40px 25px 0 0;
}

/* Hyperlinks to Documents */

.documentLink
{
    padding: 2px 4px;
    padding-left: 20px;
    background: url(../Images/word.gif) no-repeat 0px 3px;
}

p
{
    line-height:130%;
}

hr 
{
    clear:both;
    border: 1px solid #000;
}

#loading
{
    position: absolute;
    border: 1px solid #666;
    background-color: #f2f2f2;
    padding: 3px;
    margin: 10px;
}

 /* Greeting */
 
 .greeting
 {
     width:600px;
     float:left;
     margin:227px 0 4px 20px;
     text-align:left;
 }
 
 .greeting h1
 {
     font-size:240%;
     font-weight:bold;  
     color:#fff;
     margin:0;
     margin-bottom:8px;
 }
 
 #footer
 {
    background: url(../Images/footer_separator.gif) repeat-x;
    padding-top: 25px; 
    padding-bottom:15px; 
    clear:both; 
    text-align:center;
 }
 
 #footer img
 {
     margin:0 6px;
 }
 
 #footer #languages
 {
      text-align:center;
      margin:auto;
      margin-top:15px;
 }
 
 #footer #languages .widget
 {
     width:350px;
     min-height:57px;
     margin:auto;
     border-color:#3A5770;
     background-color:#78ADD0;
 }
 
 br
 {
     clear: both;
 }
 
/* Hyperlinks */

a:link, a:visited
{
    text-decoration: none;
    color: #009;
}

a:hover
{
    text-decoration: none;
    color: #900;
}

.imgborder
{
    border:none;
}