/* ______________________________________ */
 /* Section Three: News/Events Elements */
 /* ______________________________________ */
 /* 3.1 - Archive Text Links */
 a.archive:link,a.archive:visited,a.archive:hover,a.archive:active{
	 text-decoration:none;
	 font-size:11px;
	 }

 /* 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: 16px;
	 padding: 0px;
	 color: #00335B;
	 font-weight:bold;
	 }

.headernot {
	 padding: 0px;
	 font-size : 16px;
	 color: #FF3FAD;
	 }

 a.headerlink:link,a.headerlink:visited,a.headerlink:hover,a.headerlink:active {
	 font-size: 16px;
	 padding: 0px;
	 color: #00335B;
	 font-weight:bold;
	 text-decoration:underline;
	 }

 /* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor:link,a.navanchor:visited,a.navanchor:hover,a.navanchor:active{
	 color : #876E4F;
	 font-size : 12px;
	 text-decoration: underline;
	 font-weight : normal;
	 }

 /* 3.5 - Main Link to the Articles */
 a.newslink:link,a.newslink:visited,a.newslink:active {
	 color : #876E4F;
	 font-size : 12px;
	 text-decoration: underline;
	 font-weight : normal;
	 }

 a.newslink:hover{
	 color : #876E4F;
	 font-size : 12px;
	 text-decoration: underline;
	 font-weight : normal;
	 }

 a.newslinknot:link,a.newslinknot:visited,a.newslinknot:active {
	 color : #FF50A9;
	 font-size : 12px;
	 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: #00335B;
	 font-weight: bold;
	 }

 /* 3.12 - Back Link on Full Article */
.referinglink,a.referinglink {
	 float:left;
	 color:#00335B;
	 }

 /* 3.13 - 'Related Items' Header on Full Article Page */
.relatedheader,td.relatedheader{
	 display : block;
	 width : 100%;
	 font-size: 16px;
	 font-weight: bold;
	 color: #00335B;
	 background-color: #FFFFFF;
	 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;
	 }

 