#contacts dl {
    margin: 0 0;
    padding: 0 0 3px 0; 
    width: 230px;
}

#contacts dl dt {
    position: realtive;
    padding: 0 0; 
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 1px;
	font-weight: bold;
    height: 2px;
	color: #4a555a;        	
}

#contacts dl dd.ddLeft {
    position: realtive;
    float: left;
    padding: 8px 0 0 0; 
    width: 75px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;	
	color: #4a555a;          	
}

#contacts dl dd.ddRight {
    position: realtive;
    float: right;
    margin: 0 0 0 0;
    padding: 8px 0 0 0; 
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;    
	line-height: 1.6em;	    
    width: 155px;               	
}

#contacts dl dd.ddClear {
    position: realtive;
    clear: both;  
    line-height: 0px; 
    height: 0px;   
    font-size: 0px;   	
}

