<!--
#banner{
    width: 960px;
    height: 540px;
    margin-left: 10px;
    margin-right: 10px;    
    background: url(../images/banners_shadow.png) 0 bottom no-repeat;
}

#banner img{
    width: 960px;
}

#content{
    margin: 1em 0 0 0;
    padding: 0;
}

#content a:hover {color: red;}

#left-container{
    float: left;
    width: 620px;
    height: 570px;
    overflow: auto;
    padding: 0 2em 0 2em;
    background-color: #FAFAFA;
    line-height: 1.8em;
    color: black;
    -moz-box-shadow: 10px 0 10px 3px #999;
    -webkit-box-shadow: 10px 0 10px 3px #999;
    box-shadow: 0px 0px 10px 3px #999;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#left-container span.welcome{
    font-size: 24px;
    color: red;
    padding: 0 0 0 0;
}

#left-container span span.companyname{
    color: black;
}

#left-container p{
    padding: 2em 0 0 0;
    text-align: justify;
}

#right-container {
    float: right;
    margin: 0;
    padding: 0;
    width: 230px;
    height: 300px;
    overflow: auto;
    background-color: #FAFAFA;
    -moz-box-shadow: 10px 0 10px 3px #999;
    -webkit-box-shadow: 10px 0 10px 3px #999;
    box-shadow: 0px 0px 10px 3px #999;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#upper-right-container{
    float: right;
    width: 230px;
    padding-bottom: 1em;
    background-color: #FAFAFA;
}

#upper-right-container h3{
    margin-left: 1em;
}

#upper-right-container ul{
    list-style-type: disc;
    margin-left: 3px;
    font-size: 16px;
    line-height: 2em;

}

#upper-right-container ul a{
    color: #58ACFA;
}

#lower-right-container{
    float: right;
    width: 230px;
    background-color: #FAFAFA;
}

#lower-right-container h3{
    margin-left: 1em;
}

#lower-right-container table{
    width: 230px;
    font-size: 14px;
}

#lower-right-container table td{  
    color: #58ACFA;
}

#lower-right-container table tr .dateCol{  
    vertical-align: top;
    padding-left: 1em;
    color: black;
}

#lower-right-container table tr .sumCol{  
    vertical-align: top;
    padding-left: 2em;
}

#lower-right-container table a{
    color: #58ACFA;
}

#lower-right-container table .more a{
    color: black;
}
-->