@charset "UTF-8";
body {
	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 */
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	background-color: #666666;
	background-image: url(images/bodybkgnd.png);
	background-repeat: repeat-x;
	background-position: top;
}
.oneColFixCtr #container {
	width: 824px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 474px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -237px;
	margin-left: -412px;
}

#container #top {
	background-image: url(images/s_div1.png);
	background-position: left;
	height: 134px;
	width: 824px;
	background-repeat: no-repeat;
}#container #middle {
	background-image: url(images/s_div2.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 78px;
	width: 824px;
	text-indent: 115px;
}
#container #middle h2 {
	font-size: 15px;
	font-weight: bold;
}
#top a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #bottom {
	background-image: url(images/s_div3.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 262px;
	width: 471px;
	float: left;
	padding-left: 115px;
	font-size: 11pt;
	line-height: normal;
	padding-right: 20px;
}
#container #bottom p {
	font-size: 10pt;
	line-height: normal;
}
#container #bottom p a {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
#container #bottom p a:hover {
	color: #FFF;
}
#container #slideshow {
	height: 262px;
	width: 218px;
	float: right;
	position: relative;
}

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

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

#container #slideshow IMG.last-active {
    z-index:9;
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
h3 {
	margin-bottom: -.5em;
}

