<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

	* {
	margin:0;
	padding:0;
		}
		#top {
			
			background-color: #EA712A;
  width:100%;
  height: 120px;
  border-radius: 50% / 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
		
	text-align: center;
margin-top:50px;
			
		}
		#top a {
			
			
			text-decoration: none;
			border:none;
		}

	.logo {

		max-width:40%;

	
		border-radius:50%;

		 border:50% solid #EA712A;

 }
		
.citationhome {
	text-align: center;
			display:block;
			color:#ffffff;
	background-color: #EA712A;
	font-size: 12px;

		}
		.citationhome span {
			
			text-transform: uppercase;
		  
		}
		h1 {
			text-align: center;
			color:#EA712A;
			font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
			padding:15px;
		}
		
ul.topnav {
		height:100%;
		margin-bottom:15px; }
 ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
display:flex;
justify-content:flex-end;

	width:100%;
  }
    ul.topnav .menutitle {
text-transform:uppercase;

  }
  ul.topnav.responsive {position: relative;  display: flex;
	flex-direction:column;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
	width:15%;
	color:#EA712A;
  }
    ul.topnav.responsive li.icon a {
		background-color:#EA712A;		
color:#fff;
	}
  ul.topnav.responsive .menutitle {
display:none;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
	width:100%;
  }
  ul.topnav.responsive li a {
 height:25px;
    text-align: left;
		padding-top:2.5px;
		padding-bottom:2.5px;
		padding-left:50px;
		padding-right:50px;
	
  }

	ul.topnav.responsive li a:hover {color:#EA712A;
	background-color:#fff;
	}
		ul.topnav li .active {color:#fff;
	background-color:#EA712A;
	padding-top:2.5px;
		padding-bottom:2.5px;
		padding-left:50px;
		padding-right:50px;
	}
 

#imagehome{

}
				footer {

				
	position:fixed;
	color:#ffffff;
padding:15px;

	background:#EA712A;
	font-family:Verdana, sans-serif;
	font-size:7px;

	bottom:0;
					


		width:100%;
		text-align:center;
	

			} footer p,a {
	color: #FFFFFF;
	
}
		#content {
			
	


	
			display:block;



}	
		.text {

		
width:100%;
	
		}
		
		.text p, cite {
		


			color:#EA712A;

			
		}
#content img {


width:100%;
	margin-bottom:100px;
	
}.end, .start {
	margin-bottom:10px;
	
}

.null {
margin:0;
	padding:0;
}
ul.topnav li a {
display:inline;
text-decoration:none;


justify-content:flex-start;
height:50px;
 

    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;

}
.text-home {
	width:100%;


}

.text-home div img {
	text-align:center;


}
#content-home{
	display:block;
	padding:20px;
	
}
#subnav {
display:block;
float:none;
width:100%;
		list-style-type:none;
margin-left:0%;
}
#subnav li {
display:block;
	
	text-align:center;

	color:#ffffff;
width:100%;
background-color:#EA712A;
margin-top:5px;
margin-bottom:5px;
padding-top:5px;
padding-bottom:5px;

}
#content fieldset form {
	display:block;
}
.formcontactp {
	display:block;
}
.formcontactsmall {
	display:block;
}</pre></body></html>