		.accordion_toggle {
			display: block;
			height: 30px;
			width: 760px;			
			background: url(../images/accordion_down.png) no-repeat top right #B5B5B5;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid white/*#cde99f*/;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(../images/accordion_up.png) no-repeat top right #DADADA;
			color: #000;
			border-bottom: 1px solid #white;
		}
		
		.accordion_content 
		{
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
		.accordion_content h2 {
			margin: -5px 0 5px 0px; /*-5 15px 0 5px 10px;*/
			
		}
			
		.accordion_content p {
			line-height: 150%;
			padding: 5px 10px 15px 10px;
		}
		.accordion_jock_content
		{
			font-size:11pt;
			font-family:Verdana;
			font-style:italic;
		}
		/* Nested accordion */
		.nested_accordion_toggle {
			display: block;
			height: 30px;
			width: 580px;			
			background: url(../images/accordion_down.png) no-repeat top right #F6AE09; /*B5B5B5*/
			padding: 0 10px 0 10px;
			line-height: 30px;
			
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;			
			border-bottom: 1px solid white/*#cde99f*/;
			cursor: pointer;
			color: black;
			
		}
		
		.nested_accordion_toggle_active 
		{
			color: #ffffff;
			background: url(../images/accordion_up.png) no-repeat top right #093783; /*DADADA*/			
			
			border-bottom: 1px solid white;
		}
		
		.nested_accordion_content 
		{
			display: block;
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
		

		/* Nested accordion */
				
		.accordion_jock_header
		{
			font-size:12pt;
			font-family:Verdana;
			font-style:italic;
		}
		.accordion_jock_Fifteen_Header
		{
			color: Red;
		}