body {
    background : url( ../Images/background.png ) no-repeat top left ;
    font-family : ITC Stone Sans , Stone Sans , sans-serif ;
    color : black ;
    background-color : #ffffff ;
}

a:link {
    color : #0033cc ;
    text-decoration : none ;
}

a:visited {
    color : #0033cc;
    text-decoration : none ;
}

a:active {
    color : #666666 ;
    text-decoration : none ;
}

a:hover {
    color : #999999 ;
    font-weight : normal ;
    text-decoration : none ;
}

#logo {
    position : absolute ;
    left : 540px ;
    top : 5px ;
}

#menu {
    position : absolute ;
    left : -20px ;
    top : 100px ;
    font-size : 12px ;
    line-height : 180% ;
}

#menu ul {
    list-style-type : none ;
}

#menu ul li a:link {
    color : #0033cc ;
}

#menu ul li a:visited {
    color : #336699 ;
}

#menu ul li a:active {
    color : #336699 ;
}

#menu ul li a:hover {
    color : #666666 ;
}

#menu ul li#current a {
    font-weight : bold ;
}

#menu ul li#current a:hover {
    color : #999999 ;
}

#menu ul li.level1 {
    font-size : 10px ;
    text-indent : 14px ;
}

#content {
    position : absolute ;
    left : 180px ;
    top : 60px ;
    font-size : 14px ;
    line-height : 175% ;
    width : 580px ;
}

#content h1 {
    font-size : 24px ;
    font-weight : bold ;
    font-style : italic ;
    color : #99cc00 ;
}

#content h2 {
    font-size : 18px ;
    font-style : italic ;
    color : #99cc00 ;
}

#copyright {
    position : absolute ;
    top : 530px ;
    font-size : 12px ;
    font-style : italic ;
    color : #99cc00 ;
}

#footer {
    position : absolute ;
    top : 570px ;
    width : 140px ;
    font-size : 12px ;
    font-style : italic ;
    color : #99cc00 ;
}

#tableOfContents {
    font-family : ITC Stone Sans , Stone Sans , sans-serif ;
}

.reportNavigation {
    border-top : solid 1px #336699 ;
    font-size : 12px ;
    display : block ;
    padding : 5px 0 0 0 ;
}

.reportNavigation ul {
    margin-top : 2px ;
    list-style-type : none ;
    margin-left : 0 ;
}

.reportNavigation ul li {
    float : left ;
    width : 210px ;
    padding : 0 0 2px 0 ;
    margin-bottm : 0 ;
}

.reportNavigation ul li.left {
}

.reportNavigation ul li.right {
    margin-left : 25px ;
}

.reportNavigation ul li.last {
    margin-bottom : 4px ;
}

.reportNavigation ul li.thisPage {
    font-style : italic ;
    color : #99cc00 ;
}

.endReportNavigation {
    height : 0px ;
    line-height : 0px ;
    clear : both;
    overflow : hidden ;
    padding : 0px !important ;
    margin : 0px !important ;
    border-bottom : solid 1px #336699 ;
}
