﻿body 
{
    margin:0px;
    padding:0px;
    background-color: Gray;
    font-family : Tahoma;
}

*
{
    margin:0px;
    padding:0px;
}

#main
{
    margin:0 auto;
    text-align :center;
    width: 768px;
    background-color: White;
    border: solid 1px black;
}

#header
{
    background-image : url(../images/Header.jpg);
    background-repeat: no-repeat;
    float:left;
    width: 100%;
    height: 55px;
}

#pic
{
    background-image : url(../images/top2.jpg);
    background-repeat: no-repeat;
    float:left;
    width: 100%;
    height: 155px;
}

#middle
{
    clear: both;
}

#content
{
    float: left;
    width: 426px;
    padding: 40px;
}


#language
{
    float: right;
    text-align: right;
    margin-right : 5px;
    margin-top: -30px;

}

#language a
{
    text-decoration: none;
    font-family : Tahoma;
    font-size: 9pt;
    color : #3a5477;
}

#language a:hover
{
       color : #c0c0c0;
}

#text
{
    clear: both;
    text-align: justify;
    font-family : Tahoma;
    font-size: 10pt;
       
}

#text h2
{
    font-size:15pt; 
    color:blue;
    margin-bottom:15px;
    margin-top:15px;
    text-align:left;
}
 
#text h4
{
    text-align:left;
    font-family : Tahoma;
    color: #2f4462;
    padding-top: 5px;
    text-align:left;
}

#text ul, ol
{
    padding-left:25px;
    margin:0;
    margin-bottom:10px;
    margin-top:5px;
}

#text li
{
    list-style-type:square;
}

#text p
{
    margin-bottom:10px;
}

#text tr
{
    border:1px solid black;
}

#footer
{
    clear: both;
    background-color: #e6e6e6;
    width: 100%;
    height: 80px;
}

#logo
{
    background-image: url('../images/footerlogo.jpg');
    background-repeat: no-repeat;
    float: left;
    width: 126px;
    height:66px
}

#contact
{
    float: right;
    font-family: Tahoma;
    font-size: 8pt;
    width: 632px;
    text-align: left;
    padding : 5px;
    color: Gray;
}

.color
{
    color: #547faf;
    font-size: 8pt;
}

.format
{
    padding-bottom: 12px;
}

.format a
{
    text-decoration:none;
    color: #5680d5;
}


#modal_container {  
    padding:5px;  
    background-color:#fff;  
    border:1px solid #666;  
    overflow:auto;  
    font-family:"Lucida Grande",Verdana;  
    font-size:12px;  
    color:#333;  
    text-align:left;  
} 

#modal_overlay {  
   background-color:#000;  
}  