@charset "UTF-8";
/* CSS Document */



body {
  background-color: #deebde;
}

a {text-decoration:none; color:black;}
a.one:visited { text-decoration: none; color:black;}
a.one:hover {color: white;}

.main {
  text-align: center;
}

a.two:link {color: #deebde;}
a.two:visited {color: #deebde;}
a.two:hover {color: black;}
a.two:link, a:visited {
  background-color: black;
  color: #deebde;
  padding: 18px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.two:hover, a:active {
  background-color: #deebde;
}

a.three:hover {color: white;}
a.four:hover {color: white;}

p.a {
  font-family: "PT Serif", sans-serif;
  font-size: 15.4px;
  text-indent: 0px;
  line-height: 1.5;
	text-align: left;
}
p.b {
  font-family: "PT Serif", sans-serif;
  font-size: 22px;
  text-indent: 0px;
  line-height: 0;
  text-align: left;
}
p.c {
  font-family: "PT Serif", sans-serif;
  font-size: 12px;
  text-indent: 0px;
  text-align: left;
}
p.d {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 15px;
  text-indent: 0px;
  line-height: 1.7;
  text-align: left;
}
p.e {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 19px;
  text-indent: 0px;
  line-height: 0.1;
  text-align: left;
}

p.f {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 14px;
  margin: 18px 20px 0 20px;
  text-indent: 0px;
  line-height: 1.5;
  text-align: justify;
}
p.g {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 12.9px;
  margin: 0 20px 0 20px;
  text-indent: 0px;
  line-height: 1.4;
  text-align: right;
}
p.h {
  font-family: "PT Serif", sans-serif;
  font-size: 26px;
  margin: 40px 0 50px 0;
  text-indent: 0px;
  line-height: 0;
  text-align: left;
}


.logo {
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-image: url(img/Logo-ENG-02.jpg);
  height: 128px;
  width: 365px;
  margin-top: 32px;
  margin-left: 46px;
  margin-bottom: 15px;
  background-color: #deebde;
  background-blend-mode: multiply;
}



.header {
  padding: 30px;
  text-align: center;
  font-size: 35px;
}

/* Create three equal columns that floats next to each other */
.column1 {
  float: left;
  width: 700px;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 12px;
}
.column2 {
  float: left;
  width: 200px;
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 12px;

}
.column3 {
  float: left;
  width: 160px;
  padding-top: 6px;
  padding-left: 6px;

}
.column4 {
  float: left;
  width: 150px;
  margin-left: 930px;
  margin-top: -25px;

}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.sidenav {
  height: 100%;
  width: 180px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding-top: 112px;
  padding-left: 14px;
  overflow-x: hidden;
}


/* Side navigation links */
.sidenav a {
  color: black;
  text-decoration: none;
  display: block;
  font-family: "PT Serif", sans-serif;

}

.sidebarPone {
  color: black;
  font-size: 24px;
  text-decoration: none;
  display: block;
  font-family: "PT Serif", sans-serif;
  line-height: 1.0;
  text-indent: 8px;
  text-align: left;
} 
.sidebarPtwo {
  color: black;
  font-size: 24px;
  text-decoration: none;
  display: block;
  font-family: "PT Serif", sans-serif;
  line-height: 1.0;
  text-indent: 14px;
  text-align: left;
} 

.sidebarPthree {
  color: black;
  font-size: 16px;
  text-decoration: none;
  display: block;
  font-family: "PT Serif", sans-serif;
  line-height: 0.7;
  text-indent: 28px;
  text-align: left;
} 

.sidebarPfour {
  color: black;
  font-size: 15px;
  text-decoration: none;
  display: block;
  font-family: "PT Serif", sans-serif;
  line-height: 0.1;
  text-indent: 9px;
  text-align: left;
} 


/* Style the content */
.content {
  max-width: 1200px;
  margin-left: 170px;
  padding-left: 10px;
}

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 2px;
  color: black;
}

h1 {
  display: block;
  font-size: 1.1em;
  font-family: "Lucida Console", "Courier New", monospace;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

img {
  border: 2px solid black;
	margin-top: 1px;
	margin-bottom: 4px;
	margin-left: 16px;
	margin-right: 2px;
}
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 28px;
  padding: 0;
}

