/* ______________________________________ */
 /* Section Three: News/Events Elements */
 /* ______________________________________ */
 /* 3.1 - Archive Text Links */
 a.archive:link,a.archive:visited,a.archive:hover,a.archive:active {
	 color: #848431;
	 font-weight : normal;
	 font-size : 12px;
	 }

 /* 3.2 - Background and Outline of Categories Area */
.headerbkg{
	 display : block;
	 width : 100%;
	 padding: 0px;
	 margin: 0px;
	 }

 /* 3.3 - Main Category Header */
.header{
	 font-family:Arial,sans-serif;
	 color:#003366;
	 font-weight:bold;
	 font-size: 14px;
	 line-height:16px;
	 }

.headernot {
	 font-family:Arial,sans-serif;
	 font-weight:bold;
	 font-size: 14px;
	 line-height:16px;
	 color: #00EF0A;
	 }

 /* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor:link,a.navanchor:visited,a.navanchor:active {
	 font-size : 12px;
	 color: #848431;
	 line-height : 14px;
	 text-decoration: underline;
	 }

 a.navanchor:hover {
	 font-size : 12px;
	 color: #003366;
	 line-height : 14px;
	 text-decoration: underline;
	 }

 /* 3.5 - Main Link to the Articles */
 a.newslink:link,a.newslink:visited,a.newslink:active {
	 font-family:Arial,sans-serif;
	 color : #848431 !important;
	 font-size : 11px;
	 line-height : 13px;
	 font-weight : bold;
	 text-decoration: underline;
	 }

 a.newslink:hover {
	 font-family:Arial,sans-serif;
	 color : #848431 !important;
	 font-size : 11px;
	 line-height : 13px;
	 font-weight : bold;
	 text-decoration: underline;
	 }

 a.newslinknot {
	 color : #00EF0A !important;
	 font-weight : bold;
	 }

 /* 3.6 - More... Link */
.morelink,a.morelink:link,a.morelink:visited,a.morelink:active {
	 font-family:Arial,sans-serif;
	 font-size : 12px;
	 line-height : 14px;
	 color: #848431;
	 font-weight: bold;
	 text-decoration:underline;
	 }

 a.morelink:hover{
	 font-family:Arial,sans-serif;
	 font-size : 12px;
	 line-height : 14px;
	 color: #848431;
	 font-weight: bold;
	 text-decoration:underline;
	 }

 /* 3.7 - Padding and Indent of Article Titles */
.contentpadding,td.contentpadding{
	 padding: 0px 0px 4px 65px;
	 }

 /* 3.8 - Area Directly Below Header & Around Article Titles Area */
.headersurround,table.headersurround{
	 display : block;
	 width : 100%;
	 padding: 3px;
	 margin: 0px;
	 }

 /* 3.9 - Style to correct news page spacing */
 #artxrow {
	 display:none;
	 }

 /* 3.10- Article Summary on Full Article Page */
.articlesummary{
	 font-style: italic;
	 }

 /* 3.11 - Author Name on Full Article Page */
.articleauthor{
	 font-weight: bold;
	 }

 /* 3.12 - Back Link on Full Article */
.referinglink,a.referinglink:link,a.referinglink:visited,a.referinglink:active {
	 color:#EFEFC5;
	 font-family:Arial,sans-serif;
	 font-size:11px;
	 line-height : 13px;
	 text-decoration:none;
	 }

 a.referinglink:hover{
	 color:#EFEFC5;
	 font-family:Arial,sans-serif;
	 font-size:11px;
	 line-height : 13px;
	 text-decoration:underline;
	 }

 /* 3.13 - 'Related Items' Header on Full Article Page */
.relatedheader,td.relatedheader{
	 display: block;
	 width: 100%;
	 font-size: 14px;
	 line-height : 16px;
	 font-weight: bold;
	 color: #003366;
	 font-family:Arial,sans-serif;
	 text-transform:uppercase;
	 padding: 0px 0px 0px 3px;
	 margin-top: 0px;
	 }

 /* 3.14 - Articles That Are Set to NOT Publish to the Public Site */
 span.donotshow {
	 color : #bbbbbb !important;
	 }

 