@charset "UTF-8";


/* Containers */

body {	
	background-image:url(../images/bgPage.gif);
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    padding: 0;
}

#leftContainer {
	width: 290px;
	height: 390px;
	position:fixed;
	float: left;
}


#rightContainer {
	width: 518px;
	float: right;
}

#news1 {
	float: left;
	display: inline;
	width: 394px;
	height: 390px;	
}

#news2 {
	float: right;
	display: inline;
	width: 394px;
	height: 390px;	
}

.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

hr {
  border: 0;
  color: #bfc9d0b;
  background-color: #bfc9d0;
  height: 1px;
}


/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* Link Styles */
a:link { font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 11px; color: #ffcc00 }
a:visited { font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 11px; color: #ffffff}
a:hover {  font-size: 11px; color: #000000; background-color:#ffcc00; text-decoration: underline; }

/* IMAGE ROTATOR */

#slideshow {
    position:relative;
    height:390px;
}

#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;
}
