#skipnav,
#header,
#main-nav, 
#secondary-content, 
#footer ul
{
	display: none; /* when printing, do NOT display the content of anything with these IDs */
}

#main-content
{
width: 13.7cm;
}	
#main-content .image-with-caption 
{
width: 7cm;
}
#main-content .image-with-caption p
{
	font-style: italic; /* make the caption italic */
	font-size: 10pt; /*0.9em;*/
}

#main-content p
{
	margin-top: 4px;
}	

#main-content h2
{
	margin-bottom: 0.01em; /* add a little white space under the headings and paragraphs */
	/*line-height: 70%;*/
}

#main-content h3
{
	margin-bottom: 0.01em; /* add a little white space under the headings and paragraphs */
	/*line-height: 70%;*/
}

#main-content h5
{
	font-size: 10pt;
	/*line-height: 70%; */
	font-weight: 600;
	margin-bottom: 0.01em;/* add a little white space under the headings and paragraphs */
}
/*pdf-image*/
#listing dt 
{
	float:left;
}

#listing dd.titling
{
	margin: 4px 0 0 45px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0.7px;
	/*background-color: #5777EE;*/
}

#listing dd
{
	margin: 5px 0 0 50px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 1.3em;
	width: 9.6cm;
	
}

/*web-icons*/
#listing_web dt 
{
	float:left;
	/*width: 9cm;*/
}

#listing_web dd.titling
{
	margin:3px 0 0 105px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*width: 9cm;*/
	/*letter-spacing:0.1px;*/
	/*background-color: #5777EE;*/
}

#listing_web dd
{
	margin: 3px 0 0 110px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 1.3em;
	width: 8.9cm;
	
}

