 /* ______________________________________ */
 /* Section Three: News/Events Elements */
 /* ______________________________________ */
 /* 3.1 - Archive Text Links */
.archive{
	 font-family : Arial, Verdana, Helvetica, sans-serif;
	 font-size : 10px !important;
	 line-height : 11px !important;
	 color: #13692B !important;
	 text-decoration: none !important;
	 }

 a.archive:link,a.archive:visited,a.archive:hover,a.archive:active{
	 color: #183f6e;
	 }

 /* 3.2 - Background and Outline of Categories Area */
.headerbkg{
	 display : block;
	 height: 22px;
	 background-color: #c5daca;
	 padding: 1px 1px 2px 4px;
	 margin: 0px;
	 }

 /* 3.3 - Main Category Header */
.header {
	 font-weight: bold;
	 font-size : 13px;
	 padding: 1px 1px 2px 4px;
	 color: #13692B;
	 }

.headernot {
	 font-weight: bold;
	 font-size : 13px;
	 padding: 1px 1px 2px 4px;
	 color: #ffffff;
	 }

.headerlink,a.headerlink,a.headerlink:link,a.headerlink:visited,a.headerlink:active{
	 font-weight: bold;
	 font-size : 13px;
	 padding: 1px 1px 2px 4px;
	 color: #13692B;
	 text-decoration: none;
	 }

 a.headerlink:hover{
	 font-weight: bold;
	 font-size : 13px;
	 padding: 1px 1px 2px 4px;
	 color: #13692B;
	 text-decoration: underline;
	 }

 /* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor:link,a.navanchor:visited,a.navanchor:active {
	 line-height : 17px;
	 }

 a.navanchor:hover {
	 line-height : 17px;
	 }

 /* 3.5 - Main Link to the Articles */
 a.newslink,a.newslink:link,a.newslink:visited,a.newslink:active {
	 color : #183f6e !important;
	 font-weight: bold;
	 text-decoration: underline !important;
	 font-size : 12px;
	 }

 a.newslink:hover{
	 color : #13692B !important;
	 font-weight: bold;
	 text-decoration: underline !important;
	 font-size : 12px;
	 }

 a.newslinknot:link,a.newslinknot:visited,a.newslinknot:hover,a.newslinknot:active {
	 color : #999999 !important;
	 font-weight: bold;
	 text-decoration: underline;
	 font-size : 12px;
	 }

 /* 3.6 - More... Link */
.morelink,a.morelink,a.morelink:link,a.morelink:visited,a.morelink:active {
	 color: #183f6e;
	 text-decoration: underline;
	 }

 a.morelink:hover{
	 color: #13692B;
	 text-decoration: underline;
	 }

 /* 3.7 - Padding and Indent of Article Titles */
.contentpadding,td.contentpadding{
	 padding: 5px 0px 0px 6px;
	 }

 /* 3.8 - Area Directly Below Header & Around Article Titles Area */
.headersurround,table.headersurround{
	 display : block;
	 background-color: none;
	 margin: 0px;
	 }

 /* 3.9 - Style to correct news page spacing */
 /* 3.10- Article Summary on Full Article Page */
.articlesummary{
	 font-weight: bold;
	 }

 /* 3.11 - Author Name on Full Article Page */
.articleauthor{
	 font-style: italic;
	 }

 /* 3.12 - Back Link on Full Article */
.referinglink,a.referinglink:link,a.referinglink:visited,a.referinglink:hover,a.referinglink:active {
	 color: #ffffff;
	 }

 /* 3.13 - 'Related Items' Header on Full Article Page */
.relatedheader,td.relatedheader{
	 display : block;
	 font-size : 13px;
	 height: 22px;
	 font-weight: bold;
	 text-decoration: none;
	 color: #183f6e;
	 background-color: #c8daed;
	 padding: 1px 1px 2px 4px;
	 margin: 0px;
	 }

 /* 3.14 - Articles That Are Set to NOT Publish to the Public Site */
 span.donotshow {
	 color : #999999 !important;
	 }

 