		
	.accordion_toggle {
		border-top: 1px solid #E6E6E4;
		border-right: 1px solid #E6E6E4;
		border-left: 1px solid #E6E6E4;
		display: block;
		height: 25px;
		width: 523px;
		width: expression(xIE4Up ? "535px" : "535px"); 
		padding: 5px;
		line-height: 30px;
		background-color: #FFFFFF;
		background-image:url(../images/acc_top2.gif);
		background-repeat : repeat-x;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-family:Verdana, Helvetica, Arial, sans-serif;
		font-size: 14px;
		color:#666666;
		cursor: pointer;
		margin: 0 0 0 0;
	}
	
	.accordion_toggle_active {
		background-image:url(../images/acc_top.gif);
		color:#CAC9C9;
	}
	
	#acctab2{
		background-color:#D4D4D4;
	}
	
	.accordion_content {
		background-color:#EBEBEB;
		background-image:url(../images/acc_content.gif);
		background-repeat : repeat-x;
		border-left: 1px solid #E6E6E4;
		border-right: 1px solid #E6E6E4;
		color: #444444;
		overflow: hidden;
		width: 533px;
		width: expression(xIE4Up ? "535px" : "535px"); 
		height:0px;
	}
	
		.accordion_content p {
			line-height: 150%;
			padding: 10px;
		}
		
					
    /* Container styling*/
    #horizontal_container {
      margin: 0px 0px 0px 0px;
      width: 535px;   
      height: 100px;    
    }
    

	.page-footer{
	background-image:url(../images/acc_footer.gif);
	background-repeat : no-repeat;
		margin-top:0px;
		width: 535px;   
		
	}