/* screen_edpt.css */

@import url(screen_tmp.css);
h3 {
 position: relative;
 margin: 0;
 padding: 0 0 0 6px;
 height: 36px;
 text-align: right;
 background: #C1D1E0 url(../graphics/bg_h3.png) 0 0 no-repeat;
 }
h3 a {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 margin: 0;
 padding: 0;
 width: 100%;
 height: 36px;
 text-align: left;
 text-indent: -100em;
 overflow: hidden;
 background: transparent url(../graphics/logo_econ_dev.png) 100% 0px no-repeat;
 }
h3 a:hover { background-position: 100% -36px; }
h3 a span {}

body #nav_sect, #nav_sect ul { background: #fff ! important; }
#content p { text-align: justify; }

