/* Styles are organized aplphabetically within the page section in which they occur Page sections are as follows: MAIN CONTENT - The main content of page, below the header HEADER - The banner across the top of the page SIDE NAVIGATION - The lefthand navigation, including popup menus FOOTER - Across the bottom of the page All of the styles that don't exist in the main style sheet (styles-static.css) */ body { font-family: Arial, Helvetica, sans-serif; background-color: #FFFFFF; background-image: none; } /*** MAIN CONTENT styles ***/ .breadcrumbs { font-size: 10px; line-height: 12px; border-top: 1px solid #666; border-bottom: 1px solid #666; background-color: #EEEEEE; margin: 10px 10px 10px 10px; padding: 7px 10px 10px 10px; } .dept_body { background-color: #FFFFFF; } .dept_body ul, .dept_body ol{ margin-left: 25px; } .fineprint { font-size: 9px; } h1 { font-size: 20px; font-weight: lighter; /*color: #FFFFFF;*/ color: #000; padding: 7px 0px 7px 13px; margin: -3px 0px -2px 0px; } #main_heading { color: #FFF; } h4 { font-size: 10px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; padding-top: 4px; } p { margin-top: 5px; } p, ul, ol, h2, h3, h4 { padding-left: 10px; padding-right: 10px; } .right-text { font-size: 10px; line-height: 14px; color: #333333; margin: 10px 0px 0px 10px; padding-left: 10px; } /*** no separate HEADER styles exist ***/ /*** SIDE NAVIGATION styles ***/ .nav-dept-links { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; list-style-type: none; margin: 7px 1px 0px 13px; } .nav-dept-links a { color: #990033; text-decoration: none; } .nav-dept-links a:hover { color: #CC9900; text-decoration: underline } .nav-dept-links hr { color: #FFFFFF; background-color: #FFFFFF; border-style: none; height: 2px; margin-right: 2px; margin-left: 2px; } .small-links { font-size: 10px; line-height: 14px; padding: 4px 0px 0px 17px; margin: 0px 0px 0px 0px; } /*** FOOTER styles ***/ .left-text { margin: 10px 10px 15px 10px; } .links-grey { line-height: 18px; } .portal_secondary { background-color: #440000; background-image: url(/images/bkg-portal.gif); background-repeat: no-repeat; background-position: left center; } .portal_secondary p, .portal_secondary a:link, .portal_secondary a:visited { font-size: 12px; color: #FFFFFF; text-decoration: none; margin: 2px 2px 2px 30px; } .portal_secondary a:hover, .portal_secondary a:visited:hover { color: #FFCC00; text-decoration: underline; }