 /* ______________________________________ */
 /* ___ Section Four: Sidebar Elements ___ */
 /* ______________________________________ */
 /* 4.1 - Default Background Color */
 td.sidebarbgcolor {
	 background-color: #ffffff;
	 }

 /* 4.2 - Header Background Image */
 table.sideheader, table.sideheaderlink{
	 background-image: url("sidebarTOP.gif");
	 background-repeat: no-repeat !important;
	 }

 td.sideheader,td.sideheaderlink {
	 background-image: url("sidebarTOP.gif");
	 background-repeat: no-repeat !important;
	 }

 /* 4.3 - Header When NOT Surrounded by a Link */
.sideheader {
	 display : block;
	 padding : 2px 3px 2px 3px;
	 width : 171px;
	 font-size: 14px;
	 line-height: 15px;
	 font-weight: bold;
	 color: #ffffff;
	 }

 /* 4.4 - Header When it HAS a Link Around It */
 a.sideheaderlink,a.sideheaderlink:active,a.sideheaderlink:visited{
	 display : block;
	 padding : 2px 0px 2px 3px;
	 width : 171px;
	 font-size: 14px;
	 line-height: 15px;
	 font-weight: bold;
	 color: #ffffff;
	 text-decoration: underline;
	 }

 a.sideheaderlink:hover{
	 display : block;
	 padding : 2px 0px 2px 3px;
	 width : 171px;
	 font-size: 14px;
	 line-height: 15px;
	 font-weight: bold;
	 color: #ffffff;
	 text-decoration: underline;
	 }

 /* 4.5 - Area Directly Below Header and Around Article Titles */
.sideheadersurround,table.sideheadersurround{
	 display : block;
	 background-image: url("sidebarbg.gif");
	 width : 171px;
	 }

 /* 4.6 - Padding Around Article Titles */
.sidecontentpadding,td.sidecontentpadding{
	 padding: 5px 5px 5px 9px;
	 }

 /* 4.7 - Article Title */
.sidetitle,a.sidetitle,a.sidetitle:active,.sidetitle:visited {
	 font-size : 11px;
	 line-height : 12px;
	 color : #525594;
	 text-decoration: none;
	 font-weight: bold;
	 }

 a.sidetitle:hover {
	 font-size : 11px;
	 line-height : 12px;
	 color : #525594;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 /* 4.8 - Default Text Style */
.sidetext {
	 color : #525594 !important;
	 font-size : 11px;
	 line-height : 12px;
	 }

 /* 4.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink,a.sidemorelink:active,.sidemorelink:visited {
	 color : #006A53 !important;
	 font-size : 11px;
	 line-height : 12px;
	 text-decoration: none;
	 font-weight: bold;
	 }

 a.sidemorelink:hover{
	 color : #006A53 !important;
	 font-size : 11px;
	 line-height : 12px;
	 text-decoration: underline;
	 font-weight: bold;
	 }

 