@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bgRepeat.jpg);
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	
	_background-image:url(images/bgRepeat.jpg);
	_background-color: #FFFFFF;
	_background-repeat:repeat-x;
	
	}
	
#container{
	margin:0 auto;
	width:960px;
}
#flashContent{
	position:relative;
	top:0px; 
	width:550px; 
	height:400px;
	z-index: 2;

}

#logowrapper{
	height: 133px;
	width: 287px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#ticker{
	float:right;
	margin-top:-335px;
	margin-right:170px;
	position:relative;
	clear:both;
	width:245;
	height:185;
	z-index:1;
}
.clearfix{
	clear:both;
}
a img{
	
	border: none;
}
#nav{
margin: 0 auto;
	position: relative;
	bottom: 15px;
	z-index: 3;
	width: 162px; height: 56px;
}
#homebutton
{
  display: block;width: 121px;height: 32.5px;
  background: url(images/enterBtn.png) no-repeat 0 0;
}
#homebutton:hover
{ 
  background-position: 0 -32px;
}
.indent span
{
  position: absolute;
  top: -999em;
}
li{
	list-style:none;
}


