/*	HTML, body
	---------------------------------------------------------------------------------------	*/
	
	html, body {
		margin: 0;
		padding: 0;
		text-align: center;
		}
	body {
		font: 12px/1.4em "Trebuchet MS", Arial, Helvetica;
		background: #515354;
		color:#000;
		overflow-y:scroll;
		}
	*:focus {
		outline:none;
		}
		
/*	Layout
	---------------------------------------------------------------------------------------	*/		
		div#header {
		width:925px;
		height:35px;
		margin-left: auto; margin-right: auto;
		top: 20px;
		background:url(../images/frame_b.png) center 0 repeat-x;
		}
		div#header_a {
		width:75px;
		height:100%;
		float: left;
		background:url(../images/frame_a.png) left 0 no-repeat;		
		}
		div#header_c {
		width:75px;
		height:100%;
		float: right;
		background:url(../images/frame_c.png) right 0 no-repeat;	
		}
		div#container {
		width:925px;
		margin-left: auto; margin-right: auto;
		position:relative;
		overflow:hidden;_zoom:1;
		background:url(../images/container-bg.png) center top repeat-y;
		}
		
		div#content {
		width:863px;
		background:white;
		overflow:hidden;_zoom:1;
		margin:0 auto;
		}
		div#logo {
		width:216px;
		height:71px;
		background:url(../images/logo-accepte.png) right 0 no-repeat;
		position:relative;
		float:right;
		margin-right:25px;
		margin-top: 25px;
		}
		div#menu {
		position:relative;
		float: left;
		padding-top: 100px;
		text-align:left;
		width:200px;
		}
		div#menu dt{
		margin: 15px 0 0 20px;
		font-weight: bold;
		font-size: 14px;
		}
		div#menu dd{
		margin-left: 30px;
		padding-top: 2px; 
		}
		div#menu dd a,a:visited{
		color:black;
		text-decoration:none;
		}
		div#menu dd a:hover{
		color:#515354;
		text-decoration:underline;
		}
		div#text{
		float: left;
		text-align:left;
		line-height:175%;
		width:600px;
		}
		div#footer {
		width:925px;
		height:55px;
		margin-left: auto; margin-right: auto;
		top: 20px;
		background:url(../images/frame_i.png) center 0 repeat-x;
		}
		div#footer_a {
		width:60px;
		height:100%;
		float: left;
		background:url(../images/frame_h.png) left 0 no-repeat;		
		}
		div#footer_c {
		width:60px;
		height:100%;
		float: right;
		background:url(../images/frame_j.png) right 0 no-repeat;	
		}
		div#colofon{
		width:850px;
		height:25px;
		margin-left: auto; margin-right: auto; margin-bottom: 25px;
		padding-right: 120px;
		padding-left: 120px;
		text-align:justify;
		color:#A7A9AC;
		font-size:9px;
		line-height:90%;
		}
		ul.textual li{
		list-style-type: square;
		padding: 0px;
		margin: 0 0 15px 0;
		}		
		a.link,a.link:visited{
		color:black;
		text-decoration:underline;
		}
		a.link:hover{
		color:#515354;
		text-decoration:underline;
		}
		img{
		border-style: none;
		}
		div#logos_home {
		width: 150px;
		position:relative;
		float:right;
		margin-left: 20px;
		margin-right: -35px;
		}

/*	Content
	---------------------------------------------------------------------------------------	*/	
		table#entity_details{
		font-size: 12px;
		text-align: left;			
		border-collapse:collapse;
		border: 1px solid #8cc63f;
		background-color:white;
		}
		table#entity_details th,td{
		vertical-align: top;
		padding: 3px 0px 3px 10px;
		}
		table#entity_details th{
		width : 150px;
		}
		table#entity_details td{
		width : 450px;
		}
		table#entity_details tr.alt td,tr.alt th{
		background-color:#e2e2e2;
		}
		table#entity_details ul{
		list-style-type: square;
		padding: 0px;
		margin: 0 0 0 15px;
		}
		
		table#office_details{
		font-size: 12px;
		text-align: left;			
		border-collapse:collapse;
		border: 1px solid #e2e2e2;
		background-color:white;
		}
		table#office_details th,td{
		vertical-align: top;
		padding: 3px 0px 3px 10px;
		}
		table#office_details th{
		width : 150px;
		}
		table#office_details td{
		width : 350px;
		}
		table#office_details tr.alt td,tr.alt th{
		background-color:#e2e2e2;
		}
		table#office_details td.banner{
		width: 543px;
		height: 105px;
		padding: 0;
		margin: 0;
		}
		table#office_details td img{
		margin: 0;
		padding: 0;
		}
		img.floatLeft{
		float:left;
		margin:10px;
		}
		img.floatRight{
		float:right;
		margin:10px;
		}
		div#text h1{
		margin-bottom: 30px;
		}
		
		table#contact_details{
		font-size: 12px;
		text-align: left;			
		border-collapse:collapse;
		background-color:white;
		border: 1px solid #e2e2e2;
		}
		table#contact_details td{
		vertical-align: top;
		padding: 3px 0px 3px 10px;
		}
		table#contact_details td{
		width : 150px;
		}
		table#contact_details tr.alt td{
		background-color:#e2e2e2;
		}
		table#contact_details td a,a:visited{
		color:black;
		text-decoration:none;
		}
		table#contact_details td a:hover{
		color:#515354;
		text-decoration:underline;
		}		
		div#person_details{
		margin-bottom:30px;		
		}
		div#person_details h2{
		margin-bottom:0px;		
		}
		div#person_details i{
		margin-bottom:15px;		
		}
		div#logos{
		width: 100%;
		text-align: center;		
		}
		div#logos img{
		margin: 0 15px 10px 15px;
		}