 /* ______________________________________ */
 /* ___ Section Four: Sidebar Elements ___ */
 /* ______________________________________ */
 /* 4.1 - Default Background Color */
 td.sidebarbgcolor {
	 background-color: none;
	 }

 /* 4.2 - Header Background Image */
 table.sideheader {
	 background-image: url("sidebarTOP.gif");
	 background-repeat:no-repeat;
	 }

 /* 4.3 - Header When NOT Surrounded by a Link */
.sideheader,td.sideheader {
	 display : block;
	 padding: 3px 7px 3px 9px;
	 width : 158px;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 }

 /* 4.4 - Header When it HAS a Link Around It */
.sideheaderlink,a.sideheaderlink,.sideheaderlink:visited{
	 display : block;
	 background-image: url("sidebarTOP.gif");
	 background-repeat:no-repeat;
	 padding: 3px 7px 3px 2px;
	 width : 149px;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 text-decoration: none;
	 }

 /* ROLLOVER STATE format of sidebar header when it has a link around it */
 a.sideheaderlink:hover{
	 display : block;
	 padding:3px 7px 3px 2px;
	 width : 149px;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 text-decoration: underline;
	 }

 a.sideheaderlink:active{
	 display : block;
	 background-image: url("sidebarTOP.gif");
	 background-repeat:no-repeat;
	 padding:3px 7px 3px 0px;
	 width : 149px;
	 font-size: 12px;
	 font-weight: bold;
	 color: #fff;
	 }

 /* 4.5 - Area Directly Below Header and Around Article Titles */
.sideheadersurround,table.sideheadersurround{
	 display : block;
	 border-top: solid #B7D0C6 1px;
	 border-right: solid #B7D0C6 1px;
	 border-bottom: solid #B7D0C6 1px;
	 border-left: solid #B7D0C6 1px;
	 width : 158px;
	 background-color: #E6EFEB;
	 }

 /* 4.6 - Padding Around Article Titles */
.sidecontentpadding,td.sidecontentpadding{
	 padding:3px 7px 0px 8px;
	 }

 /* 4.7 - Article Title */
.sidetitle,a.sidetitle,a.sidetitle:active,.sidetitle:visited {
	 font-size: 10px;
	 line-height: 12px;
	 font-weight: bold;
	 color: #627E8A;
	 text-decoration: none;
	 }

 a.sidetitle:hover {
	 font-size: 10px;
	 line-height: 12px;
	 font-weight: bold;
	 color: #627E8A;
	 text-decoration: underline;
	 }

 /* 4.8 - Default Text Style */
.sidetext {
	 color : #6D8D9A!important;
	 font-size: 10px;
	 line-height: 12px;
	 }

 /* 4.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink,a.sidemorelink:active,.sidemorelink:visited {
	 font-size: 9px;
	 font-weight: bold;
	 color : #5177C6;
	 }

 a.sidemorelink:hover{
	 font-weight: bold;
	 text-decoration: underline;
	 }

 