/* CSS Document */


#issueContent {
	position: relative;
	width: 565px;
	margin: 0 10px 30px 0;
	font-size: 1em;
	float: left;
	}
	
#issueContent h1 {
	margin: 0 0 10px 0;
	padding: 0 0 3px 10px;
	font-size: 1.3em;
	color: #004a8d;
	line-height: 1.5em;
	text-transform: uppercase;
	border-bottom: 1px solid #d5d5d5;
	}

#issueContent h2 {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	color: #666;
	line-height: 1.5em;
	}
	
#issueContent h2.sectionTitle {
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	color: #f90;
	line-height: 1.4em;
	}
	
#issueContent h3 {
	margin: 15px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 1em;
	color: #666;
	font-weight: bold;
	line-height: 1.1em;
	}
	
#issueContent h4 {
	margin: 5px 0 5px 0;
	padding: 0 0 0 10px;
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
	line-height: 1.1em;
	}

#issueContent p {
	margin: 3px 0 5px 0;
	padding: 0 0 0 10px;
	color: #666;
	line-height: 1.5em;
	}
	
#issueContent table.images {
	margin: 10px 8px;
	}
	
#issueContent table.images td {
	padding: 4px;
	border: 1px solid #d5d5d5;
	}

#issueContent ul	{
	margin: 0 0 10px 0;
	padding: 0 40px;
	}

#issueContent ul li, #issueContent ol li {
	color: #666;
	line-height: 1.5em;
	}
	
#issueContent em.quote {
	display: block;
	margin: 0 10px 10px 0;
	text-align: right;
	}
	
#issueContent hr {
	display: block;
	color: #d5d5d5;
	margin: 5px 10px 20px 10px;
	height: 1px;
	background-color: #d5d5d5;
	border: none;
	}
	
#issueContent p.pageNav {
	margin: 0 0 8px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
	
#issueContent p.pageNav a {
	font-size: .9em;	}
	
#issueContent a:link {
	color: #004a8d;
	text-decoration: none;
	font-weight: bold;
	}
	
#issueContent a:visited{
	color: #56a2d6;
	text-decoration: none;
	font-weight: bold;
	}
	
#issueContent a:hover {
	text-decoration: underline;
	font-weight: bold;
	}

	
#issueContent a.top:link {
	font-size: 0.8em;
	color: #004a8d;
	text-decoration: none;
	font-weight: normal;
	}
	
#issueContent a.top:visited{
	color: #56a2d6;
	text-decoration: none;
	font-weight: normal;
	}
	
#issueContent a.top:hover {
	text-decoration: underline;
	font-weight: normal;
	}
	
	
#issueContent ul.inline li {
	display: inline;
	padding: 0 10px;
	font-size: 1em;
	}
	
	
#thisIssue {
	margin: 0 0 10px 10px;
	width: 553px;
	}	
	
#thisIssue img {
	margin: 0;
	padding: 0;
	}


#thisIssue h1 {
	margin: 0;
	padding: 3px 10px;
	font-size: 1em;
	color: #555;
	background: transparent url(../images/updates_bg.gif) repeat;
	line-height: 1.2em;
	border-right: 1px solid #369;
	border-left: 1px solid #369;
	text-transform: none;
	}
	
#thisIssue ul {
	background: transparent url(../images/updates_bg.gif) repeat;
	border-right: 1px solid #369;
	border-left: 1px solid #369;
	margin: 0 ;
	padding: 0 0 0 30px;
	font-size: 0.9em;
	line-height: 1em;
	}
	
.disclaimer {
	font-size: 0.9em;
	}

