/* CSS Document */
{margin:0;padding:0} 

body {
margin:0px;
}

#dataProtection {
position:absolute;
top:0px;
left:0px;
width:100px;
height:100px;
text-align:center;
z-index:3;
display:none;
float:left;
}

#dataProtectionHolder {
margin-left: auto;
margin-right: auto;
margin-top: 2%;
width:800px;
height:575px;
border: 1px none black;
background-color:#FFFFFF;
}

#dpSection {
width:800px;
height:75px;
border: 1px none black;
float:left;
}

#dpSection1{
width:800px;
height:75px;
border: 1px none black;
float:left;
}

#dpSection1Image {
width:52px;
height:75px;
border: 1px none black;
float:left;
}

#dpSection1Text {
width:743px;
height:75px;
border: 1px none black;
float:left;
text-align:justify;
}

#dpSection1Text p{
margin-top:3px;
margin-right:5px;
margin-left:5px;
float:left;
font: 300 10pt Calibri;
}

#dpSection2 {
width:800px;
height:165px;
border: 1px none black;
float:left;
text-align:justify;
}
#dpSection2 p{
margin-top:3px;
margin-right:5px;
margin-left:5px;
float:left;
font: 300 10pt Calibri;
}

#dpSection3 {
width:800px;
height:240px;
border: 1px none black;
float:left;
text-align:justify;
}

#dpSection3 p{
margin-top:0px;
}


#dpSection3 li{
padding-top:3px;
margin-top:3px;
margin-right:8px;
margin-left:5px;
font: 300 10pt Calibri;
}

#closeDataProtection{
height:20px;
width:800px;
float:left;
border: 1px none black;
background-color:#9F6B19;
}


#closeDataProtection a{
line-height:20px;
font: 300 10pt Calibri;
color:#FFFFFF;
text-decoration:underline;
}

