<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	width:40px auto;
	margin:0px auto;
}

#slideshow {
	position: relative;
	height: 0px;
	z-index: -1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
.clr
{
	clear:both;

}
.logo_bg
{
	width:100%;
	height:60px;
	margin:0 auto;
	background-image: url(../images1/bg.png);
}
.logo
{
	width:250px;
	height:60px;
	float:left;
	margin-left: 50px;
}
.header_right
{
	width:550px;
	height:40px;
	float:right;
	margin-top: 10px;
}
.menucontainer {
	width:450px;
	height:20px;
	margin:auto;
	padding: 10px 0 0 0;
	float: right;
}
.menu {
	height:14px;
	padding: 0px 15px 0px;
	text-align: center;
	float: left;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	}
.menu a {
	font-family: 'Open Sans', sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
	}
.menu a:hover {
	font-family: 'Open Sans', sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #b36201;
	}
.menu1 {
	height:12px;
	padding: 0px 15px 0px;
	text-align: center;
	float: left;
	text-transform:uppercase;
	}
.menu1 a {
	font-family: 'Open Sans', sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
	}
.menu1 a:hover {
	font-family: 'Open Sans', sans-serif, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #c71685;
	}
</pre></body></html>