	body{
		font-family:Arial, Helvetica, sans-serif;
		font-size:80%;
		color:#474747;
		background:#fff;
		text-align:center;
		width:300px;
		margin:0;
		padding:0;
	}
	h2{
		color:#000000;
		font-size:0.85em;
		text-transform:uppercase;
		border-bottom:2px 
	}

	span.bigred{
	color:#000000;
		font-size:1.3em;
		padding-left:5%;
	}

	a{
		display:inline;
		color:#000000;
		text-decoration:none;
		font-weight:bold;
		margin-bottom:0.5em;
		
	}
	
	
	div.hr {
		border:none;
		border-top:2px dotted #000000;
		height:1px;
		margin:6px 0;
	}
	#space {
	height:15px;
	background-color:#FFFFFF;
	}
	#header{
		background:#ffffff;
		height:auto;
	}


	
	#footer{
		width:320px;
		height:60px;
		text-align:center;
		padding-top:10px;
		color:#FFFFFF;
		background-image:url(medias/images/bottom.png);
		background-repeat:no-repeat;
		margin:0px;
	}	
	span.footer{
	color:#5baca5;
		font-size:1.3em;
		font-weight:bold;
	}
	#footer a {
	color:#5baca5;
	text-decoration:none;
	}

	#normal-content{
		margin:0;
		padding:0;
		text-align:left;
		background-color:white;
		

	}
	.clear{
		height:1px;
		clear:both;
	}
	img.ico{
		vertical-align:middle;
		margin:-1px 6px 0 0;
	}
	p.event{
		margin-bottom:1em;
	}
		/*
	-------------------------------------------------------------------------------------------
	*/

.accordion_toggle {
			display: block;
			width: 280px;
			padding: 5px 0px 0px 40px;
			background-image:url(images/menu-open.png);
			background-repeat:no-repeat;
			line-height: 44px;
			color: #333333;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size:15px;
			cursor: pointer;
			margin:0px;
			text-align:left;
			top:0px;
			margin:0;
			}

		
		.accordion_toggle_active  {
			padding: 5px 0px 0px 40px;
			background-image:url(images/menu-closed.png);
			background-repeat:no-repeat;
			line-height: 44px;
			color: #333333;
			text-align:justify;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			width: 320px;
			text-align:justify;
			
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #333333;
				font-size:11px;
				
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
				font-size:12px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			width: 320px;
			background-color:#ffffff;
			border-bottom: 1px dotted #b8045e;
			padding: 0 5px 0 5px;
			line-height: 40px;
			color: #b8045e;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size:12px;
			cursor: pointer;
			margin:0;
		}

		.vertical_accordion_toggle_active {
			background-color:#ffffff;
			color: #663366;
			font-weight:bold;
			border-bottom: 1px dotted #663366;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #000000;
			width:300px;
			

			
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
				font-size:11px;
			}

			.vertical_accordion_content p {
				padding: 5px 5px 15px 10px;
				width:300px;
				text-align:justify;
				
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 150px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 280px;   

   
    }
    


	#vertical_container {
		width:320px;
		margin:0;
		padding:0;
		
}
