/* CSS Document */ .bodyCell { background-color: #FFEEDA; BORDER-left: 3px solid #F82C11; } #nav a { display: block; color: #333366; border: 1px solid #333366; font-family: Arial, Helvetica, san-serif; font-size: 11px; font-weight: bold; padding: 5px 4px; margin: 3px 3px 10px 3px; text-decoration: none; } #nav a.on { color: #FFEEDA; background-color: #03413F; BORDER: 1px solid #FFEEDA;} #nav a.on:hover { BORDER: 1px solid #FFEEDA; COLOR: #FFEEDA; background-color: #333366; } #nav a.off { color: #333366; text-decoration: none; } #nav a.off:hover { BORDER: 1px solid #FFEEDA; COLOR: #FFEEDA; background-color: #333366; } #subNav a { border: 1px solid #EEEEEE; color: #FFEEDA; background-color: #6699CC; display: block; font-family: Arial, Helvetica, san-serif; font-size: 11px; font-weight: bold; text-decoration: none; } #subNav a.on { background-color: #A7C8E0; color: #333366;} #subNav a.on:hover { background-color: #A7C8E0; color: #333366;} #subNav a.off:hover { background-color: #A7C8E0; color: #333366;} .contentHeaderCell { background-color: #AAAA77; color: #000000; font-weight: bold; } .contentListCell { background-color: #EEEECC; color: #000000; } .formLabel { font-family: Arial, Helvetica, san-serif; COLOR: #000000; FONT-SIZE: 13px; } .requiredField { font-weight: bold; } .articleTitle { font-weight: bold; } .articleAuthor { font-size: 11px; } .articleDate { font-size: 11px; } .siteName { font-weight: bold; font-size: 30px; color: #200B58; font-family: Georgia, "Times New Roman", Times, serif; } .header { BACKGROUND-COLOR: #0AA5A5; BORDER-bottom: 3px solid #03413F; } .breadCrumb { font-size: 10px; } body { font-family: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; BACKGROUND-COLOR: #FFEEDA; } p { font-family: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; padding-top:1px; margin-top: 2px; margin-bottom: 8px; } td { font-family: Arial, Helvetica, sans-serif; FONT-SIZE: 13px; } h1 { font-family: Georgia, "Times New Roman", Times, serif; COLOR: #200B58; FONT-SIZE: 18px; FONT-WEIGHT: bold; margin-bottom:0px; padding-bottom:1px; } h2 { font-family: Georgia, "Times New Roman", Times, serif; COLOR: #200B58; FONT-SIZE: 16px; FONT-WEIGHT: bold; margin-bottom:1px; padding-bottom:1px; } h3 { font-family: Georgia, "Times New Roman", Times, serif; COLOR: #200B58; FONT-SIZE: 14px; FONT-WEIGHT: bold; } hr { height: 1px; color: #200B58; } ul {margin-top: 1px; margin-bottom: 8px; } a { TEXT-DECORATION: underline; color: #0AA5A5; } .footerLink { color: #0AA5A5; font-size: 9px; BACKGROUND-COLOR: #FFEEDA; } .footerCell { COLOR: #000000; font-size: 10px; BACKGROUND-COLOR: #FFEEDA; font-family: Verdana; margin-left: 10px; BORDER-TOP: 1px solid #0AA5A5; PADDING-LEFT: 20px; BORDER-left: 3px solid #03413F; } .footerCellL { COLOR: #000000; font-size: 10px; BACKGROUND-COLOR: #0AA5A5; font-family: Verdana; } loginStatusSpan a { color: #000000; text-decoration: none; } .as_errorText { color: red; font-weight: bold; } .as_errorField { border: 2px solid red; } .as_errorInput { border: 2px solid red; } .as_successMessage { font-weight: bold; color: green; font-size: 14px; } .test { BORDER-left: 3px solid #03413F; } img.left { padding: 4px; margin-top: 0px; margin-bottom:10px; margin-left:10px; margin-right:10px; display: inline; border: 0; float: left; } img.right { padding: 1px; margin-top: 0px; margin-bottom:10px; margin-left:20px; margin-right:10px; display: inline; border: 0; float: right; }