body
{
	background-color: #ffffff;
	/* background-image: url(img/bg-white.jpg); */
	background-repeat: no-repeat;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contentMain {
	margin-top: 0px;
}

#faq {
	margin-left: 105px;
	width: 560px;
}

p {
	width: 565px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 105px; /*width of left column containing the label elements*/
	height: 1%;
}

h2 {
	width: 565px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 105px; /*width of left column containing the label elements*/
	font-size: 14px;
}

/** SUBNAV NAV LINKS **/
a:link, a:visited, a:active {
	font-size: 14px;
	color: #005699;
	text-decoration: underline;
}
a:hover {
	color: #005699;
	text-decoration: none;
}


/** BACK to TOP LINKS **/
a:link.top, a:visited.top, a:active.top {
	font-size: 12px;
	color: #005699;
	text-decoration: none;
}
a:hover.top {
	color: #005699;
	text-decoration: none;
}



