/* --[ png fix for ie6 ]------------------------------------------- */
#leftnav_callout { behavior: url(htc/iepngfix.htc); }  /*add this line to any div that has PNG as background image  */

/* Left Nav */

#leftnav
{
	font-family: Arial ;
	font-size:12px;
	color: #00aad7;
	font-weight:bold;
	padding-top:70px;
	padding-left:20px;
}

#leftnav_callout
{
	width:159px;
	height:271px;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top:  20px;
}

#leftnav_callout_text_top
{
	width:55px;
	font-family: Arial ;
	font-size:12px;
	color: white;
	padding-left:55px;
	padding-top:10px;
	
}
#leftnav_callout_text_bottom
{
	width:140px;
	font-family: Arial ;
	font-size:12px;
	font-weight: normal;
	color:#505050;
	padding-left:10px;
	padding-right:10px;
	
}


/*Common tags */

#breadcrumb
{
	margin-top: 20px;
	font-family: Arial ;
	font-size:12px;
	color: #00aad7;
	font-weight:bold;
	width:597px;
	left:10px;
}

.More_button


{
	clear:both;
	padding-right:20px;
	font-family: Arial;
    color:#505050;
    font-size: 12px;
    text-align:right;
    font-weight:bold;
}

p
{
	font-family: Arial;
    color:#505050;
    font-size: 12px;
    

}

p.closeup
{
	font-family: Arial;
    color:#505050;
    font-size: 12px;
    margin-bottom: -2px;
    margin-top: -3px;

}

.clear-both
{
	clear:both;
}