@charset "utf-8";
/* CSS Document */

.thrColElsHdr #sidebar1 {
	float: left;
	width: 20px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* top and bottom padding create visual space within this div */
	background-image: url(images/pageImages/LeftSideDropShadow.png);
	height: 760px;
	background-repeat: no-repeat;
	background-color: #FFC;
	/*	left: -80px;*/
	position: relative;
/*	top: -20px;*/
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 19px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* top and bottom padding create visual space within this div */
	background-image: url(images/pageImages/RightSideDropShadow.png);
	height: 760px;
	background-repeat: no-repeat;
	background-color: #FFC;
	overflow: auto;
	/*	left: 80px;*/
	position: relative;
/*	top: -20px;*/
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	background-color: #FFC;
}
