#pageContent{
	padding-bottom: 15px;
	background: #FFF;
}
#pageContent .container{
	color: #4b4b4d;
	overflow: auto;
	min-height: 500px;
}

.center {
	padding-right: 10px;
}

#pageContent .container h3{
	color: #aeca16;
	font-weight: normal;
}

.panelwrappers {
	overflow: hidden;
}

.subMenuItems{
	margin-right: 20px;
	width: 200px;
}
.listOfPages a{
	font-family: Arial;
	background-image: url("../images/submenu_bg.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
}
.listOfPages a:hover{
	background-image: url("../images/submenu_bg_hover.png");
	color: #b3ce26;
}
.listOfPages .active{
	background-image: url("../images/submenu_bg_hover.png");
	color: #b3ce26;
}
.faqQuestions{
	width: 300px;
}
.faqQuestions a{
	background-image: url("../images/faq_menu.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height: 25px;
}
.faqQuestions a:hover{
	color: #b3ce26;
}
.faqQuestions .active{
	color: #b3ce26;
}
#pageContent .box{
	padding-left: 10px;
	margin-left: 5px;
	width: 215px;
	min-height: 485px;
	border-left: 1px solid #a5a4a4;
}