body { margin:0px; padding:0px; font-family:verdana, arial, helvetica, sans-serif; color:#333; background-color:#FFFFFF; } h1 { margin:0px 0px 0px 0px; padding:0px; font-size:28px; line-height:28px; font-weight:900; color:#999999; font-family:verdana, arial, helvetica, sans-serif; } p { font-family:verdana, arial, helvetica, sans-serif; margin:0px 0px 0px 0px; padding:0px; font-size:75%; } #Content>p {margin:0px;} #Content>p+p {text-indent:30px;} h2 { margin:0px; padding:0px; font-size:100%; font-family:verdana, arial, helvetica, sans-serif; color:#62B944; } a { color:#09c; font-size:11px; text-decoration:none; font-weight:600; font-family:verdana, arial, helvetica, sans-serif; } a:link {color:#007AC3;} a:visited {color:#007AC3;} a:hover {color:#62B944;} .hide img { display: none; } #Topbanner { margin:0px 0px 0px 0px; padding:96px 0px 0px 0px; /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */ border-style:none; /*border-color:black;*/ border-width:0px 1px; /* top and bottom borders: 1px; left and right borders: 0px */ background-color:#006FBD; font-size:11px; /* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */ voice-family: "\"}\""; voice-family:inherit; height:12px; /* the correct height */ } /* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */ body>#Header {height:14px;} #Hartimage { background-image: url(../Images/hart 109.png); position:absolute; top:0px; right:0px; width:109px; z-index:10; height:109px; border:0px solid #000000; padding:0px; line-height:6px; } #Htstext { background-image: url(../Images/Image6.png); position:absolute; top:0px; left:0px; width:650px; z-index:11; height:109px; border:0px solid #000000; padding:0px; line-height:6px; } #homemenu { position:absolute; top:25px; left:0px; width:172px; font-size:12px; height:12px; padding:5px; border:1px solid #000000; line-height:8px; color: black; background-color:#FDBE0F; z-index:11; font-family:verdana, arial, helvetica, sans-serif; /* Again, the ugly brilliant hack. */ voice-family: "\"}\""; voice-family:inherit; width:172px; } /* Again, "be nice to Opera 5". */ body>#Menu {width:440px;} /*homemenu links style*/ a.homemenu:link {color: white; text-decoration: none; font-weight: normal; font-size:12px; font-family:verdana, arial, helvetica, sans-serif;} a.homemenu:visited {color: white; text-decoration: none; font-weight: normal; font-size:12px; font-family:verdana, arial, helvetica, sans-serif;} a.homemenu:hover {color: #CCC; text-decoration: none; font-weight: normal; font-size:12px; font-family:verdana, arial, helvetica, sans-serif;} a.homemenu:active {color: #CCC; font-size:12px; font-weight: normal; font-family:verdana, arial, helvetica, sans-serif;} #printmenu { position:absolute; top:48px; left:0px; width:250px; font-size:12px; height:12px; padding:5px; border:1px solid #000000; line-height:8px; color: black; background-color:#006FBD; z-index:11; font-family:verdana, arial, helvetica, sans-serif; /* Again, the ugly brilliant hack. */ voice-family: "\"}\""; voice-family:inherit; width:172px; } /* Again, "be nice to Opera 5". */ body>#Menu {width:440px;} /*printmenu links style*/ a.printmenu:link {color: white; text-decoration: none; font-weight: normal; font-size:12px; font-family:verdana, arial, helvetica, sans-serif;} a.printmenu:visited {color: white; text-decoration: none; font-weight: normal; font-size:12px; font-family:verdana, arial, helvetica, sans-serif;} a.printmenu:hover {color: #CCC; text-decoration: none; font-weight: normal; font-size:12px; font-family:verdana, arial, helvetica, sans-serif;} a.printcmenu:active {color: #CCC; font-size:12px; font-weight: normal; font-family:verdana, arial, helvetica, sans-serif;} #localmenu { position:absolute; top:71px; left:0px; width:250px; font-size:12px; height:12px; padding:5px; border:1px solid #000000; line-height:8px; color: black; background-color:#006FBD; z-index:11; font-family:verdana, arial, helvetica, sans-serif; /* Again, the ugly brilliant hack. */ voice-family: "\"}\""; voice-family:inherit; width:172px; } /* Again, "be nice to Opera 5". */ body>#Menu {width:440px;} /*localmenu links style*/ a.localmenu:link {color: white; text-decoration: none; font-weight: normal; font-size:12px; font-family:verdana, arial, helvetica, sans-serif;} a.localmenu:visited {color: white; text-decoration: none; font-weight: normal; font-size:12px; font-family:verdana, arial, helvetica, sans-serif;} a.localmenu:hover {color: #CCC; text-decoration: none; font-weight: normal; font-size:12px; font-family:verdana, arial, helvetica, sans-serif;} a.localmenu:active {color: #CCC; font-size:12px; font-weight: normal; font-family:verdana, arial, helvetica, sans-serif;} #Print_top { display:none; } #print_heading_text{ display:none; } #Topmenu { position:absolute; top:0px; left:0px; margin:0px 0px 10px 0px; padding:2px 0px 0px 30px; /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */ height:22px; width:100%; border-style:solid; border-color:black; border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ line-height:15px; color:#000000; font-size:18px; background-color:#62B944; /* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. #62B944 Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */ voice-family: "\"}\""; voice-family:inherit; height:22px; /* the correct height */ } /* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */ body>#Header {height:14px;} #Content { margin:0px 50px 50px 200px; padding:10px; color:#000000; } #Menu { position:absolute; top:120px; left:20px; width:172px; padding:10px; background-color:#eee; border:1px dashed #999; line-height:17px; /* Again, the ugly brilliant hack. */ voice-family: "\"}\""; voice-family:inherit; width:172px; } /* Again, "be nice to Opera 5". */ body>#Menu {width:172px;} #currentissuesheader { position:absolute; top:5px; left:8px; width:172px; padding:3px; background-color:#FDBE0F; border-style:solid; border-color:black; color:#FFFFFF; font-size:12px; text-align:center; text-decoration:none; font-family:verdana, arial, helvetica, sans-serif; border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ line-height:12px; /* Again, the ugly brilliant hack. */ voice-family: "\"}\""; voice-family:inherit; width:172px; } /* Again, "be nice to Opera 5". */ body>#Menu {width:172px;} #currentissues { position:absolute; top:24px; left:8px; width:172px; padding:3px; background-color:#F5F5F5; border-style:solid; border-color:black; border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ line-height:16px; text-align:center; /* Again, the ugly brilliant hack. */ voice-family: "\"}\""; voice-family:inherit; width:172px; } /* Again, "be nice to Opera 5". */ body>#Menu {width:172px;} #quicklinksheader { position:absolute; top:117px; left:8px; width:172px; padding:3px; background-color:#FDBE0F; border-style:solid; border-color:black; color:#FFFFFF; font-size:12px; text-align:center; text-decoration:none; font-family: verdana, arial, helvetica, sans-serif; border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ line-height:12px; /* Again, the ugly brilliant hack. */ voice-family: "\"}\""; voice-family:inherit; width:172px; } /* Again, "be nice to Opera 5". */ body>#Menu {width:172px;} #quicklinks { position:absolute; top:136px; left:8px; width:172px; padding:3px; background-color:#F5F5F5; border-style:solid; border-color:black; border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ line-height:16px; text-align:center; /* Again, the ugly brilliant hack. */ voice-family: "\"}\""; voice-family:inherit; width:172px; } /* Again, "be nice to Opera 5". */ body>#Menu {width:172px;} #otheragenciesheader { position:absolute; top:228px; left:8px; width:172px; padding:3px; background-color:#FDBE0F; border-style:solid; border-color:black; color:#FFFFFF; font-size:12px; text-align:center; text-decoration:none; font-family:verdana, arial, helvetica, sans-serif; color:#FFFFFF; border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ line-height:12px; /* Again, the ugly brilliant hack. */ voice-family: "\"}\""; voice-family:inherit; width:172px; } /* Again, "be nice to Opera 5". */ body>#Menu {width:172px;} #otheragencies { position:absolute; top:247px; left:8px; width:172px; padding:3px; background-color:#F5F5F5; border-style:solid; border-color:black; border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */ line-height:15px; text-align:center; /* Again, the ugly brilliant hack. */ voice-family: "\"}\""; voice-family:inherit; width:172px; } /* Again, "be nice to Opera 5". */ body>#Menu {width:172px;} /* bullets*/ li { list-style-type: circle } li {color: #62B944}*/ li {list-style-image:url(../Images/greensquare.gif)} li {align: left} li {font-size:75%} li {font-family:verdana, helvetica, sans-serif;} li {text-decoration:none;} li {color:#000000;} li {font-weight:normal;} .links { font-family: Arial,Helvetica,sans-serif; font-weight: bold; font-size: 9pt; letter-spacing: 0.5; color: green; cursor: hand; } #Time { position:absolute; top:3px; left:3px; font-family:verdana, arial, helvetica, sans-serif; font-decoration: none; font-size: 10px; letter-spacing: 0.5; color: white; }