<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font: 11pt/13pt Helvetica, Arial, sans-serif;
	color: #333;
	background: #fefcf4 url(../images/bg-page.png) repeat-x;
	padding: 0px 40px;
}
body {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	color:#069;
	margin:10px 0px;
}
h1 {
	font-size: 18pt;
	line-height: 22pt;
	margin:20px 0px;
}
h2 {
	font-size: 16pt;
	line-height: 20pt;
}
h3 {
	font-size: 12pt;
	line-height: 16pt;
	margin-top: 0px;
}
h4 {
	font-size: 12pt;
	line-height: 14pt;
	font-weight: normal;
	margin: 0px;
}
body &gt; div {
	margin: 10px auto;
	padding: 10px;
	/* The padding is ADDED to the width/height, so correct max-width */
	max-width: 960px;
}
#nav {
	/* This width has to stay the same as max-width above */
	width: 980px;
}
#main {
	margin-top:10px;

	/* White background box */
	border-bottom-color: rgb(238, 238, 238);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(238, 238, 238);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(238, 238, 238);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(238, 238, 238);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgb(153, 153, 153) 0px 0px 7px 0px;
	background: #fff;
}
/* Main Navigation START */
#header {
	max-width: 980px;
	padding: 0px;
	overflow: auto;
	text-align: center;
}
#logo {
	background: url(../images/logo.png) no-repeat;
	width: 258px;
	height: 59px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
#nav ul {
	padding: 0px;
	margin: 0px;

	font:12px/42px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow:1px 2px 1px #013c72;
}
#nav li {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 138px;
	border-left: 1px solid #5092d0;
	border-right: 1px solid #094f90;
	background:url(../images/bg-nav.png) repeat-x;
	float: left;
}
#nav a {
	display:block;
	width:100%;
	height:100%;
	color: #fff;
	text-decoration:none;
}
#nav li:first-child {
	border-left: none;
	width: 139px;
}
#nav li:last-child {
	border-right: none;
	width: 139px;
}
#nav .active, #nav :hover {
	background:url(../images/bg-nav-h.png);
}
#nav a:hover, #nav li.active a {
	background:url(../images/arrow.png) no-repeat 50% 33px; 
}
#nav .first {
	background:url(../images/bg-nav-first-last.png) no-repeat -4px -55px;
}
#nav .last {
	background:url(../images/bg-nav-first-last.png) no-repeat -187px -175px;
}
#nav .active.first, #nav .first:hover {
	background:url(../images/bg-nav-first-last.png) no-repeat -4px 0px;
}
#nav .active.last, #nav .last:hover {
	background:url(../images/bg-nav-first-last.png) no-repeat -187px -120px;
}
/* Main Navigation END */
/* Information Boxes START */
.info-box {
	max-width: 940px;
	padding:0px 20px;
	
	/* Rounded background box */
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-style: solid;
	border-top-width: 1px;
/*	box-shadow: rgb(153, 153, 153) 0px 0px 7px 0px;
*/
}
.info-box.green {
	color:#090;
	border-color: #99cc67;
	background: #def7d0;
}
.info-box.gray {
	color:#333;
	border-color: #ccc;
	background: #f1f1f1;
}
/* Information Boxes END */</pre></body></html>