 /* ______________________________________ */
 /* ___ Section Four: Sidebar Elements ___ */
 /* ______________________________________ */
 /* 4.1 - Default Background Color */
 td.sidebarbgcolor {
	 background-color: none;
	 }

 /* 4.2 - Header Background Image */
 /* 4.3 - Header When NOT Surrounded by a Link */
.sideheader,table.sideheader,td.sideheader{
	 display : block;
	 width : 100%;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 15px;
	 font-weight: bold;
	 text-decoration: none;
	 color: #476e84;
	 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-family: arial, Helvetica, sans-serif;
	 font-size: 15px;
	 font-weight: bold;
	 text-decoration: none;
	 color: #476e84;
	 background-color: none;
	 margin: 0px;
	 }

 a.sideheaderlink:hover{
	 display : block;
	 width : 100%;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 15px;
	 font-weight: bold;
	 text-decoration: underline;
	 color: #476e84;
	 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: 11px;
	 }

 a.sidetitle:hover,a.sidetitle:hover{
	 color: #476e84;
	 font-size: 11px;
	 }

 /* 4.8 - Default Text Style */
.sidetext{
	 color : #476e84 !important;
	 }

 /* 4.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink,a.sidemorelink:active,.sidemorelink:visited {
	 font-size : 11px;
	 color: #eb9808;
	 text-decoration: none;
	 }

 a.sidemorelink:hover{
	 font-size : 11px;
	 color: #eb9808;
	 text-decoration: underline;
	 }

 