ul.contentlist {
 	list-style: none;
 	margin:0px;
 	padding:0px;
 }
 
 ul.contentlist li {
 	list-style-image: none;
 	clear: both;
 	padding-bottom: 10px;
 }
 
 ul.contentlist h3 {
 	font-size: 15pt;
 	padding: 2px;
 	padding-left: 12px;
 	font-weight: normal;
 	margin-bottom: 0px;
 }
 
 ul.contentlist a.title {
 	text-decoration: none;
 	line-height: 2em;
 }
 
 ul.contentlist a.title:hover {
 	text-decoration: underline;
 }
 
 ul.contentlist div.author {
 	font-size: 8pt;
 	color: #999999;
 	width: 400px;
 	text-align: right;
 	float: right;
 }
 
 ul.contentlist p {
 	clear:right;
 	padding: 5px;
 }
 
 /* search pages */
 
 ul.searchlist {
 	list-style: none;
 	margin:0px;
 	padding:0px;
 }
 
 ul.searchlist li {
	list-style-type:decimal;
	list-style-position: outside;
 	list-style-image: none;
 	clear: both;
 	padding-bottom: 10px;
 }
 
 ul.searchlist h3 {
 	font-size: 14pt;
 	padding-left: 12px;
 	font-weight: normal;
 	margin-bottom: 0px;
 	font-style: italic;
 }
 
 ul.searchlist a.title {
 	text-decoration: none;
 	line-height: 2em;
 }
 
 ul.searchlist a.title:hover {
 	text-decoration: underline;
 }
 
 ul.searchlist div.author {
 	font-size: 7pt;
 	color: #999999;
 	width: 400px;
 	padding-left: 12px;
 }
 
 ul.searchlist p {
 	clear:right;
 	padding: 5px;
 	display: none;
 }
 
 /* content pages */
 
 .summary {
 	font-weight: bold;
 }
 
 div.bylinebox {
 	border-top: 1px solid #CCCCCC;
 	background-color: #F5F5F5;
 	font-size: 8pt;
 	color: #333333;
 	padding: 5px;
 	margin-bottom: 20px;
 	width: 100%;
 }
 
 div.downloadbox {
 	border: 1px solid #84b758;
 	background-color: #e5f4d8;
 	padding: 10px;
 	margin-left: 10px;
 	margin-bottom: 20px;
 	text-align: center;
 	line-height: 2em;
 	font-weight: bold;
 	float: right;
 }
 
 div.downloadbox a {
 	font-size: 13pt;
 	font-weight: bold;
 	color: #44830d;
 }
 
 #breadcrumb {
 	margin-bottom: 15px;
 	font-size: 8pt;
 	color: #333333;
 }
 
 ul.gallery {
 	list-style-type: none;
 	clear:both;
 }
 
 ul.gallery li {
 	display: inline;
 	float: left;
 }
 
 ul.gallery img {
 	margin: 10px;
 }
 
 div #image {
 	clear: both;
 	text-align: center;
 }
 
 div #image img {
 	margin-bottom: 10px;
 }