 /* 4.1 - Default Background Color td.sidebarbgcolor {
	 background-color: #DCDCD9;
	 }

 */
 /* 4.2 - Header Background Image */
 table.sideheader{
	 border-bottom: 1px #FFFFFF solid;
	 margin-top:10px;
	 /* background-image: url("sidebarTOP.gif");
	 background-repeat: no-repeat !important;
	 */
 }

 td.sideheader {
	 /* background-color: #DCDCD9;
	 background-image: url("sidebarTOP.gif");
	 background-repeat: no-repeat !important;
	 */
 }

 /* 4.3 - Header When NOT Surrounded by a Link */
.sideheader {
	 display : block;
	 padding: 2px 3px 2px 3px;
	 width : 175px;
	 font-size: 12px;
	 line-height: 14px;
	 font-weight: bold;
	 color: #AC6D80;
	 text-transform: uppercase;
	 }

 /* 4.4 - Header When it HAS a Link Around It */
 a.sideheaderlink,a.sideheaderlink:active,.sideheaderlink:visited{
	 display : block;
	 width : 175px;
	 font-size: 13px;
	 line-height: 14px;
	 font-weight: bold;
	 color: #AC6D80;
	 text-transform: uppercase;
	 }

.sideheaderlink{
	 text-decoration: none;
	 }

 a.sideheaderlink:hover{
	 display : block;
	 width : 175px;
	 font-size: 13px;
	 line-height: 14px;
	 font-weight: bold;
	 color: #AC6D80;
	 text-transform: uppercase;
	 text-decoration: underline;
	 }

 /* 4.5 - Area Directly Below Header and Around Article Titles */
.sideheadersurround,table.sideheadersurround{
	 display : block;
	 border-top: solid #DCDCD9 0px;
	 width : 175px !important;
	 }

 /* 4.6 - Padding Around Article*/
 Titles.sidecontentpadding,td.sidecontentpadding{
	 padding:3px 6px 3px 4px;
	 }

 /* 4.7 - Article Title */
.sidetitle,a.sidetitle,a.sidetitle:active,.sidetitle:visited {
	 font-size : 11px;
	 line-height : 12px;
	 color : #605F4B;
	 text-decoration: none;
	 font-weight: bold;
	 }

 a.sidetitle:hover {
	 font-size : 11px;
	 line-height : 12px;
	 color : #959587;
	 text-decoration: underline;
	 font-weight: bold;
	 }

 /* 4.8 - Default Text Style */
.sidetext,a.sidetext,td.sidetext {
	 color: #848075 !important;
	 font-size : 9px;
	 line-height : 13px;
	 }

 /* 4.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink,a.sidemorelink:active,.sidemorelink:visited {
	 color : #868DBC !important;
	 font-size : 9px;
	 text-decoration: none;
	 }

 a.sidemorelink:hover{
	 color : #868DBC !important;
	 font-size : 9px;
	 text-decoration: underline;
	 }

 