/* paragaph fixes margin height on top of p tags */
p {
	margin-top:0px;
}


.contentarea {
	text-align:left;
	vertical-align:top;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	line-height:20px;	
	margin-top: 0px;
}

.contentarea a{
	color: #e49600;
	text-decoration:none;
	font-weight:bold;
}


.printarea {
	text-align:right !important;
	width:1px;
}

.solpart {
	text-align:right !important;
	width:1px;
}

#solpart_right {
	text-align:right !important;	
	width:1px;
	float:right;
}

.titlehere{
	width: 100%;
	height: 30px;

	
	
}




.nomargin {
	margin:0px !important;
}

.leftpane {
	background-image:url(images/boxes_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #f4f4ec;
	border-left: 1px solid #e5e5e2;
	border-right: 1px solid #e5e5e2;
	border-bottom: 1px solid #e5e5e2;
	padding: 20px 10px 20px 10px;
	
}





/*  FAQ CONTAINER  */

.faqtitle .Head {
	font-size:16px !important;	
	font-weight:bold;
	color:white;
	margin-bottom:0px;
}

#border{
	border-bottom: 1px solid #4c4c4c;
		padding-top:5px;	
}

.faqcontentarea {
	padding-top:5px;
}










