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