<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-image:url(images/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
body,td,th {
	font-size: 12px;
	color: #1B3237;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a:link {
	color: #1D7896;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B6D78;
}
a:hover {
	text-decoration: none;
	color: #A1DAED;
}
a:active {
	text-decoration: none;
	color: #A1DAED;
}
img {
	border: 0;
}

#container {
	width: 795px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* remember that padding is the space inside the div box and margin is the space outside the div box */

.spacer
{
	clear: both;
}

/* Header */
#header {
	background-image:url(images/headerbg.png);
	width: 795px;
	height: 126px;
	margin-top: 10px;
}
#header-title-1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #EFF9FB;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
}
#header-title-2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/* Menu */
#menu {
	background-image:url(images/menubg.png);
	width: 795px;
	height: 25px;
}
.horizontalmenu{
	margin: 0;
	padding: 0;
	float: left;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: center center;
	line-height: 25px;
	width: 794px;
	height: 25px;
}
.horizontalmenu li{
	display: inline;
}
.horizontalmenu li a{
	float: left;
	color: #1B3237;
	text-decoration: none;
	background-image: url(images/menuseparator.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 25px;
	font-weight: normal;
}
.horizontalmenu li a:visited{
	color: #1B3237;
}
.horizontalmenu li a:hover, horizontalmenu li a:active, .horizontalmenu li .current{
	color: #1B3237;
	background-color: #6DC6E3;
}

/* Main Content */
.content {
	background-image:url(images/contentbg.png);
	margin: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	
}
.content-main-title{
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1D7896;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.content-text {
	font-size: 12px;
	color: #1B3237;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}
.content-text ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.content-title-1{
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6DC6E3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-weight: normal;
	font-style: italic;
}
.content-title-2{
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #1B3237;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.content-image-left{
	float:left;
	margin:0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.content-image-right{
	float:right;
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* Footer */
#footer {
	background-image:url(images/footerbg.png);
	width: 795px;
	height: 77px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

/* Slimbox */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(images/sb-loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(images/sb-prevlabel-fr.gif) no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(images/sb-nextlabel-fr.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 90px;
	height: 22px;
	background: transparent url(images/sb-closelabel-fr.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}</pre></body></html>