/* ______________________________________ */
 /* Section Three: News/Events Elements */
 /* ______________________________________ */
 /* 3.1 - Archive Text Links */
 a.archive,a.archive:hover,a.archive:active,a.archive:visited{
	 color: Black;
	 text-decoration : none;
	 font-weight : bold;
	 font-size : 10px;
	 }

 /* 3.2 - Background and Outline of Categories Area */
.headerbkg{
	 display : block;
	 width : 100%;
	 background-color: none;
	 border: 0px solid cccccc;
	 padding: 0px;
	 margin: 0px;
	 }

 /* 3.3 - Main Category Header */
.header{
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-weight : bold;
	 font-size : 10px;
	 color : #718ca4;
	 }

.headernot{
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-weight : bold;
	 font-size : 10px;
	 color: #cccccc;
	 }

 /* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor,a.navanchor:hover,a.navanchor:active,a.navanchor:visited {
	 font-size : 10px;
	 color: Black;
	 line-height : 16px;
	 }

 /* 3.5 - Main Link to the Articles */
 a.newslink,a.newslink:hover,a.newslink:active,a.newslink:visited {
	 color: Black;
	 }

 a.newslinknot,a.newslinknot:hover,a.newslinknot:active,a.newslinknot:visited{
	 color: #cccccc;
	 }

 /* 3.6 - More... Link */
 /* 3.7 - Padding and Indent of Article Titles */
.contentpadding,td.contentpadding{
	 padding: 0px 0px 0px 50px;
	 }

 /* 3.8 - Area Directly Below Header & Around Article Titles Area */
.headersurround,table.headersurround{
	 display : block;
	 width : 100%;
	 background-color: none;
	 border: 0px solid;
	 padding: 0px;
	 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: #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 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-weight : bold;
	 text-decoration: none;
	 font-size : 10px;
	 color : #000000;
	 background-color: none;
	 border: 0px solid #cccccc;
	 padding: 0px;
	 margin: 0px;
	 }

 /* 3.14 - Articles That Are Set to NOT Publish to the Public Site */
 span.donotshow {
	 color : #cccccc !important;
	 }

 