 /* ______________________________________ */
 /* ___ 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 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-weight : bold;
	 text-decoration: none;
	 font-size : 10px;
	 color : #718ca4;
	 background-color: none;
	 border: 0px solid #cccccc;
	 padding: 0px;
	 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 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-weight : bold;
	 text-decoration: none;
	 font-size : 10px;
	 color : 718ca4;
	 background-color: none;
	 border: 0px solid #cccccc;
	 padding: 0px;
	 margin: 0px;
	 }

 a.sideheaderlink:hover{
	 display : block;
	 width : 100%;
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-weight : bold;
	 text-decoration: underline;
	 font-size : 10px;
	 color : 718ca4;
	 background-color: none;
	 border: 0px solid #cccccc;
	 padding: 0px;
	 margin: 0px;
	 }

 /* 4.5 - Area Directly Below Header and Around Article Titles */
.sideheadersurround,table.sideheadersurround{
	 display : block;
	 width : 100%;
	 background-color: none;
	 border-top: 0px solid #eaeaea;
	 }

 /* 4.6 - Padding Around Article Titles */
.sidecontentpadding,td.sidecontentpadding{
	 padding:0px 0px 0px 0px;
	 }

 /* 4.7 - Article Title */
.sidetitle,a.sidetitle,a.sidetitle:hover,a.sidetitle:active,a.sidetitle:visited {
	 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size : 11px;
	 color: #666666;
	 }

 /* 4.8 - Default Text Style */
.sidetext{
	 color: Black;
	 }

 /* 4.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink,a.sidemorelink:active,.sidemorelink:visited {
	 color: #cc3333;
	 text-decoration: none;
	 }

 a.sidemorelink:hover{
	 color: #cc3333;
	 text-decoration: underline;
	 }

 