<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
h1 {
	font-family: "Arial";
	font-style: strong;
	font-size: 48px;
	color: #ffffff;
	font-weight: normal;
	margin: 10px;
	margin-top: 10px;
}
h2 {
	font-family: "Arial";
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 10px;
}
h3 {
	font-family: "Arial";
	font-size: 40px;
	color: #03244d;
	font-weight: normal;
	padding: 0px;
}
h4 {
	font-family: "Arial";
	font-size: 24px;
	color: #03244d;
	font-weight: normal;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
a {
	font-family: "Arial";
	font-size: 24px;
	color: #03244d;
	font-weight: normal;
	padding: 0px;
	margin:0px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
h5 {
	font-family: "Arial";
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
}
a.nav {
	font-family: "Arial";
	padding: 24px;
	color: #ffffff;
	display: inline;
	font-size: 20px;
	text-decoration: none;
}
a:hover {
	color: #f68026;
}
.vertline {
	position: fixed;
	top: 10px;
	left: 30%;
	height: 130px;
	width: 1px;
	background-color: #f68026;
	z-index: 3;
}
.horzline {
	position: fixed;
	top: 120px;
	left: 17.5%;
	height: 1px;
	width: 65%;
	background-color: #f68026;
	z-index: 3;
}
.background {
	background-image: url(../background.png);
	position: fixed;
	width: 105%;
	margin-left: -2.5%;
	top: 0px;
	min-height: 100%;
	background-color: #f4f4f4;
	
	background-repeat: repeat-x;
	z-index: -1;
}
.logo {
	width: 16%;
	position: fixed;
	top: 0px;
	left: 15%;
	height: 150px;
	background: #03244d;
	z-index: 2;
	text-align: center;
}
.header {
	width: 55%;
	height: 150px;
	position: fixed;
	top: 0px;
	left: 30%;
	background: #03244d;
	z-index: 2;
	text-align: center;
}
ul {
	width: 60%;
	
	text-align: left;
}
li {
	font-family: "Arial";
	font-size: 24px;
	color: #03244d;
	font-weight: normal;
	padding: 0px;
	text-align:left;

}
.navigation {
	width: 70%;
	background-color: #03244d;
	position: fixed;
	top: 150px;
	left: 15%;
	padding-bottom: 10px;
	padding-top: 10px;
	z-index: 2;
}
section {
	z-index: 1;
	width: 60%;
	margin-left: 20%;
	margin-top: 250px;
	padding-bottom: 60px;
	text-align: center;
}
</pre></body></html>