<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.clsmenu { 
font-family : verdana, arial, helvetica; 
text-decoration : none; 
color : white; 
font-size : 90%; 
} 

/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
.bbg {background-image:url(images/bg.jpg);
	 background-repeat:repeat-x;
	 background-color:#A5A5A5;}
.tbg {background-color:#ffffff;}

/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}

/* some css fixes for IE browsers */
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}

BODY.clsmenu { 
font-family : verdana, arial, helvetica; 
font-size : 70%; 
} 
H1.clsmenu { 
font-size : 120%; 
font-style : italic; 
} 
DIV#divMenuBar { 
font-family : verdana, arial, helvetica; 
font-size : 70%; 
background-color : #8C2917; 
} 
TABLE#m1mainSXMenu2 TD { 
font-family : verdana, arial, helvetica; 
font-size : 13px; 
color : white; 
padding : 0 5px 0 5px; 
cursor : default; 
} 
TABLE#m1mainSXMenu2 TD.MenuMadde { 
font-family : verdana, arial, helvetica; 
font-size : 60%; 
font-weight : bold; 
cursor:hand;
} 
.m1CL0,.m1CL0:link{text-decoration:none;width:100%;color:White; }
.m1CL0:visited{color:White}
.topFold{position:static}
.m1mit{padding-left:11px;padding-right:11px; color:White; font-family:Arial,Helvetica; font-size:11px; }

.copyright{color: #808080; font-size: 9px }

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background-color: #ccc;
	min-height: 400px;
}
body * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
body h3 {
	font-size: 20px;
	margin: 10px 0 10px 0;
}
body a:hover {
	color: #000;
}

#wrapper {
	width: 90%;
	height: 300px;
	align: center;
	margin-left: 4px;
	margin-top: 4px;

	top: 0;
	left: 50%;
	overflow: hidden;
}
#carousel .item {
	width: 900px;
	height: 340px;
	float: left;
}
#carousel .item &gt; div {
	width: 800px;
	height: 400px;
	padding: 50px;
	overflow: hidden;
}
#carousel .item img {
	width: 300px;
	height: 240px;
	float: left;
	box-shadow: 0 0 20px #999;
}
#carousel .item div.text {
	background-color: #fff;
	width:  355px;
	height: 200px;
	padding: 20px 40px;
	margin-left: 20px;
	float: left;
	position: relative;
	box-shadow: 0 0 20px #999;
}
#carousel .item div.text:after {
	content: " ";
	border: 10px solid transparent;
	border-right-color: #fff;
	display: block;
	width: 0;
	height: 0;
	margin-top: -10px;
	position: absolute;
	left: -20px;
	top: 50%;
}
div.textLong {
	background-color: #fff;
	width:  400px;
	height: 280px;
	padding: 0px 0 0 40px;
	margin: 40px 0 0 0px;
	float: left;
	position: relative;
	box-shadow: 0 0 20px #999;
	border-style:none; 
	border-color:#808080;
	//overflow: hidden;
}

</pre></body></html>