@charset "utf-8";
/* CSS Document */
body{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
overflow: hidden;
background-color:#e4e2e5; 

}

h1{
font-size:16px;
}

h2{
font-size:14px;
}

h3{
font-size:12px;

}

#wrapper {
    background-color: #FFFFFF;
}


a img{
border:none;
}

/*--------------------------------------------------------------------------------------------------------header-------------------------------------------------------------------------------*/

#header{
border-bottom:1px dashed #e4e2e5;
width:950px;
height:100px;
}

#headerlayout{
background-image:url(../img/headerbalk.jpg);
background-repeat:repeat-x;
height:14px;
}

#headerlogo{
margin-top:5px;
margin-left:5px;
float:left;
}

#headertitle{
float:left;
margin-top:5px;
}

#headercontact{
float:right;
margin-right:5px;
}


/*--------------------------------------------------------------------------------------------------------content-------------------------------------------------------------------------------*/

#contentbox{
margin-top:10px;
margin-left:5px;
margin-right:5px;
}

#contentleft{
width:660px;
float:left;
}

#contentright{
width:260px;
float:right;
}

#navigation{
float:left;
}

#nav li a{
color:#0000FF;
}

#nav li a:hover {
color:#baa2d4;
}

#nav a.current {
color:blue;
}

#nav li a{
text-decoration:none;
color:black;
}

ul li{
list-style:none;
}

#leftcontact{
width:300px;
float:left;
}

#rightcontact{
width:300px;
float:right;
}

#contactdown{
clear:both;
}

/*--------------------------------------------------------------------------------------------------------footer-------------------------------------------------------------------------------*/
#footer {
    
    border-top: 1px solid #e4e2e5;
    clear: both;
    background-color: #FFFFFF;
    
}



#footer6 {
    width: 100%;
    box-sizing: border-box;
  
    clear: both;
    text-align: center;
}

table {
    width: 100%;
    box-sizing: border-box;
    clear: both;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

th, td {
    border: 4px solid #dddddd;
    text-align: left;   
}

th {
    background-color: #f2f2f2;
}
td {
    text-align: center;
}

a {
    text-decoration: none;
}