/* 5.1 - Default Background Color */
 td.sidebarbgcolor {}

 /* 5.3 - Header When NOT Surrounded by a Link */
.sideheader,table.sideheader,td.sideheader {
	 display : block;
	 width : 100%;
	 font-family: "Trebuchet MS", sans-serif;
	 font-size: 12px;
         line-height: 14px;
	 font-weight: bold;
	 text-decoration: none;
	 color: #a50000;
	 margin: 0px;
         text-transform:uppercase;}

 /* 5.4 - Header When it HAS a Link Around It */
.sideheaderlink,a.sideheaderlink:link,a.sideheaderlink:visited,a.sideheaderlink:active {display : block;
	 width : 100%;
	 font-family: "Trebuchet MS", sans-serif;
	 font-size: 12px;
         line-height: 14px;
	 font-weight: bold;
	 text-decoration: none;
	 color: #a50000;
	 margin: 0px;
         text-transform:uppercase;}

 a.sideheaderlink:hover {display : block;
	 width : 100%;
	 font-family: "Trebuchet MS", sans-serif;
	 font-size: 12px;
         line-height: 14px;
	 font-weight: bold;
	 text-decoration: none;
	 color: #a50000;
	 margin: 0px;
         text-transform:uppercase;
         text-decoration: underline;}

 /* 5.5 - Area Directly Below Header and Around Article Titles */
.sideheadersurround,table.sideheadersurround {display : block;}

 /* 5.6 - Padding Around Article Titles */
.sidecontentpadding,td.sidecontentpadding {padding:5px 0px 0px 0px;}

 /* 5.7 - Article Title */
.sidetitle,a.sidetitle:link,a.sidetitle:visited,a.sidetitle:active {
	 font-family: Georgia, serif;
         color: #6e5300;
	 font-size: 11px;
         line-height: 13px;
         font-weight:normal;
         text-decoration:none;}

 a.sidetitle:hover {
	 font-family: Georgia, serif;
         color: #6e5300;
	 font-size: 11px;
         line-height: 13px;
         font-weight:normal;
         text-decoration:underline;}

 /* 5.8 - Default Text Style */
.sidetext {font-size:11px;
         line-height: 13px;
	 font-family: "Trebuchet MS", sans-serif;	 
         color : #333638;
         font-weight:normal;}

 /* 5.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink,a.sidemorelink:active,.sidemorelink:visited {
         font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:11px;
         line-height: 13px;
         color:#a50000;
         text-decoration:none;}

 a.sidemorelink:hover {font-family:"Trebuchet MS",sans-serif;
         font-weight:normal;
         font-size:11px;
         line-height: 13px;
         color:#a50000;
         text-decoration:underline;} 
#sidebararea{border-right:1px solid #A1A1A3;}