/* FAQ INTERACTIVE CSS */
body {
	margin: auto;
	text-align: center;
	font-size: 12px;
	font-family: verdana, sans-seriff;
	background-color: #E06326;
	color: #ffffff;
}
img {
	border: 0;
}
#siteContainer {
	display: block;
	margin: auto;
	width: 1003px;
}
#siteContents {
	position: relative;
	width: 100%;
	display: block;
	float: left;
}

#siteContents a,#siteContents a:visited, #siteContents a:link{
color: #ffffff;
text-decoration: none;
}

#siteContents a:hover{
color: #ffffff;
text-decoration: underline
}




#belowTheFoldContainer {
	width: 100%;
	display: block;
	height: 200px;
	margin-top: 20px;
	color: #777777;
	position: absolute;
	top: 101%;
	left: 0px;
}
.belowTheFold {
	width: 100%;
	float: left;
	display: block;
}
.belowTheFold {
	width: 150px;
	float: left;
	display: block;
	height: 200px;
	margin-top: 20px;
}
.belowTheFold ul li {
	text-decoration: none;
	list-style: none;
}
.belowTheFold a, .belowTheFold a:link, .belowTheFold a:visited {
	color: #777777;
	text-decoration: none;
}
.belowTheFold a:hover {
	text-decoration: underline;
}