<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin: 0; padding: 0; outline: 0; }
html { height: 100%;font: 100%; }
body {
	font-size: 1em;
	line-height: 1.5em;
	font-family: arial, sans-serif;
	color: #333333;
	background: url(../graphics/body.jpg) repeat 0 0;
	min-height: 100%;
}
a { color: #067aa7; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }
a.view { background: url(../graphics/bullet.png) no-repeat 0 10px; padding-left: 8px; font-size: 10px; float: right;  }
article, aside, details, footer, header, menu, nav, section { display: block; }
textarea { overflow: auto; }
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }
#top-nav {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	max-width: 980px;
	margin-bottom: 0px;
	position: relative;
	text-align: center;
	font-size: 1.3em;
	font-family: 'Ubuntu', sans-serif;
	line-height: 2em;
	font-weight: bold;
	text-shadow: 5px 3px 0px #0000FF;
	text-transform: uppercase;
}
#top-nav ul li {
	width: auto;
	padding-top: 0;
	padding-right: .3em;
	padding-bottom: 0;
	padding-left: 0.3em;
	display: inline;
}
#top-nav ul li .active  {border-right: 0;font-style: inherit;font-size: 1.5em;}
#top-nav ul li a {
	color: #239cc5;
	text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
	padding-top: 0;
	padding-right: .3em;
	padding-bottom: 0;
	padding-left: .3em;
}
#top-nav ul li a:hover,#top-nav ul li.active a {color: #00719d;	text-decoration: underline;	background-color: #FCFAFC;}
#top-nav ul li.active span { background: url(../graphics/active-nav-border.png) no-repeat 0 0; padding-left: 0.1em; }
#header-outside {
	background-image: url(../graphics/header_bg.jpg);

	background-repeat: repeat-x
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: -0.3em;
	float: left;
	background-repeat: repeat-x;
	
}
#header-inside {
	padding: 0px;
	width: 100%;
	max-width: 980px;
	height: auto;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#logo {
	height: auto;
	width: 20%;
	float: left;
}
#title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	position: relative;
	color: #00719d;
	list-style-position: outside;
	text-shadow: rgba(255,255,255,0.8) 0px 1px 0px;
	font-size: 3em;
	height: auto;
	width: 75%;
	margin-top: 0.2em;
	margin-bottom: .1em;
	line-height: 1.2em;
	text-align: center;
}
#logo img {	height: auto;width: 100%;}
#button-1 a.blue-btn {
	position: relative;
	z-index: 100;
	width: 94%;
	height: auto;
	text-align: center;
	line-height: 3em;
	display: block;
	color: #fff;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
	font-size: 1em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	background-color: #0087C6;
	border: 1px solid #00719D;
	border-radius: .8em;
}
#button-1 a.blue-btn:hover  {
	text-decoration: none;
	color: #FFBFFF;
	border: 1px solid #000000;
}
#button-1 {
	width: 95%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.divider-shadow {
	height: 0.25em;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	bottom: -0.25em;
	display: block;
	z-index: 20;
	background-image: url(../graphics/top-nav-shadow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.main {
	position: relative;
	height: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	overflow: hidden;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.shadow-top {
	background: url(../graphics/main-shadow.png) repeat-x 0 0;
	top: -1em;
	left: 0;
	position: absolute;
	width: 100%;
	height: 46px;
	display: block;
}
#footer-push {height: 0px;}
#footer {
	border-top: 1px solid #fff;
	position: relative;
	height: auto;
	background-color: #7fbefe;
}
.bottom-nav {
	max-width: 980px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	padding: .5em;
	background-repeat: repeat;
	background-position: 0 0;
	font-size: 1em;
	line-height: 1.5em;
}
.bottom-nav ul { 
	list-style: none; 
	list-style-position: outside; 
	float: left;
	width: 20%;
	padding-right: 0px;
	text-align: center;
}
.bottom-nav ul li {
	color: #fff;
	background: url(../graphics/bullet-footer-col.png) no-repeat 0 8px;
}
.bottom-nav ul li a { color: #fff; }
.footer-bottom {width: 100%;background-color: #BFDBF0;}
.footer-bottom p.copy {	text-align: center;	color: #6b848a;	line-height: 1.2em;	padding-top: 0.3em;	font-size: .7em;}
.footer-bottom p.copy span  { padding: 0 9px;  }
@media ( max-width: 480px )
{
#header-content-1 { width: 100%;}
.bottom-nav ul {
	width: 50%;
	
}}
h1 {
	line-height: 1.2em;
}
</pre></body></html>