/* ______________________________________ */
 /* Section Three: News/Events Elements */
 /* ______________________________________ */
 /* 3.1 - Archive Text Links */
 a.archive,a.archive:hover,a.archive:active,a.archive:visited{
	 }

 /* 3.2 - Background and Outline of Categories Area */
.headerbkg{
	 display : block;
	 width : 100%;
	 height: 18px;
	 background-color: #FFFFFF;
	 border: none;
	 margin: 0px;
	 }

 /* 3.3 - Main Category Header */
.header {
	 font-size: 15px;
	 padding: 0px;
	 color: #DF6C00;
	 font-weight:bold;
	 }

.headernot {
	 padding: 0px;
	 font-size : 15px;
	 color: #FF50A9;
	 }

 a.headerlink:link,a.headerlink:visited,a.headerlink:hover,a.headerlink:active {
	 font-size: 15px;
	 padding: 0px;
	 color: #DF6C00;
	 font-weight:bold;
	 text-decoration:underline;
	 }

 /* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor,a.navanchor:active,a.navanchor:visited {
	 font-size : 11px;
	 line-height: 16px;
	 color: #009ACB;
	 text-decoration: underline;
	 }

 a.navanchor:hover {
	 font-size : 11px;
	 text-decoration: underline;
	 color: #1C4987;
	 line-height : 16px;
	 }

 /* 3.5 - Main Link to the Articles */
 a.newslink,a.newslink:active,a.newslink:visited {
	 color : #009ACB;
	 font-size : 12px;
	 line-height: 12.5px;
	 text-decoration: underline;
	 font-weight : bold;
	 }

 a.newslink:hover{
	 color : #1C4987;
	 font-size : 12px;
	 line-height: 12.5px;
	 text-decoration: underline;
	 font-weight : bold;
	 }

 a.newslinknot,a.newslinknot:active,a.newslinknot:visited {
	 color : #FF50A9;
	 font-size : 12px;
	 line-height: 12.5px;
	 text-decoration: none;
	 font-weight : normal;
	 }

 a.newslinknot:hover {
	 color : #FF50A9;
	 font-size : 12px;
	 text-decoration: underline;
	 font-weight : normal;
	 }

 /* 3.6 - More... Link */
 /* 3.7 - Padding and Indent of Article Titles */
.contentpadding,td.contentpadding{
	 padding: 0px 0px 3px 2px;
	 }

 /* 3.8 - Area Directly Below Header & Around Article Titles Area */
.headersurround,table.headersurround{
	 display : block;
	 width : 100%;
	 border: none;
	 padding: 3px;
	 margin: 0px;
	 }

 /* 3.9 - Style to correct news page spacing */
 /* 3.10- Article Summary on Full Article Page */
.articlesummary{
	 font-style: italic;
	 }

 /* 3.11 - Author Name on Full Article Page */
.articleauthor{
	 color: #1C4987;
	 font-weight: bold;
	 }

 /* 3.12 - Back Link on Full Article */
.referinglink,a.referinglink,a.referinglink:hover,a.referinglink:active,a.referinglink:visited {
	 float:left;
	 }

 /* 3.13 - 'Related Items' Header on Full Article Page */
.relatedheader,td.relatedheader{
	 display : block;
	 width : 100%;
	 font-size: 13px;
	 font-weight: bold;
	 color: #023041;
	 background-color: #DCE9EF;
	 padding: 0px 0px 0px 3px;
	 margin-top: 0px;
	 }

 /* 3.14 - Articles That Are Set to NOT Publish to the Public Site */
 span.donotshow {
	 color : #FF50A9!important;
	 }

 