body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEEE;  /* Background Page */ 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* PB Note: Screen? Background */
	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. */
	color: #CCC;
	background-color: #EEEEEE;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #CCC;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #ledger {
	height:3px;
	background: #0000FF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #footledger {
	height:3px;
	background: #0000FF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;  /* PB Note: Body Background */
	background-color: #FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;  /* PB Note: Footer Background */
	background-color: #CCC;
}
.oneColFixCtrHdr #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 */
}
#cssHeaderText {
	font-family: Times New Roman, Times, serif;
}
.oneColFixCtrHdr #container #header table tr td .cssHeaderTextFont {
	font-size: 6%;
	font-weight: bold;
	background-color: #FFF;
}
.cssHeaderTextFont {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
}
.cssHeaderCurrentPageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}

.cssDefaultPageWelcomeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.cssTableEmptyCell
{
    height: 22px;
}
.cssTableLabelBold
{
    height: 22px;
    Font-Size: "Small";
    Font-Weight: Bold
}
.cssTableData
{
    height: 17px;
    Font-Size: "Small";
}
.cssTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
}
.cssTitleText {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00F;
}
.cssBreadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
.cssSectionName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000;
}
.cssSearchGridLabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	background-color: #CCC;
	border-color: #CCC;
	border-width: 0;
}
.cssFooterContactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #000;
}
.cssMousePrintText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

.cssSearchGridHidden {
	background-color: #FFF;
	border-width: 0;
	border-color: #FFF;
	visibility: hidden;
}
.cssDisclaimertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.cssSummaryTableTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #CCC;
	color: #000;
}
.cssSummaryTableCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #FFF;
	color: #000;
}
