 /* ______________________________________ */
 /* ___ Section Four: Sidebar Elements ___ */
 /* ______________________________________ */
 /* 4.1 - Default Background Color */
 td.sidebarbgcolor {
	 background-color: #ffffff;
	 }

 /* 4.2 - Header Background Image */
 table.sideheader{
	 border-bottom: 1px #FFFFFF solid;
	 margin-top:10px;
	 background-image: url("sidebarTOP.gif");
	 background-repeat: no-repeat !important;
	 }

 td.sideheader {
	 background-image: url("sidebarTOP.gif");
	 background-repeat: no-repeat !important;
	 padding: 2px 3px 2px 3px;
	 }

 /* 4.3 - Header When NOT Surrounded by a Link */
.sideheader{
	 display : block;
	 padding: 2px 3px 2px 3px;
	 width : 158px;
	 font-size: 14px;
	 line-height: 16px;
	 font-weight: normal;
	 color: #ffffff;
	 }

 /* 4.4 - Header When it HAS a Link Around It */
 a.sideheaderlink:link,a.sideheaderlink:visited,a.sideheaderlink:active{
	 display : block;
	 width : 158px;
	 font-size: 14px;
	 line-height: 16px;
	 font-weight: normal;
	 color: #ffffff;
	 }

.sideheaderlink{
	 text-decoration: none;
	 }

 a.sideheaderlink:hover{
	 display : block;
	 width : 158px;
	 font-size: 14px;
	 line-height: 16px;
	 font-weight: normal;
	 color: #ffffff;
	 text-decoration: underline;
	 }

 /* 4.5 - Area Directly Below Header and Around Article Titles */
.sideheadersurround,table.sideheadersurround{
	 display : block;
	 border-top: solid #ffffff 0px;
	 width : 158px !important;
	 background-color: #E9ECE2;
	 }

 /* 4.6 - Padding Around Article Titles */
.sidecontentpadding,td.sidecontentpadding{
	 padding:3px 6px 4px 6px;
	 }

 /* 4.7 - Article Title */
.sidetitle,a.sidetitle:link,a.sidetitle:visited,a.sidetitle:active{
	 font-size : 11px;
	 line-height : 20px;
	 color : #2A2640;
	 text-decoration: none;
	 }

 a.sidetitle:hover {
	 font-size : 11px;
	 line-height : 20px;
	 color : #2A2640;
	 text-decoration: underline;
	 }

 /* 4.8 - Default Text Style */
.sidetext {
	 color : #2A2640!important;
	 font-size : 11px;
	 line-height : 13px;
	 }

 /* 4.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink,a.sidemorelink:active,.sidemorelink:visited {
	 font-weight: bold;
	 }

 a.sidemorelink:hover{
	 font-weight: bold;
	 text-decoration: underline;
	 }

 
