<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html,body {
	margin: 0; 
	padding: 0;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
	background-color:#f8f7f3;

}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#wrap {
	min-height: 100%;
	padding-bottom:0px;
	}

.embedframe{
width:100%;
}
.main {
	max-width: 1300px;
	padding-top:40px;
	padding-bottom:15px;
	vertical-align:middle;
	min-height:100%;
	margin: 0 auto;
	padding-left: 80px;
    padding-right:80px;
	

	-o-background-size:71% auto;
	-webkit-background-size:71% auto;
	-moz-background-size:71% auto;
	background-size:71% auto;
	background-position:center;
	text-align:center;
	}  /* must be same height as the footer */



.info-content {
		padding-top:15px;
		background-repeat:no-repeat,no-repeat;
		background-position:top, bottom;

		width:100%; 
		height:100%; 
		/*min-height:535px;*/
		margin: auto; 
		position: relative; 
		top: 0; left: 0; 
		bottom: 0; 
		right: 0; 
	}


.index-content {
	font-family: 'Merriweather Sans', sans-serif;
	text-align:left;
	font-size: 12px;
	color: #111;
	text-decoration: none;
	line-height: 20px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
	
   	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	
	-moz-column-gap:20px; /* Firefox */
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
	}


socialmedia {
padding-top:12px;
display:block;	
}

.subtitle {
	display:block;
	font-family: 'Merriweather Sans', sans-serif;
	text-align:left;
	font-size: 13px;
	font-style:italic;
	color: #E95918;
	text-decoration: none;
	letter-spacing: 0pt;
	padding-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
}

weburl a{
	font-size:11px;
	color: #000;
	display:inline-block;
	background-color:#CCC;
	padding:2px 5px;
	position:relative;
	bottom:2px;
}

weburl a:hover{
	color: #000;
	background-color:#825c99;
	color:#fff;
}

info-maincontent {
padding-top:12px;
margin-bottom:10px;	
display:block;
}	
		



@media (min-width: 1400px) {
.main {	
	/*background-image:url(/interface/bk_main.png);
	background-repeat:repeat-y;*/
	background-size:997px auto;
	background-position:center;
}
	
}	



@media (max-width: 1185px) {

.main {
vertical-align:middle;

	} 
	
newheader {
	padding-top:9px; 
	padding-left:130px; 
	}  

}

/* Styling for smaller screens */
@media (max-width: 840px) {

.main {
	/*background-image:none;
	background-color:white;*/
	
	-o-background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	background-position:center;
} 

/* Styling for smaller screens */
@media (max-width: 768px) {

.main {
vertical-align:middle;
} 

}

@media (max-width: 640px) {
.index-content {
	-moz-column-count:1; /* Firefox */
	-webkit-column-count:1; /* Safari and Chrome */
	column-count:1;

}


}

/* Styling for smaller screens */
@media (max-width: 480px) {

.main {
	padding-left: 30px;
    padding-right:30px;
}
</pre></body></html>