#Main {
	position: relative;
	float: left;
	width: 947px;
	background-image: url(/images/Main-BG.png);
	background-repeat: repeat-y;
	background-position: left;
}
#LeftCol {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#MiddleCol {
	float: left;
	width: 387px;
	z-index: 2;
	padding: 0px 20px 0px;
	background-color: #f1f2f3;
}
#RightCol {
	float: left;
	width: 320px;
	background-color: #f1f2f3;
}
#RightBox {
	float: left;
	background-image: url(/images/Green-Sidebar-BG.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #7B9C88;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 320px;
}

#Contact {
	float: left;
	background-image: url(/images/Blue-Sidebar-BG.png);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #e8f0f5;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 320px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#cp1 .CollapsiblePanelContent { 
	overflow: scroll;
	height: 300px;
}
.CollapsiblePanel {
	width: 400px;
}
.CollapsiblePanelTab {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 5px;
}
