
     * { 
         margin: 0;
         padding: 0;
     }
     body {
         background: url(../img/body_bg.jpg) repeat-x;
         font: .85em "Trebuchet MS", Tahoma, Sans-Serif;
         color: #000;
         cursor: default;
     }

     a {
         color: #003399;
         text-decoration: none;
     }
     a:hover {
         color: #003399;
         text-decoration: underline;
     }
     a.topMenu {
         color: #fff;
         text-decoration: none;
     }
     a.topMenu:hover {
         color: #fff;
         text-decoration: underline;
     }
     
     h1 {
         font-size: 1.5em;
         padding: 10px 0 10px 0;
     }
     h2 {
         font-size: 1.1em;
         padding: 10px 0 10px 0;
     }    
     

     #container {
         width: 900px;
         position: relative;
         margin: 0 auto;
     }
     
     #topMenu {
         width: 900px;
         height: 35px;
         position: relative;
         background: url(../img/menu_topright.jpg) no-repeat top right;
         color: #fff;
         text-align: right;
         padding: 5px 23px 0 0;
     }
     #header {
         width: 900px;
         height: 99px;
         position: relative;
         background: url(../img/header.png) no-repeat top left;
         overflow: hidden;
     }
     
     ul#leftNav {
         width: 220px;
         position: relative;
         float: left;
         list-style-type: none;
         margin: 0 0 50px 0;
         padding: 0 0 8px 0;
         background-color: #eee;
         border: 5px solid #e5e5e5;
         color: #fff;
     }
     ul#leftNav li {
         width: 200px;
         height: 20px;
         text-align: left;
         background: #003399;
         border-top: 2px solid #b5b5b5;
         margin: 7px 0 0 7px;
         padding: 3px;
     }
     ul#leftNav li a {
         width: 200px;
         height: 20px;
         text-decoration: none;
         color: #fff;
     }
     ul#leftNav li a:hover {
         text-decoration: underline;
     }
     ul#leftNav li.bottom {
         width: 200px;
         height: 80px;
         text-align: left;
         background: #003399 url(../img/menu_li_bottom.jpg) no-repeat bottom left;
         margin: 0 0 0 7px;
         padding: 3px;
         border: none;
         font-size: .8em;
     }
     span.desc {
         padding: 0 0 0 13px;
     }
     span.highlight {
         font-size: 10px;
         font-weight: italic;
     }
     ul#leftNav li.bottomLarge {
         width: 200px;
         height: 350px;
         text-align: left;
         background: #003399 url(../img/menu_li_bottom.jpg) no-repeat bottom left;
         margin: 0 0 0 7px;
         padding: 3px;
         border: none;
         font-size: .8em;
     }

     #main {
         width: 673px;
         position: relative;
         float: right;
         text-align: left;
         padding: 10px;
         margin-right: -23px;
         background: url(../img/
     }
     #bla {
         margin: 0 0 15px 0;
     }


