/* CSS Document */

#page-body {
	float:left;
	width:980px;
	{*background-image:url(/images/bg-index.gif);*}
	background-repeat:repeat-y;
	border-bottom:solid 1px #bbb;
}

#columns-1-2 {
	float:left;
	display:inline;
	width:980px;
	margin-top:10px;
	}
	
/* column 3 */

#column-3 {
	float:right;
	width:180px;
	margin-right:10px;
	display:inline;
	padding-top:10px;
}
	
#column-3 .module {
	background-image:url(/images/hatch.gif);
	border-bottom:solid 1px #bbb;
	border-right:solid 1px #bbb;
	border-left:solid 1px #fff;
	text-align:center;
	padding:10px;
	}
	
#column-3 h2 {
	background-color:#96B0BD;
	text-align:center;
	border-right:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	margin-top:0;
	margin-bottom:0;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:1.5em;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#column-3 h2 a {
	display:block;
	color:#ffffff;
	}
	
#column-3 h2 a:hover {
	text-decoration:none;
	background-color:#ffffff;
	color:#000;
	}
/*
.sIFR-hasFlash #column-1 h2, .sIFR-hasFlash #column-1 h3, .sIFR-hasFlash #column-2 h2, .sIFR-hasFlash #column-2 h3  {
 visibility: hidden;
}
	*/
/* archive index list */

table.issuelist {
	width:100%;
	margin-bottom:10px;
	}
	
table.issuelist td {
	background-color:#f5f5f5;
	padding:10px;
	text-align:center;
	}
	
table.issuelist td:hover {
	background-color:#e5e5e5;
	}
	
table.issuelist td div {
	text-align:center;
	font-weight:bold;
	padding-top:10px;
	}
