<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*==========RESET============*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
ul{
	padding-left:10px;
}
@font-face{
	font-family: "Monotype Corsiva";
	src: url('MTCORSVA.TTF');
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:85%;
	margin:0%;
	background:#ffffff;
}
.img {
	border:0;
}
header {
	padding:0%;
}
div.container {
	margin:auto;
	max-width:1280px;
	box-shadow: 0 5px 15px #999999;
	padding-top:40px;
}
div.header_text{
	float:left;
	width:60%;
	margin-top:2%;
	text-align:center;
}
div.header_text h2 {
	font-size:1.4em;
	font-style:italic;
	color:#3DBFEE;
}
div.header_text h3 {
	font-size:1.2em;
	font-style:italic;
	color:#3DBFEE;
}
img.logo {
	float:left;
	padding:2%;
	width:30%;
}
img.slide {
	width:100%;
}
div.slogan {
	background-color:#000;
	margin-top:-3px;
	padding:1%;
	color:#3DBFEE;
	text-align:center;
	clear:both;
}
#box_left {
	border:1px solid #cccccc;
	width:98%;
	float:left;
	clear:both;
	padding:2%;
}
#box_centre {
	border:1px solid #cccccc;
	float:left;
	padding:2%;
	margin:3% 0% 0% 0%;
}
#box_right {
	border:1px solid #cccccc;
	float:left;
	padding:2%;
	width:98%;
	margin:3% 0% 3% 0%;
}
address {
	float:right;
	text-align:right;
	font-weight:bold;
	font-style:normal;
	padding:2%;
}
address p {
	color:#3DBFEE;
	margin:0;
	font-size:24px;
}
address a:link, address a:visited {
	text-decoration: none;
	color:#000000;
}
#mobnav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:fixed;
	width:100%;
	z-index:99;
}
#mobnav a:link, #mobnav a:visited {
	display:block;
	font-weight:bold;
	padding:2%;
	text-decoration:none;
	background-color:#333333;
	color:#ffffff;
}
#mobnav a:hover {
	background-color:#ED7F20;
}
#mobnav ul ul {
	display:none;
}
a.affl:link, a.affl:visited {
	text-decoration:none;
	display:block;
	color:#ffffff;
	padding:2%;
	font-weight:bold;
	background-color:#5693E4;
	width:94%;
}
a.affl:hover {
	background-color:#000000;
}
a.affl_eweb:link, a.affl_eweb:visited {
	text-decoration:none;
	display:block;
	color:#fff;
	padding:2%;
	font-weight:bold;
	background-color:#093;
}
a.affl_eweb:hover {
	background-color:#000;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
}
h2 {
	font-size:1.3em;
}
p {
	font-size:1.2em;
}
li {
	font-size:1.2em;
}
table,tr,td {
	font-size:1.1em;
}
span.error {
	color:#ff0000;
}
span.sent {
	color:#060;
}
input:focus, textarea:focus {
	background-color:#F5FADA;
}
footer {
	clear:both;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	background-color:#333333;
}
a.ewebsite:link, a.ewebsite:hover, a.ewebsite:visited {
	text-decoration:none;
	margin-right:5px;
	color:#fff;
	float:right;
}</pre></body></html>