.Heading {
	position: relative;
	left: 2%;
	width: 96%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000022;
}


.NormalPara {
	position: relative;
	left: 5%;
	width: 93%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6666AA;
}
.WeCanHelpPara {
	position: relative;
	left: 8%;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0000CC;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}


* html .boxhead .boxbody h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	vertical-align:top;

	background: url("sbbody-r.gif") no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url("sbhead-r.gif") no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;

}
.boxhead h2 {
	background: url("sbhead-l.gif") no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 22px 30px 5px;
	font-weight: bold; 
	font-size: 1em; 
	line-height: 1em;
	color: white;


}
.boxbody {
	background: url("sbbody-l.gif") no-repeat bottom left;
	margin: 0;
	padding: 15px 20px 30px;
	line-height: 1.2em;
	text-align:left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;

}

table { table-layout: fixed;
}