/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-   LEFT PANEL  -*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
*/

div#leftPanel {
   float: left;
	background-image: url( ../images/Side_bkgrd.gif );
	background-repeat: repeat-y;
	background-color: #9B4212;
	color: inherit;
   border-top:10px solid black;
   border-right:2px solid black;
   width: 200px;
   height: 100%;
}

div#leftPanel p {
	font-size: 85%;
	text-align: center;
}

div#leftPanel p a:link { color: #F8AC4E;  text-decoration: none }
div#leftPanel p a:visited { color: #F8AC4E;  text-decoration: none }
div#leftPanel p a:hover { color: white; text-decoration: none; background-color: #A84E1D; }
div#leftPanel p a:active { color: #F8AC4E;  text-decoration: none }

div#leftPanel img {
   border: 0px solid black;
}

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */

div#leftPanelCopyright {
	background-repeat: repeat-y;
	background-color: #9B4212;
	background-position: left;
	border-right: solid 3px #512805;
	margin: 10px 0px 10px 0px;
}

div#leftPanelCopyright p {
}



