/* ___ Section Four: Sidebar Elements ___ */

/* 4.1 - Default Background Color */
 td.sidebarbgcolor {background-color: none;}

/* 4.2 - Header Background Image */
table.sideheader {display : block;
         width : 170px;
	 /*padding: 0px 0px 5px 3px;*/
	 margin-top: 0px;
margin: 0px 15px 0px 0px;
	 border-left: 1px solid #DCD081;
	 border-top: 1px solid #DCD081;
	 border-right: 1px solid #DCD081;}

/* 4.3 - Header When NOT Surrounded by a Link */
.sideheader,td.sideheader {
	 display : block;
	 font-family: "Trebuchet MS", sans-serif;
         width : 100%;
	 font-size: 13px;
         line-height:15px;
         font-weight:bold;
	 color: #458B51;
	 padding: 5px 10px 5px 5px;
	 margin-top: 0px;}

/* Header When it HAS a Link Around It */
.sideheaderlink,a.sideheaderlink,a.sideheaderlink:link,a.sideheaderlink:visited, a.sideheaderlink:active {
	 display : block;
	 font-family: "Trebuchet MS", sans-serif;
	 width : 100%;
	 font-size: 13px;
         line-height:15px;
	 color: #458B51;
	 padding: 5px 10px 5px 5px;
	 margin-top: 0px;
	 text-decoration: none;}

 a.sideheaderlink:hover{
	 display : block;
	 width : 100%;
	 padding: 5px 10px 5px 5px;
	 margin-top: 0px;
	 text-decoration: underline;}

/* Area Directly Below Header and Around Article Titles */
.sideheadersurround,table.sideheadersurround{
	 display : block;
	 width : 170px;
/*margin: 0px 10px 0px 0px;*/
         border-bottom:1px solid #FFFFFF;}

td.sideheadersurround {padding:0px 0px 10px 0px;}

/* Padding Around Article Titles */
.sidecontentpadding,td.sidecontentpadding{
	 padding:5px 9px 2px 12px;}

/* Article Title */
.sidetitle,a.sidetitle,a.sidetitle:link,a.sidetitle:hover,a.sidetitle:visited, a.sidetitle:active {font-family: "Trebuchet MS", sans-serif;
	 font-size : 11px;
         line-height:13px;
	 color: #464651;
         font-weight:normal;}

/* Default Text Style */
.sidetext {font-family: "Trebuchet MS", sans-serif;
         font-size : 11px;
         line-height:13px;
         font-weight:normal;
	 color: #464651;}

/* More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink,a.sidemorelink:active,.sidemorelink:visited {
         font-size : 11px;
	 color: #458B51;
	 text-decoration: none;}

 a.sidemorelink:hover {
	 font-size : 11px;
	 color: #458B51;
	 text-decoration: underline; }