@charset "utf-8";
/* CSS Document */
.content_summary{
	width:1000px;
	height:100%;
	background:url(/webpics/dot.jpg) left 55px repeat-x;
	padding-top:10px;
	padding-bottom:20px;
	overflow:hidden;
	}
.dates{
	width:1000px;
	height:60px;
	overflow:hidden;
	display:block;
	}
.dates li{
	width:100px;
	height:50px;
	font-size:24px;
	list-style:none;
	float:left;
	text-align:center;
	background:url(/webpics/biggerdot.png) center bottom no-repeat;
	display:block;
	}
.dates li a{
	display:block;
	line-height:38px;
	padding-bottom:10px;
	text-decoration:none;
	color:#e3868f;
	}
.dates li a:hover{
	text-decoration:underline;
	}
.dates .selected{
	font-size:32px;
	color:#b91424;
	}
.issues{
	width:1000px;
	height:100%;
	line-height:24px;
	display:block;
	}
.issues li{
	width:1000px;
	height:100%;
	list-style:none;
	text-align:left;
	float:left;
	overflow:hidden;
	display:block;
	}
.issues h2{
	color:#b91424;
	font-size:24px;
	margin:20px 0;
	}
.issues div{
	font-size:16px;
	text-align:left;
	}
.years_a{
	width:1000px;
	height:500px;
	overflow-x:hidden;
	overflow-y:auto;
	}
.years_b{
	width:1000px;
	height:500px;
	overflow:auto;
	}
.issues strong{
	color:#3b3b3b;
    font-size:24px;
    line-height:50px;
	}
.issues p{
	width:970px;
	text-indent:2em;
	margin-left:0;
	font-size:16px;
	line-height:32px;
	color:#3b3b3b;
	}
.issues p img
{
	border:none;
	padding-top:15px;
	padding-bottom:15px;
	}
