@charset "utf-8";
/* CSS Document */

	#latest-news {
		width: 325px; /* 335px */
		height: 470px; /* 470px */
		float: left;
		padding-right: 10px;
		border-right: 1px dotted #4c4c4c;
		font-size: 11px; 
		}
		.news-article-title {
			font-size: 16px;
			/* font-weight: bold; */
			margin-top: 20px;
			margin-bottom: 20px;
			/* color: #007447; */
			color: #003366;
			border-left: 1.2em solid #003366;
			line-height: 1.2em;
			padding-left: 0.5em;
			height: 1.2em;
			overflow: hidden;
			}
		.article-listing { width: 100%; background: #efefef; }
		.article-listing th { padding-top: 15px; padding-bottom: 15px; background: white; }
		.article-listing td { padding-left: 1em; padding-right: 1em; }
		.article-listing .evenRow { background: #dfdfdf; }
		.article-link { width: 525px; padding-top: 4px; padding-bottom: 4px; }
		.news-summary { padding: 17px; font-weight: bold; display: block; clear: both; float: none; }
		.news-summary-img { float: right; background: url(../images/news/summary-thumb-backdrop.gif) 0px 0px no-repeat; margin-top: -5px; }
		.news-summary-img img { width: 64px; height: 61px; margin: 4px; }
		.news-summary .date { color: #e62b92; }
		.news-summary .more-button { display: block; }
		.more-news-link { font-weight: bold; margin: 17px; }
		.news-image img { float: right; margin: 0px 0px 20px 20px; border: none; }
		.news-article-body { margin-bottom: 1em; }
		.news-article-body p, .news-article-body ul, .news-article-body ol, .news-article-body img, .news-article-body blockquote, .news-article-body table { margin-bottom: 1em; }
		.news-article-body li { margin-left: 4em !important; }
		.news-article-body li li { margin-left: 2em !important; }
		.news-article-files { border-top: 1px dotted #ababab; padding-top: 1em; margin-top: 1.5em; }
		.news-article-files li { margin-left: 2em; line-height: 16px; }
