@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ff6633;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 850px;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #000000;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 00px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColLiqCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bold10_center {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:bold;
	text-align:center;
	
}

.bold10_justify {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:bold;
	text-align:justify;
	
}
.plain10_center  {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:normal;
	text-align:center;
	
}

.plain10_justify {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:normal;
	text-align:justify;
	
}

.plain10_right {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:normal;
	text-align:right;
	
}

.plain10_left {	/*dp added */
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:normal;
	text-align:left;
	
}

.indented
{
	padding-left: 40pt;
	padding-right: 40pt;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:normal;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.indentedtitle
{
padding-left: 25pt;
padding-right: 25pt;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight:bold;
	text-align:justify;
}
