/********************** HTML STYLES ***********************/ /* IE6 PNG FIX */ img, div, a { behavior: url(/iepngfix.htc); } body { margin: 0; background: #FFFFFF; color: #000000; } .bodyClass { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; } .bodyClass { text-align:center; background: #000000 url(standard/bg.jpg) no-repeat top center; } a { color: #DDDDDD; } a:hover { color: #FFFFFF; } a img { border: 0; } /********************** UNIVERSAL STYLES ***********************/ .error { font-size: 12px; font-weight: bold; color: #CC0000; } .standard { } .standardbold { font-weight: bold; } .standardheader { font-size: 16px; } /*************************** LAYOUT STYLES ****************************/ #container { width: 1000px; margin: 0 auto; text-align: left; } #container p, #container td, #container .standard { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; } #header {} #header h1, #header a { display: block; width: 1000px; height: 155px; margin: 0; padding: 0; } #header a { background: url(standard/header_bg.png) no-repeat; text-indent: -9999px; } #menu { } #content { clear: both; width: 900px; padding: 15px 50px; background: url(standard/content_bg.png) repeat-y; } #content p, #content td, #content .standard { line-height: 2em; font-size: 11px; } #content .standardheader { font-size: 16px; } .pageTitle { font-size: 21px; padding: 10px 0 10px 50px; margin: 30px 50px 15px 0; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; border-bottom: solid 1px #775051; } #SiteWizardContent { padding: 0 50px; } #footer { width: 1000px; padding: 60px 0 10px 0; background: url(standard/footer_bg.png) no-repeat; } .footerLinks { text-align: center; margin: 0; padding: 0; list-style: none; } .footerLinks li { display: inline; padding: 0 10px; } .footerLinks .subnavoff, .footerLinks .subnavon { display: none; } .footerLinks a { letter-spacing: 1px; text-transform: uppercase; color: #FFFFFF; text-decoration: none; } .footerLinks a:hover { text-decoration: underline; } .copyright { float:left; font-size: .9em; padding: 10px; } .poweredby { padding: 10px; float: right; } /**************************** HOME PAGE STYLES *****************************/ #indexPage #header h1, #indexPage #header a { display: block; width: 1000px; height: 255px; margin: 0; padding: 0; } #indexPage #header a { background: url(standard/home_header_bg.png) no-repeat; } #indexPage #homeFlash { border-top: solid 5px #000000; padding: 0 0 0 5px; background: url(standard/home_flash_bg.png) no-repeat bottom center; clear: both; width: 995px; overflow: hidden; } #indexPage .pageTitle { text-align: center; padding: 10px; margin: 30px 60px 15px 60px; border: none; }