@charset "utf-8"; body { font: 100% Verdana, Arial, Helvetica, sans-serif; margin: 0; text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ color: #000000; background-color: #FFF; border-top-color: #FFF; border-right-color: #FFF; border-bottom-color: #FFF; border-left-color: #FFF; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; } .oneColFixCtr #container { width: 800px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #FFFFFF; text-align: justify; /* this overrides the text-align: center on the body element. */ margin-top: 0; margin-right: 25px; margin-bottom: 0; margin-left: 25px; clip: rect(auto,auto,auto,auto); border-top-width: 0px; border-right-width: thin; border-bottom-width: thin; border-left-width: thin; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #FFF; border-right-color: #CCC; border-bottom-color: #CCC; border-left-color: #CCC; } .oneColFixCtr #mainContent { padding-top: 0; padding-right: 0px; padding-bottom: 0; padding-left: 0px; border-top-color: #FFF; border-right-color: #FFF; border-bottom-color: #FFF; border-left-color: #FFF; } .bottom { font-size: small; text-align: center; color: #666; } .Cocoon_head { font-family: Verdana, Geneva, sans-serif; font-size: small; padding-right: 0px; padding-left: 0px; } .text4 { font-family: Verdana, Geneva, sans-serif; color: #999; font-size: small; padding-right: 45px; padding-left: 45px; line-height: 24px; }