/********************************/
/**** Styles for side bar *******/
/********************************/


.sideBar2x 
	{ 
		border: 1px solid #000000; 
		border-top-width: 0px; 
		font-size:86%; 
		margin: 0em 0em 0em 0em; 
		width: 96%; 
	} 
	
#sideBar 
	{ 
		background-color: #9AA486; 
		border: 1px solid #000000; 
		border-top-width: 0px; 
		font-size:86%; 
		width: 192px; 
	} 
	
#sideBarBios 
	{ 
		background-color: #9AA486; 
		border: 1px solid #000000; 
		border-top-width: 0px; 
		font-size:86%; 
		width: 260px; 
	} 
	
#sideBarList 
	{ 
		background-color: #b2ab9b; 
		border: 1px solid #000000; 
		border-top-width: 0px; 
		float: right; 
		font-size:86%; 
		margin: 0em .5em 1em .5em; 
		width: 13em; 
	} 
	
.sideBarHdr 
	{ 
		background-color: #d0a070; 
		border-bottom: 1px solid #000000; 
		border-top: 1px solid #000000; 
		font-weight: bold; 
		padding: 0px .5em 0px .5em; 
	} 
	
.sideBarHdr2 
	{ 
		background-color: #9AA486; 
		border-bottom: 1px solid #000000; 
		border-top: 1px solid #000000; 
		font-weight: bold; 
		padding: 0px .5em 0px .5em; 
	} 

.sideBarTxt 
	{ 
		padding: 4px .5em 4px .5em; 
	} 
	
.sideBarSep 
	{ 
		border-top: 1px solid #63426E; 
		margin: 2px 0px 2px 0px; 
	} 
	

