	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #FFFFFF;
	}
	
	#flashcontent {
		z-index: 1;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#bodycontent {
		z-index: 2;
		position: absolute;
/*		background: url(../images/cable.png) left 52px repeat-x;*/
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
	}
	
	#body
	{
		width: 964px;
		margin: 0 auto;
	}
	
	#header
	{
		background: url(../images/headerBgnd.png) top left no-repeat;
		width: 934px;
		height: 88px;
		margin: 20px 0 0 0;
		padding: 3px 0 0 30px
	}
		
	#header #logo
	{
		margin: 5px 0 0 10px;
		text-indent: -9000px;
		background: url(../images/logo.gif) top left no-repeat;
		width: 198px;
		height: 50px;
		display: block;
		float: left;
	}
	
	#header #nav 
	{
		width: auto;
		float: left;
		margin: 8px 0 0 160px;
	}


	

	
	#contentAreaSingle, #contentAreaSidebar
	{
		width: 964px;
	}
	
	#contentAreaSingle .contentHead
	{
		width: 964px;
		height: 25px;
		background: url(../images/1colBgnd_top.png) top left no-repeat;
	}

	#contentAreaSingle .contentBody
	{
		width: 904px;
		background: url(../images/1colBgnd_center.png) left top repeat;
		padding: 0 45px 0 15px;
	}

	#contentAreaSingle .contentFoot
	{
		width: 964px;
		height: 42px;
		background: url(../images/1colBgnd_bottom.png) top left no-repeat;
	}

	#contentAreaSidebar .contentHead
	{
		width: 964px;
		height: 25px;
		background: url(../images/2colBgnd_top.png) top left no-repeat;
	}

	#contentAreaSidebar .contentBody
	{
		width: 924px;
		background: url(../images/2colBgnd_center.png) left top repeat;
		padding: 0 20px;
	}
  
  #contentAreaSidebar .contentBody #sideNav
  {
    float: left;
    width: 150px;
    margin-right: 25px
  }
  
  
  
  #contentAreaSidebar .contentBody #bodyCopy
  {
    float: left;
    width: 747px;
  }

	#contentAreaSidebar .contentFoot
	{
    clear: both;
		width: 964px;
		height: 42px;
		background: url(../images/2colBgnd_bottom.png) top left no-repeat;
	}

  #frontSplash {
    z-index: 99;
  }

  
  
  
  * { behavior: url(iepngfix.htc) }