/* ______________________________________ */
 /* ___ Section Four: Sidebar Elements ___ */
 /* ______________________________________ */
 /* 2.6 - Default Style for Color of Line Between Body Content and Sidebar Content */
 td.rulecolor,table.rulecolor {
	 background-color:#E5E5CB !important;
	 }

 /* 4.1 - Default Background Color */
 td.sidebarbgcolor {
	 background-color: #ffffff;
	 }

 /* 4.2 - Header Background Image */
 table.sideheader{
	 }

 /* 4.3 - Header When NOT Surrounded by a Link */
.sideheader, td.sideheader{
	 display : block;
	 padding:0px 7px 0px 3.5px;
	 width : 203px;
	 font-family:Arial,sans-serif;
	 font-size: 14px;
	 line-height:16px;
	 font-weight: bold;
	 color: #000;
	 margin-bottom:8px;
	 }

 /* 4.4 - Header When it HAS a Link Around It */
.sideheaderlink,a.sideheaderlink:link,a.sideheaderlink:visited,a.sideheaderlink:active{
	 display : block;
	 padding:0px 7px 0px 3.5px;
	 width : 203px;
	 font-family:Arial,sans-serif;
	 font-size: 14px;
	 line-height:16px;
	 font-weight: normal;
	 color: #000;
	 text-decoration:none;
	 margin-bottom:8px;
	 }

 a.sideheaderlink:hover{
	 display : block;
	 padding:0px 7px 0px 3.5px;
	 width : 203px;
	 font-family:Arial,sans-serif;
	 font-size: 14px;
	 line-height:16px;
	 font-weight: normal;
	 color: #000;
	 text-decoration:underline;
	 }

 /* 4.5 - Area Directly Below Header and Around Article Titles */
.sideheadersurround,table.sideheadersurround{
	 display : block;
	 width : 175px;
	 }

 /* 4.6 - Padding Around Article Titles */
.sidecontentpadding,td.sidecontentpadding{
	 padding:0px 7px 0px 7px;
	 }

 /* 4.7 - Article Title */
.sidetitle,a.sidetitle:link,a.sidetitle:visited,a.sidetitle:active {
	 font-size : 11px;
	 line-height : 13px;
	 color : #848431;
	 font-family:Arial,sans-serif;
	 font-weight:bold;
	 text-decoration: underline;
	 margin:0px;
	 }

 a.sidetitle:hover {
	 font-size : 11px;
	 line-height : 13px;
	 color : #848431;
	 font-family:Arial,sans-serif;
	 font-weight:bold;
	 text-decoration: underline;
	 margin:0px;
	 }

 /* 4.8 - Default Text Style */
.sidetext {
	 color : #77774E;
	 font-family:Arial,sans-serif;
	 font-weight:normal;
	 font-size : 11px;
	 line-height : 13px;
	 margin:0px;
	 }

 /* 4.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink:link,a.sidemorelink:visited,a.sidemorelink:active {
	 font-weight: bold;
	 }

 a.sidemorelink:hover{
	 font-weight: bold;
	 text-decoration: underline;
	 }

 