
table.PageBoundingBox {
 width: 100%;
 text-align: center;
}
table.ContentBoundingBox {
 width: 100%;
 position: relative;
}
html, * {
 margin: 0;
 padding: 0;
}
td, p {
 font-size: 9pt;
}
body {
 background: url('/images/debtored/debtorbodybg.gif');
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #333;
}
#debtorHomeContainer {
 width: 800px;
 height: 459px;
 margin: 0 auto;
 position: relative;
}
#topNavContainer {
 width: 800px;
 margin: 0 auto;
 text-align: right;
 color: #fff;
 font-size: 8pt;
 text-transform: capitalize;
}
#topNavContainer a:link, #topNavContainer a:visited {
 color: #fff;
 text-decoration: none;
}
#topNavPadding {
 padding: 5px;
}
#homeNavContainer {
 background: url('/images/debtored/gnavbg.gif');
 width: 560px;
 height: 46px;
}
#homePopupContainer {
 background: url('/images/debtored/popupbg.jpg') no-repeat;
 width: 560px;
 height: 39px;
 float: left;
 overflow: hidden;
 color: #074800;
}
#homePopupPadding {
 padding: 7px 15px 7px 15px;
 color: #074800;
}
#homePopupMessage1, #homePopupMessage2, #homePopupMessage3 {display: none;}
#homePopupMessage1Over, #homePopupMessage2Over, #homePopupMessage3Over { display: none;}

#homeContentContainer {
 background: url('/images/debtored/contentbg.jpg') no-repeat;
 width: 560px;
 height: 190px;
 float: left;
}
#homeContentPadding {
 padding: 0 0 0 14px;
}
#homeLeftContainer {
 float: left;
 width: 315px;
 height: 168px;
}
td.MainContent {
 padding-right: 17px;
}
#homeRightContainer {
 float: left;
 width: 194px;
 height: 168px;
 background: url('/images/debtored/lborder.gif') repeat-y top left;
}
#homeRightPadding {
 padding-left: 15px;
}
.newsTitle {
 font-weight: bold;
 color: #175101;
 font-size: 10pt;
 border-bottom: 1px solid #C7D3C3;
}
/*Home page Nav*/
#homeNavContainer a:link, #homeNavContainer a:visited {
 text-decoration: none;
 display: block;
 height: 46px;
 float: left;
}
a#homeNavConsumerDebtors:link, a#homeNavConsumerDebtors:visited {
 background: url('/images/debtored/gnavConsumersOff.jpg');
 width: 166px;
}
a#homeNavDebtorEducators:link, a#homeNavDebtorEducators:visited {
 background: url('/images/debtored/gnavDebtorsOff.jpg');
 width: 161px;
}
a#homeNavCommunityAndAcademics:link, a#homeNavCommunityAndAcademics:visited {
 background: url('/images/debtored/gnavCommunityOff.jpg');
 width: 233px;
}
a#homeNavConsumerDebtors:hover {background: url('/images/debtored/gnavConsumersOn.jpg');}
a#homeNavDebtorEducators:hover {background: url('/images/debtored/gnavDebtorsOn.jpg');}
a#homeNavCommunityAndAcademics:hover {background: url('/images/debtored/gnavCommunityOn.jpg');}
#footerPadding {
 padding: 17px 0 10px 0;
}
/*Footer*/
#footerContainer {
 margin: 0 auto;
 width: 800px;
 color: #fff;
 font-size: 8pt;
 text-align: center;
}
#footerContainer a:link, #footerContainer a:visited {
 color: #fff;
}

/*Global Styles*/
ul, ol {
 margin: 5px 0 5px 20px;
}
a:link, a:visited {
 color: #2C8B02;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
 margin: 5px 0 10px 0;
 padding: 0;
}
h1 {font-size: 140%; color: #1C5C00;}
h2 {font-size: 120%;}
h3 {font-size: 110%;}
h4 {font-size: 105%;}
h5, h6 {font-size: 100%;}
p {
 margin: 5px 0 10px 0;
}

li.debtorNewsItem {
 padding: 0 0 5px 0;
}

