#issueBox {
	float: right;
	width: 150px;
	background-color: #EDF5F8;
	margin-bottom: 10px;

}
#issueBox h3 {
	color: #FFFFFF;
	font-size: 1.1em;
	background-color: #007EA8;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
#issueBox h3.subHead {
	text-align: left;

}
#issueBox h4.article {
	color: #FFFFFF;
	font-size: 1.1em;
	background-color: #c37e24;
	padding: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
}
#issueBox p.articles {
	margin: 0px;
	padding: 5px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 1.1em;
	font-style: oblique;
	background-color: #f2d7b3;	
	color: #915a13;

}
#issueBox a.pdf {
	font-size: 1.1em;
	background-color: #74afc2;
	margin: 0px;
	padding: 5px;
	display: block;
	color: #FFFFFF;
	text-align: left;
	background-image: url(img/downloadpdf_bg.gif);
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-position: 0px 0px;
}
#issueBox a.pdf:hover {
	background-color: #5a98ad;
	background-position: 0px -23px;

}
#issueBox .articleList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#issueBox .articleList a {
	margin: 0px;
	padding: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8bf89;
	text-decoration: none;
	background-color: #f2d7b3;
	color: #915a13;

}
#issueBox .articleList a:hover {
	background-color: #e5ac62;

}
#issueBox .issueList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 1.1em;

}
#issueBox .issueList a {
	margin: 0px;
	padding: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007EA8;
	background-color: #EDF5F8;
	text-decoration: none;

}
#issueBox .issueList a:hover {
	background-color: #AAC8D5;

}

#leftBox {
	float: left;
	width: 445px;
	text-align: left;

}
#leftBox blockquote {
	background-color: #EDF5F8;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 10px;
	padding: 7px;
	font-size: 1.1em;
	color: #063c4e;

}
#leftBox h4 {
	font-size: 1.1em;
	color: #007EA8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #AAC8D5;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;

}
#leftBox h5 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;

}
#leftBox p {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 1.1em;
}

#leftBox .photoRow {
	width: 441px;
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#leftBox img.thumb {
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	margin-right: 1px!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px !important;
}
#leftBox img.main {
	margin-top: 8px !important;
	margin-left: 0px !important;
	margin-bottom: 8px !important;
	margin-right: 0px !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px !important;
}

