#main .documents_header { border-bottom: 1px solid #cccccc; margin: 0 0 10px; }
body.document_archive #main h2 { 
	font-size: 24px; 
	font-weight: bold; 
	margin: 0;
	float: left;
	}
#main a.documents_rss { text-indent: -9999px; 
	background: url(../images/rss_sprite.png) top left no-repeat;
	margin: 4px 0 0 4px; 
	width: 20px; 
	height: 20px; 
	display: block;
	float: left;
	}
#main a.documents_rss:hover { background-position: 0 -20px; }

p.by_year, p.by_month { clear: both; margin: 0 0 5px; font-size: 12px; }

body.document_archive .document_detail { margin: 0 0 20px 0; width: 615px; float: left; }
body.document_archive .document_detail .document_thumbnail { float: right; margin: 0 0 0 10px; }
body.document_archive .document_detail .document_thumbnail img { border: 1px solid #cccccc; }
body.document_archive .document_detail h3 { font-size: 18px; line-height: 20px; font-weight: bold; }
body.document_archive .document_detail h3 a { color: #333333; text-decoration: none; }
body.document_archive .document_detail h3 a:hover { text-decoration: underline; }
body.document_archive .document_detail h4 { font-size: 16px; line-height: 18px; color: #555555; }
body.document_archive .document_detail p.description { font-size: 12px; line-height: 16px; color: #555555; }
body.document_archive .document_detail p.description img { vertical-align: top; margin: 0 2px 0 0; }
body.document_archive .document_detail p.description a { text-decoration: none; }
body.document_archive .document_detail p.description a:hover { text-decoration: underline; }
body.document_archive .document_detail .document_meta { font-size: 10px; line-height: 16px; }