/* ______________________________________ */
 /* ___ Section Four: Sidebar Elements ___ */
 /* ______________________________________ */
 /* 4.1 - Default Background Color */
 td.sidebarbgcolor {
	 }

 /* 4.2 - Header Background Image */
 /* 4.3 - Header When NOT Surrounded by a Link */
 /* border and background */
 table.sideheader {
	 border-left: 1px #98ADBE solid;
	 border-right: 1px #98ADBE solid;
	 border-top: 1px #98ADBE solid;
	 background-color:#E2EAE0;
	 }

.sideheader,td.sideheader{
	 font-size: 11px;
	 font-weight: bold;
	 color: #00335B;
	 text-decoration:none;
	 padding: 2px;
	 }

 /* 4.4 - Header When it HAS a Link Around It */
.sideheaderlink,a.sideheaderlink,a.sideheaderlink:link,a.sideheaderlink:visited,a.sideheaderlink:hover,a.sideheaderlink:active{
	 font-size: 11px;
	 font-weight: bold;
	 color: #497CA4 !important;
	 text-decoration:underline;
	 }

 /* border and background */
 table.sideheaderlink {
	 background-color:#E2EAE0;
	 border-left: 1px #98ADBE solid;
	 border-right: 1px #98ADBE solid;
	 border-top: 1px #98ADBE solid;
	 }

 /* 4.5 - Area Directly Below Header and Around Article Titles */
.sideheadersurround {
	 }

 table.sideheadersurround{
	 border-left: 1px #98ADBE solid;
	 border-right: 1px #98ADBE solid;
	 border-bottom: 1px #98ADBE solid;
	 }

 /* 4.6 - Padding Around Article Titles */
.sidecontentpadding,td.sidecontentpadding{
	 padding:5px;
	 }

 /* 4.7 - Article Title */
.sidetitle,a.sidetitle,a.sidetitle:link,a.sidetitle:visited,a.sidetitle:active {
	 color : #876F4B;
	 font-size : 12px;
	 text-decoration: underline;
	 font-weight : normal;
	 }

 a.sidetitle:hover {
	 color : #497CA4;
	 font-size : 12px;
	 text-decoration: underline;
	 font-weight : normal;
	 }

 /* 4.8 - Default Text Style */
.sidetext {
	 font-size : 12px;
	 color: #00335B;
	 }

 /* 4.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink:link,a.sidemorelink:visited, a.sidemorelink:active{
	 font-size : 11px;
	 font-weight: bold;
	 text-decoration: none;
	 }

 a.sidemorelink:hover{
	 font-size : 11px;
	 font-weight: bold;
	 text-decoration: underline;
	 }

 