.oneColFixCtr #container {
	width: 540px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 100%;
}
h1 {
	color: #ea7c30;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 34px;
	font-weight: lighter;
	text-transform: uppercase;
}

h1span {width: 100%; color: #000;}

h2 {
	font-size: 22px;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ea7c30;
	text-transform: none;
	line-height: 5px;
}

.pageHeading {
	font-size: 18px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ea7c30;
	text-transform: none;
	line-height: 5px;
	margin-left:18px;
}


.subPageHeading {
	font-size: 18px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ea7c30;
	text-transform: none;
	line-height: 5px; 
}


hr {
	line-height: 1px;
	color: ea7c30;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
	font-size: 100%;
}
.oneColFixCtr #container #mainContent table {
	text-align: left;
}
ulindent {
	text-indent: 10px;
}
ulindent2 {
	text-indent: 20px;
	list-style-position: outside;
	list-style-type: none;
}
 
 ul {
	list-style-type: none;
	line-height: 150%;
	list-style-image: url('/images/bullet.png');
	padding-left:15px;
	list-style-position: outside;
	font-size: 12px;
	text-align: left;
	white-space: normal;
	display:table-cell;
          }

th { text-align: left; }

.title span { margin-left: 15px; }

.pktable { clear: both; width: 550px;}

.pktable td { vertical-align: top; }

.pkul { margin: 0; list-style-position: outside; clear: both; padding: 0 0 0 25px; width:265px; }
.pkul li { padding: 3px 0 0 0; clear: both; }
.pkul li ul { padding-left: 15px; margin: 0; }

.mstMainLink_sel { cursor: pointer; }
