html { display: block; overflow-y: scroll; color: #304C52; background: #E7F4F5; } body { margin: 0; padding: 0; font-family: Arial,Helvetica,sans-serif; color: #304C52; } #allBack { background-image: url('images/background_balls.gif'); background-repeat: no-repeat; background-position: left top; background-attachment: fixed; } #back { background-image: url('images/background_tower_light.gif'); background-repeat: no-repeat; background-position: left bottom; background-attachment:fixed; } #navigateDiv { position:fixed; _position:absolute; top:0; _top:expression(eval(document.body.scrollTop)); z-index: 1000; text-align: right; vertical-align: top; padding: 10px 10px 10px 10px; width: 180px; } hr { border: 0; background-color: #E7F4F5; height: 3; } p { text-align: justify; } a { color:#0000FF; font-weight: normal; } a:hover { color:#FF0000; } a.navigate, a.current, a.navigate_sub, a.current_sub { line-height: 24px; text-decoration: none; font-weight: normal; color:#304C52; } a.current, a.current:hover, a.navigate:hover, a.current_sub, a.current_sub:hover, a.navigate_sub:hover { color:#07B6BB; } a.navigate_sub, a.current_sub { font-size: 70%; } font.header { font-size: 130%; } font.subh2 { font-size: 65%; font-weight: normal; } font.error { color: #FF0000; } td.left { text-align: right; vertical-align: top; padding: 10px 10px 10px 10px; width: 180px; } td.right { vertical-align: top; padding: 10px 10px 10px 10px; width: 780px; } td.rightMiddle { vertical-align: top; padding: 10px 10px 10px 10px; width: 780px; } div.indented { margin: 0px 0px 0px 25px; } div.indentedtable{ margin: 0px 0px 0px 50px; } .opacity { opacity:0.6; filter:alpha(opacity=60); } .opacity:hover { opacity:1; filter:alpha(opacity=100); }