html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6
	{
	margin: 0;
	padding: 0px;
	background:#fff;
    color:#000;

	font-family: Lucida Grande, Verdana, Helvetica, sans-serif;
	line-height: 1.35em;
	font-size: 11px;
	}
	
h1	{ font-size: 18px; margin-bottom: 6px;} /*header*/
h2	{ font-size: 14px; 	font-weight: normal;} 
h3	{ font-size: 14px;font-weight: bold;margin-top: 10px; margin-bottom: 6px;} 
h4	{ font-size: 12px;font-weight: normal;	margin-top: 10px;} 
h5	{ font-size: 9px;font-weight: normal;	margin-top: 10px;} 
h6	{ font-size: 9px;font-weight: normal;} /*for breadcrumb trail*/

img { border-style: none; border: 0;}

body {	background-color: #fff; margin: 0px; padding: 0px; }

p, li, h4
{
padding-left: 10px;
}

#Page { margin: 10px; }

#sbbFAQreturn { padding: 20px;}

#question {font-weight: bold;}

ul
{
	list-style-type: none;
	list-style-position: default;
}

li
{
	list-style-type: circle;
	list-style-position: inside;
}


#wrap
{
	margin: 0 auto;
	width: 918px;
}

#Content
{
	padding: 60px;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}

#footer
{
	height: 30px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}