html, body {
	height: 100%;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: Times New Roman ;
  font-size: 15px;
  position: relative;
  margin: 0;
  padding: 0;
}

a:focus{
    outline: none;
}

.header {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.header, .footer {
    padding-left: 0;
    padding-right: 0;
}

.header {
    border-bottom: 1px solid #E5E5E5;
}

.language {
    bottom: 0;
    position: absolute;
    right: 110px;

}

.language span.active{
    color: #175778;
    font-weight: bold;
}

.language span.deactive{
    cursor: pointer;
}


h1.title{
	color: #175778;
	letter-spacing: 5px;
}

.menu{
    margin: 0;
    max-width: 185px;
    padding: 0;
    width: 15%;
    word-wrap: break-word;
}

.menu{
	float: left;
    height: 100%;
}

.menu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu ul li{
	border-bottom: 1px none;
    border-bottom: 1px solid #999;
}

.menu ul li a{
    text-decoration: none;
    padding: 10.5px 11px;
    display:block;
    color:#000;
    outline: 0;
}


.menu ul li a:hover, .menu ul li .current{
    color: #175778;
}

.menu ul li .current{
    font-weight: bold;
}

.text_right{
    text-align: right;
		font-size: 17px;
}

.information_box{
	float: left;
    max-width: 765px;
    min-height: 435px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
    width:68%;
}

.right_box{
	float: right;
    max-width: 192px;
    width: 17%;
}
.right_box_p_container{
    margin-bottom: 15px;
    word-wrap: break-word;
}

.right_box_p_container p{
    margin: 1px;
}

.socialmedia_logo{
  text-decoration: none;
  padding-right: 7px;
}


.blue{
    color: #175778;
}

.blue_bold{
    color: #175778;
    font-weight: bold;
}


.infobox_paragraph{
    margin-bottom: 10px;
}

.infobox_paragraph div.inner{
    padding-left: 25px;
}

ul.inner_list{
    padding-left: 5px;
    list-style-type: square;
}

.infobox_paragraph a:hover{
    text-decoration: underline;
}

.title{
    margin-top:25px;
}

.infobox_paragraph h4, .infobox_paragraph h5{
    margin-bottom: 0
}
.text-italic{
    font-style: italic;
}

.footer {
    border-top: 1px solid #E5E5E5;
    color: #777777;
    padding-top: 19px;
    margin-top: 20px;
    clear: both;
}


.link_black{
    color:#000;
    text-decoration: underline;
}

.undertitle{
    font-size: 18px;
}

.img_container{
   margin-bottom: 30px;
}

.img_container img{
    width: 100%;
}

.smal_caps{
    font-variant: small-caps;
}

.spacing_two{
    letter-spacing: 2px;
}

.font_size_seventeen{
    font-size: 17px;
}

.undertitle_ar {
    font-size: 22px;
}

.container{
    max-width: 1170px;
    width: 100%;
}
