 /* ______________________________________ */
 /* Section Three: News/Events Elements */
 /* ______________________________________ */
 /* 3.1 - Archive Text Links */
 a.archive,a.archive:hover,a.archive:active,a.archive:visited{
	 font-size: 15px;
	 line-height: 16px;
	 font-family: Garamond, Georgia, serif;
	 font-weight: bold;
	 color: #848BBB;
	 text-transform: uppercase;
	 }

.contentpadding,td.contentpadding {
	 padding-top: 0px;
	 }

 tr#headlinerow td.contentpadding {
	 padding-top: 8px;
	 }

 tr#summaryrow td.contentpadding {
	 padding-top: 0px;
	 }

 /* 3.2 - Background and Outline of Categories Area */
.headerbkg{
	 display : block;
	 width : 100%;
	 padding: 0px;
	 margin: 0px }

 /* 3.3 - Main Category Header */
.header{
	 font-size: 15px;
	 line-height: 16px;
	 font-family: Garamond, Georgia, serif;
	 font-weight: bold;
	 color: #605F4B;
	 text-transform: uppercase;
	 }

.headernot,.headerlink {
	 font-size: 15px;
	 line-height: 16px;
	 font-family: Garamond, Georgia, serif;
	 font-weight: bold;
	 color: #61DD17 !important;
	 text-transform: uppercase;
	 }

 /* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor,a.navanchor:active,a.navanchor:visited {
	 }

 a.navanchor:hover {
	 }

 /* 3.5 - Main Link to the Articles */
 a.newslink,a.newslink:active,a.newslink:visited {
	 color : #868DBC !important;
	 font-size : 13px;
	 line-height : 14px;
	 text-decoration: none;
	 }

 a.newslink:hover {
	 color : #868DBC !important;
	 font-size : 13px;
	 line-height : 14px;
	 text-decoration: underline;
	 }

 a.newslinknot,a.newslinknot:active,a.newslinknot:visited {
	 color : #61DD17 !important;
	 font-size : 13px;
	 line-height : 14px;
	 text-decoration: none;
	 }

 a.newslinknot:hover {
	 color : #61DD17 !important;
	 font-size : 13px;
	 line-height : 14px;
	 text-decoration: underline;
	 }

 /* 3.6 - More... Link */
.morelink,a.morelink,a.morelink:active,.morelink:visited {
	 color : #868DBC !important;
	 font-size : 11px;
	 line-height : 12px;
	 text-decoration: none;
	 }

 a.morelink:hover{
	 color : #868DBC !important;
	 font-size : 11px;
	 line-height : 12px;
	 text-decoration: underline;
	 }

 /* 3.7 - Padding and Indent of Article Titles */
.contentpadding,td.contentpadding{
	 padding: 0px 0px 0px 20px;
	 }

 /* 3.8 - Area Directly Below Header & Around Article Titles Area */
.headersurround,table.headersurround{
	 display : block;
	 width : 100%;
	 padding: 0px;
	 margin: 0px;
	 }

 /* 3.9 - Style to correct news page spacing */
 #artxrow {
	 display:none;
	 }

 /* 3.10- Article Summary on Full Article Page */
.articlesummary{
	 font-style: italic;
	 }

 /* 3.11 - Author Name on Full Article Page */
.articleauthor{
	 font-weight: bold;
	 }

 /* 3.12 - Back Link on Full Article */
.referinglink,a.referinglink,a.referinglink:active,a.referinglink:visited {
	 color : #848BBB;
	 font-size: 10px;
	 text-decoration: underline;
	 }

 a.referinglink:hover {
	 font-size: 10px;
	 color : #969CC5;
	 text-decoration: underline;
	 }

 /* 3.13 - 'Related Items' Header on Full Article Page */
.relatedheader,td.relatedheader{
	 font-size: 15px;
	 line-height: 16px;
	 font-family: Garamond, Georgia, serif;
	 font-weight: bold;
	 color: #A5A499;
	 text-transform: uppercase;
	 }

 /* 3.14 - Articles That Are Set to NOT Publish to the Public Site */
 span.donotshow {
	 color : #61DD17 !important;
	 }

 