 /* ______________________________________ */
 /* Section Three: News/Events Elements */
 /* ______________________________________ */
 /* 3.1 - Archive Text Links */
 a.archive,a.archive:hover,a.archive:active,a.archive:visited{
	 color : #476e84;
	 text-decoration : none;
	 font-weight : normal;
	 font-size : 11px;
	 }

 /* 3.2 - Background and Outline of Categories Area */
.headerbkg{
	 display : block;
	 width : 100%;
	 background-color: none;
	 }

 /* 3.3 - Main Category Header */
.header{
	 color: #476e84;
	 font-size: 15px;
	 font-weight: bold;
	 }

.headernot{
	 color: #999999;
	 font-size: 13px;
	 font-weight: normal;
	 }

 /* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor,a.navanchor:hover,a.navanchor:active,a.navanchor:visited{
	 color: #476e84;
	 font-size: 11px;
	 line-height: 16px;
	 }

 /* 3.5 - Main Link to the Articles */
 a.newslink,a.newslink:hover,a.newslink:active,a.newslink:visited {
	 color : #476e84 !important;
	 }

 a.newslinknot,a.newslinknot:hover,a.newslinknot:active,a.newslinknot:visited{
	 color : #999999 !important;
	 }

 /* 3.6 - More... Link */
 /* 3.7 - Padding and Indent of Article Titles */
.contentpadding,td.contentpadding{
	 padding: 5px 0px 0px 50px;
	 }

 /* 3.8 - Area Directly Below Header & Around Article Titles Area */
.headersurround,table.headersurround{
	 display : block;
	 width : 100%;
	 background-color: none;
	 }

 /* 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: #666666;
	 font-size: 11px;
	 font-weight: normal;
	 }

 /* 3.12 - Back Link on Full Article */
.referinglink,a.referinglink,a.referinglink:hover,a.referinglink:active,a.referinglink:visited {
	 color : #000000;
	 }

 /* 3.13 - 'Related Items' Header on Full Article Page */
.relatedheader,td.relatedheader{
	 display : block;
	 width : 100%;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 13px;
	 font-weight: bold;
	 text-decoration: none;
	 color: #333333;
	 background-color: none;
	 margin: 0px;
	 }

 /* 3.14 - Articles That Are Set to NOT Publish to the Public Site */
 span.donotshow{
	 color: #999999 !important;
	 }

 