/* CSS Document */
	
.isssueperiod {
	text-align:left;
	margin-bottom:4px;
	}
	
.issue-link {
	display:none;
	}
	
div.module div.content {
	padding:0;
	}
	
div.module h2 {
	padding-left:10;
	}
	
/* */

#column-1 {
	width:150px;
	text-align:left;
	float:left;
	display:inline;
	margin-right:5px;
	background:#fff;
	padding:10px;
	overflow:hidden;
}

#column-2 {
	width:600px;
	margin-right:5px;
	float:left;
	display:inline;
	padding:10px;
	background:#fff;
	overflow:hidden;
}
	
#column-3 {
	width:180px;
	float:left;
	display:inline;
	overflow:hidden;
}
	
h1 {
	font-size:24pt;
	font-weight:lighter;
	text-align:center;
	margin-bottom:25px;
	}
	
#column-1 ul {
	margin:10px 0 0px 0;
	padding:0;
	border-top:solid 1px #999;
	list-style:none;
	}
	
#column-1 ul li {
	margin:0;
	padding:0;
	border-bottom:solid 1px #999;
	line-height:20px;
	list-style:none;
	}
	
#column-1 ul li a {
	display:block;
	text-decoration:none;
	background-color:#fff;
	}
	
#column-1 ul li a:hover {
	text-decoration:none;
	background-color:#f5f5f5;
	}
	
.issue-cover {
	border:solid 1px #000;
	}
	

