/* TBBC TWO COLUMN LAYOUT CSS Document */
/* MAIN CONTENT AREA */
#mainHolderContainer	{
	margin-top:38px;
	width:966px;
	z-index:99;
}
#top	{
	background-image:url(../images/slices/topTwoClmn.gif);
	background-repeat:no-repeat;
	height:33px;
}
#top img { margin-top:6px;}
#mainHolder	{
	z-index:100;
	padding:0px;
}
#main	{
	z-index:101;
	background-image:url(../images/slices/bkgrdRptTwoClmn.gif);
	background-position:right;
	background-repeat:repeat-y;
}
#contentArea	{
	text-align:left;
	float:left;
	z-index:102;
	width:625px;
}
#RightSideHolder	{
	float:right;
	clear:right;
	width:290px;
	background-color:#4B0049;
	padding:5px;
}
#rightSide	{
	text-align:left;
	color:#FF8500;
	font-family:Arial, Helvetica, sans-serif;
}
#RightSideEventBox {
	background-color:#5B001C;
	margin:6px;
	padding:3px;
}
#RightSideEventBox h3 {
	border-bottom:1px dashed #ffb666;
	color:#FF8500;
	padding-bottom:3px;
}
#rightSide p	{
	color:#FFF;
	text-align:right;
	margin:6px;
}
#rightSide p.phone	{color:#FFF; font-size:15px; font-weight:bold; display:block; padding:6px; background-color:#7D007A; text-align:center; margin-bottom:10px; border:1px dashed #330000;}
#rightSide p.date	{
	font-size:15px;
	font-weight:bold;
	color:#FFB664;
}
#rightSide ul {
	margin-left:.1em;
}
#rightSide li {
	margin-bottom:.5em;
}
#rightSide a:link, #rightSide a:visited {color:#FFB664;}

