 /* ______________________________________ */
 /* Section Three: News/Events Elements */
 /* ______________________________________ */
 /* 3.1 - Archive Text Links */
 a.archive,a.archive:hover,a.archive:active,a.archive:visited{
	 color: #A99160;
	 font-weight : normal;
	 font-size : 10px;
	 padding-right: 4px;
	 text-decoration: none;
	 }

 a.archive:hover {
	 color: #A99160;
	 font-weight : normal;
	 font-size : 10px;
	 padding-right: 4px;
	 text-decoration: underline;
	 }

 /* 3.2 - Background and Outline of Categories Area */
.headerbkg {
	 display : block;
	 background-color: #FEF1DD;
	 border-top: solid #C3D0DC 1px;
	 border-right: solid #C3D0DC 1px;
	 border-bottom: solid #C3D0DC 1px;
	 border-left: solid #C3D0DC 1px;
	 width : 100%;
	 padding: 4px;
	 margin: 0px;
	 }

 /* 3.3 - Main Category Header */
.header{
	 font-size: 14px;
	 color: #A99160;
	 }

.headernot {
	 font-size: 13px;
	 color: #bbbbbb;
	 text-style:italic;
	 }

 /* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor,a.navanchor:active,a.navanchor:visited {
	 font-size : 10px;
	 padding-right: 4px;
	 color: #A99160;
	 line-height : 11px;
	 text-decoration: none;
	 }

 a.navanchor:hover {
	 font-size : 10px;
	 color: #9D875A;
	 line-height : 11px;
	 text-decoration: underline;
	 }

 /* 3.5 - Main Link to the Articles */
 a.newslink,a.newslink:active,a.newslink:visited {
	 color : #428168 !important;
	 line-height: 13px;
	 font-weight : bold;
	 text-decoration: none;
	 }

 a.newslink:hover {
	 color : #428168 !important;
	 font-size : 11px;
	 font-weight : bold;
	 text-decoration: underline;
	 ;
	 }

 a.newslinknot,a.newslinknot:hover,a.newslinknot:active,a.newslinknot:visited {
	 color : #bbbbbb !important;
	 font-weight : bold;
	 }

 /* 3.6 - More... Link */
.morelink,a.morelink,a.morelink:active,.morelink:visited {
	 font-size : 9px;
	 color: #446EC6;
	 font-weight: bold;
	 text-decoration: none;
	 }

 a.morelink:hover{
	 font-size : 9px;
	 color: #446EC6;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 /* 3.7 - Padding and Indent of Article Titles */
.contentpadding,td.contentpadding{
	 padding: 10px 0px 0px 0px;
	 }

 /* 3.8 - Area Directly Below Header & Around Article Titles Area */
.headersurround,table.headersurround{
	 display : block;
	 width : 100%;
	 padding: 10px 0px 0px 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;
	 color: #95B2A6;
	 }

 /* 3.12 - Back Link on Full Article */
.referinglink,a.referinglink,a.referinglink:hover,a.referinglink:active,a.referinglink:visited {
	 display : block;
	 width:120px;
	 }

 /* 3.13 - 'Related Items' Header on Full Article Page */
.relatedheader,td.relatedheader{
	 display : block;
	 background-color: #FEF1DD;
	 border-top: solid #C3D0DC 1px;
	 border-right: solid #C3D0DC 1px;
	 border-bottom: solid #C3D0DC 1px;
	 border-left: solid #C3D0DC 1px;
	 font-size: 13px;
	 color: #A99160;
	 width : 100%;
	 padding: 4px;
	 margin: 0px;
	 }

 /* 3.14 - Articles That Are Set to NOT Publish to the Public Site */
 span.donotshow {
	 color : #bbbbbb !important;
	 }

.contentpadding,td.contentpadding {
	 padding-top: 6px;
	 }

 tr#headlinerow td.contentpadding {
	 padding-top: 9px;
	 }

 tr#summaryrow td.contentpadding {
	 padding-top: 3px;
	 }

 
