.contentBtnHolder {
	clear:both;
	padding-top:20px;
	}
.contentBtnL {
	background:url(images/blueBtnLeft.gif) no-repeat top right;
	height:23px;
	width:8px;
	margin:0px;
	padding-left:30px;
	float:left;
}
.contentBtnR {
	background:url(images/blueBtnRight.gif) no-repeat top right;
	height:23px;
	margin:0px;
	float:left;
	padding:5px 15px 20px 0px;
}
.contentBtnR h4 {
	display:inline;
	color:white;
	margin:0px;
	padding:0 0 0 8px;
	height:23px;
	font-size:12px;
	font-weight:bold;
}
.contentBtnR h4 a {
	color:white;
	text-decoration:none;
}
.contentBtnR h4 a:link {}
.contentBtnR h4 a:visted{}
.contentBtnR h4 a:hover{
	color:#1c384d;
	background-color:#8abde3;
	}
.contentBtnR h4 a:active{
	color:#1c384d;
	background-color:#8abde3;
	}
.separator {
	border:1px solid #c1c1c1;
	background-color:#ddd;
	height:53px;
	padding-left:37px;
	clear:both;
}
.separatorArrow {
	background:url(images/whiteArrow.gif) no-repeat top left;
	height:53px;
	width:230px;
	float:left;
}
.separatorArrow h3 {
	color: #7c0118;
	padding-left:64px;
	padding-top:10px;
	margin:0px;
	font-size:14px;
}

.separatorArrow h3 a {
	display:block;
	color: #7c0118;
	text-decoration:none;
	margin:0px;
}
.separatorArrow h3 a:link {
}
.separatorArrow h3 a:visited {
}
.separatorArrow h3 a:hover {
	color:#540110;
	background-color:white;
}
.separatorArrow h3 a:active {
	color:#540110;
	background-color:white;
}

div#FAQBox {
	padding-top:23px;
	padding-left:37px;
	clear:both;
}
div#FAQBox h2 {
	font-size:11px;
	display:block;
	margin:0px;
	color:#7c0118;
	padding:12px 0 0 30px;
}
div#FAQBox h3 {
	font-size:11px;
	display:block;
	margin:0px;
	color:#7c0118;
	padding:3px 0 0 30px;
}
div#FAQBox h3 a{
	color:#274c68;
	text-decoration:none;
}
div#FAQBox h3 a:link {}
div#FAQBox h3 a:visted{}
div#FAQBox h3 a:hover{
	color:#1c384d;
	background-color:white;
}
div#FAQBox h3 a:active{
	color:#1c384d;
	background-color:white;
}
div#FAQBox h5 {
	font-size:11px;
	display:block;
	margin:0px;
	color:#274c68;
	padding:0.5em 0 0 22px;
}
div#FAQBox p {
	font-size:11px;
	display:block;
	margin:0px;
	color:black;
	padding:0 0 0.5em 22px;
}
.FAQTop {
	background:url(images/QBox_Top.gif) no-repeat top left;
	height:35px;
	width:464px;
}

.FAQMid {
	height:278px;
	width:458px;
	padding:0 2px 0 2px;
	overflow:auto;
	border-right:2px solid #ddd;
	background:url(images/QBox_middle.gif) repeat-y top left;

}
.FAQLow {
	background:url(images/QBox_Low.gif) no-repeat top left;
	height:20px;
	width:464px;
}
.FAQBot {
	background:url(images/QBox_bottom.gif) no-repeat top left;
	height:28px;
	width:464px;
	padding-bottom:20px;
}
.contentTop h1 {
	background:url(images/contentTop.gif) no-repeat top left;
	padding-top:27px;
	padding-left:28px;
}