 /* ______________________________________ */
 /* ___ Section Four: Sidebar Elements ___ */
 /* ______________________________________ */
 /* 4.1 - Default Background Color */
 td.sidebarbgcolor {
	 background-color: #c5daca;
	 }

 /* 4.2 - Header Background Image */
 /* 4.3 - Header When NOT Surrounded by a Link */
.sideheader,table.sideheader,td.sideheader{
	 display : block;
	 margin-top: 10px;
	 font-weight: bold;
	 font-size : 13px;
	 text-decoration: none;
	 color: #183f6e;
	 }

 /* 4.4 - Header When it HAS a Link Around It */
.sideheaderlink,a.sideheaderlink:link,a.sideheaderlink:visited,a.sideheaderlink:active{
	 display : block;
	 margin-top: 10px;
	 font-weight: bold;
	 font-size : 13px;
	 text-decoration: underline;
	 color: #13692B;
	 }

 a.sideheaderlink:hover{
	 display : block;
	 margin-top: 10px;
	 font-weight: bold;
	 font-size : 13px;
	 text-decoration: underline;
	 color: #13692B;
	 }

 /* 4.5 - Area Directly Below Header and Around Article Titles */
.sideheadersurround,table.sideheadersurround{
	 display : block;
	 width: 160px;
	 background-color: none;
	 }

 /* 4.6 - Padding Around Article Titles */
.sidecontentpadding,td.sidecontentpadding{
	 padding:3px 0px 0px 5px;
	 }

 /* 4.7 - Article Title */
.sidetitle,a.sidetitle:link,a.sidetitle:visited,a.sidetitle:active {
	 color : #183f6e !important;
	 text-decoration: underline;
	 font-size : 11px;
	 }

 a.sidetitle:hover {
	 color : #000000 !important;
	 text-decoration: underline;
	 font-size : 11px;
	 }

 /* 4.8 - Default Text Style */
.sidetext{
	 font-size : 11px;
	 }

 /* 4.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink:link,a.sidemorelink:visited,a.sidemorelink:active {
	 font-size : 11px;
	 color: #183f6e;
	 text-decoration: underline;
	 }

 a.sidemorelink:hover{
	 font-size : 11px;
	 color: #000000;
	 text-decoration: underline;
	 }

 