#identity {
	height: 113px;
}

#identity a {
	width: 860px;
	display: block;
	overflow: hidden;
	padding-top: 113px;
	height: 0px !important; 
	height /**/:113px; /* for IE5/Win only */
	background: url("../graphics/header_certification.gif") no-repeat;
}

#identity h1 {
	display: none;
}

#colM {
	margin-left: 0px;
	background: url("../graphics/bg_certification.gif") repeat-y;
}

#colM div.box {
	min-height: 980px;
	height: auto !important;
	height: 980px;
	width: 55%;
	padding: 20px;
}

#colM div.box h2 {
	color: #eb3e54;
	font: bold 18px "Lucida Grande", "Arial Narrow", Arial, sans-serif;
	margin-top: 0;
}

#colM div.box p {
	margin-left: 20px;
	margin-right: 20px;
}

#colM div.putleft {
	width: 40%;
	position: absolute;
	top: 150px;
	right: 35px;
	padding:0 0 0 20px ;
}

#colM ul.lmenu {
	list-style: none;
	margin: 0;
	
}

#colM ul.lmenu li {
	font: bold 14px "Lucida Grande", "Arial Narrow", Arial, sans-serif;
	padding-bottom: 10px;
}

#colM ul.lmenu li li {
	font: 11px "Lucida Grande", Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 0;
}

#colM ul.lmenu a.current {
	color: #fd8156;
}

#colM div.address {
	width: 45%;
	margin-left: 40px;
}

#colM div.address h2 {
	font: bold 14px "Lucida Grande", "Arial Narrow", Arial, sans-serif;
	border-bottom: 1px solid #ccc;
}

#colM div.address p {
	font: 11px "Lucida Grande", Arial, sans-serif;
	margin-left: 20px;
}


#colM div.guides {
	font: 13px "Lucida Grande", "Arial Narrow", Arial, sans-serif;
	padding: 5px;
	margin: 20px 0 0 40px !important; 
	margin /**/: 20px 0 0 0; /* for IE5/Win only */
}

#colM div.guides a {
	text-decoration: none;

}

#colM div.guides a:hover {
	text-decoration: underline;
}


/* min-height simulation
   See: http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/index.php
----------------------------------------------------------------------------- */

/* for Mozilla/Safari/Opera */
*>.min {
	padding-top: 450px;
	min-height: 1px;
}
*>.min .height {
	margin-top: -450px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html .min {
	height: 450px;
}
/* end filter */

.dropcap {
	color: #fd7a54;
}

h3 {
	font: bold 15px "Lucida Grande", "Arial Narrow", Arial, sans-serif;
	border-bottom: 1px solid #eb3e54;
}

div.fns {
	margin-left: 20px;
	width: 50%;
}

div.fnsep {
	width: 200px;
	border-bottom: 1px solid #999;
	margin-top: 30px;
}

div.fns p.fn {
	color: #666;
	font-size: 11px;
	line-height: 1.4em;
}

table.orange {
	width: 90%;
	border: 1px solid #fd7a54;
	margin: 0 20px;
}

table.orange th {
	font-weight: bold;
	text-align: center;
	border: 1px solid #fd7a54;
	background: #acc4f9;
}

table.orange td {
	text-align: center;
	border: 1px solid #fd7a54;
	background: #d4e0fa;
}

#colM dt {
	font-weight: bold;
}

#colM dd {
	margin-bottom: 10px;
}

