/*body {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(/faq/images/bg/page_container_bg.gif) repeat-x scroll left top #E5E5E5;
	padding: 0;
	margin: 0;
	color: #4a4a4a;
}

#pageContainer {
	width: 100%;
	margin: 0;
	background: url(/faq/images/bg/page_container_bg.gif) repeat-x scroll left top #E5E5E5;
	min-width: 996px;
}

#headerLoginArea {
	width: 544px;
	padding: 5px 0 0 420px;
	margin: 0 auto;
	height: 44px;
	color: #787878;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

input.loginText {
	height: 14px;
	padding: 3px 5px;
	width: 127px;
	border: 1px solid #a6b1b7;
	color: #787878;
}

#headerLoginArea a,
#headerLoginArea a:hover,
#headerLoginArea a:visited,
#headerLoginArea a:link{
	text-decoration: none;
	color: #7D7E80;
}
*/
#page1 {
	width: 970px;
	background: url(/faq/images/top_page_border.gif) repeat-x scroll left top #FFFFFF;
	margin: 0 auto;
	padding-top: 6px;
	height: 100%;
}

#left {
	width: 65%;
	background: white;
	min-height: 200px;
	float:left;
	
}

#header {
	padding: 0;
	height: 97px;
	position: relative;
}

#logoContain img {
	position: absolute;
	z-index: 99;
	top: -28px;
	left: 12px;
	border: none;
}

#navButtons {
	width: 450px;
	padding: 50px 0 0 200px;
	float: left;
}

#navButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navButtons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#navButtons ul li a {
	color: #636363;
	font-size: 14px;
	padding: 0 10px;
	font-weight: 600;
	text-decoration: none;
}

#navButtons ul li a:hover {
	color: #e9032e;
	text-decoration: none;
}

#banner{
	padding-left: 14px;
}

#right{
	width: 32%;
	background: white;
	float: right;
	margin-top: 100px;
}

#searchBar{
	width: 297px;
	align: center;
}

#greyBar{
	background: url("/faq/images/greyBarHdr.gif") no-repeat scroll center top #E5E5E5;
}

#greyBar p{
	background: url("/faq/images/greyBarFtr.gif") no-repeat scroll center bottom transparent;
	font-size: 12px;
	font-weight: bold;
	padding: 16px;
}

#searchContent{
	margin-left: 10px;
}

#searchHeading{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 -3px 0;
}

#searchContent a,
#searchContent a:hover,
#searchContent a:visited{
	background: url("/faq/images/arrowList.gif") no-repeat scroll left 5px transparent;
	marign: 0 0 0 0;
	text-decoration: none;
	color: #E9032E;
	padding: 0 0 0 5px;
}

#categoryList{
	width: 297px;
	align: center;
	margin-top: 88px;
}

#categoryList ul{
	font-size:12px;
	list-style: none outside none;
	margin: 0;
	padding: 0px 20px 20px;
}

#categoryList ul li{
	background: url("/faq/images/arrowList.gif") no-repeat scroll left 5px transparent;
	margin: 0;
	padding: 0px 0px 5px 5px;
}

#categoryList ul li a{
	color:#E9032E;
	text-decoration: none;
}

.textRed{
	font-family: Arial;
	font-style: italic;
	font-size: 10pt;
	color: #FF3300;
	text-decoration:none;
	text-align: center;
}

.largeHeading{
	text-align: center;
	padding: 0 0 0 25px;
	font-family: Arial;
	font-size: 24pt;
	font-weight: none;
}

.questionFaq{
	color: #4A4A4A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 15px;
	align: left;
}

.answerFaq{
	background: #FFFFE1;
	padding-left: 40px;
	align: left;
}

#pageBottom{
	background: #FFFFFF;
	height: 6px;
	clear: both;
	width: 100%;
}

#leftBottom{
	width: 7px;
	height: 6px;
	background: url("/faq/images/leftBottom.gif") no-repeat;
	float: left;
}

#rightBottom{
	width: 7px;
	height: 6px;
	background: url("/faq/images/rightBottom.gif") no-repeat;
	float:right;
}


