/* ______________________________________ */
 /* ___ 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;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 /*text-decoration: none;
	 */
 color: #336699;
	 /*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;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 /*text-decoration: none;
	 */
 color: #336699;
	 /*background-color: none;
	 */
 margin: 0px}

 a.sideheaderlink:hover{
	 display : block;
	 font-family: arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 text-decoration: underline;
	 color: #336699;
	 /*background-color: none;
	 */
 margin: 0px}

 /* 4.5 - Area Directly Below Header and Around Article Titles */
.sideheadersurround,table.sideheadersurround{
	 display : block;
	 /*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: #336699;
	 font-size: 12px;
	 }

 /* 4.8 - Default Text Style */
.sidetext{
	 color : #336699 !important;
	 }

 /* 4.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink,a.sidemorelink:active,.sidemorelink:visited {
	 font-size : 12px;
	 color: #cc3333;
	 /*text-decoration: none;
	 */
 }

 a.sidemorelink:hover{
	 font-size : 12px;
	 color: #cc3333;
	 text-decoration: underline;
	 }

 