/* style for module titles */
.contentpane_title {
	background:#FFF url(images/contentpane_title.gif) no-repeat bottom left;
	font-family: "Century Gothic";
	font-size:  17px;
	font-weight: bold;
	color: #0067ac;
	padding-left: 28px;
	vertical-align:bottom;
}

.contentpane_content{
background:#FFF url(images/content_bg_center.jpg) no-repeat bottom left;
font-family: "Century Gothic";
	font-size:  12px;
	font-weight: bold;
	color: #666666;
	padding-left: 8px;
	height:250px;
	padding-bottom:20px;
	padding-top:10px;
	width:100%;
}

.content_bg_left{
background:#FFF url(images/content_bg_left.jpg) no-repeat bottom right;width:12px;
}
.content_bg_right{
background:#FFF url(images/content_bg_right.jpg) no-repeat bottom left;width:12px;
}

.contentpane3_title {
	background:url(images/contentpane_title.gif) no-repeat bottom left;
	font-family: "Century Gothic";
	font-size:  17px;
	font-weight: bold;
	color: #0067ac;
	padding-left: 28px;
	vertical-align:bottom;
}

.contentpane3_content {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-left: 8px;
	padding-bottom:20px;
	padding-top:10px;
	width:auto;
}