/* ----------------------------------------------------------------------------- */
/* > frame > content > right > publications */

#frame #content #right #sitemap {
	width:580px;
	margin:15px 0 35px 0;
	padding:4px 20px 0 20px;
}

/* ----------------------------------------------------------------------------- */
/* > frame > content > right > sitemap */

#frame #content #right #sitemap p.section{
  padding-left: 10px;

}

#frame #content #right #sitemap p.subsection{
  padding-left: 40px;
}


#frame #content #right #sitemap p a.section{

	text-align:left;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
	
#frame #content #right #sitemap p a.subsection{
	color:#666666;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

#frame #content #right #sitemap p a:hover{
	text-decoration:underline;
}	

