ol#toc {
    height: 2em;
    width:800px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: #06619a solid 1px;
    font-family: trebuchet,verdana, helvetica;
    font-size:10pt;
}

ol#toc li {
    float: right;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #bdf url(images/tab.png);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(images/tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
    padding: 0em;
    width:800px;
    font-family: trebuchet,verdana, helvetica;
    font-size:10pt;
}
div.content2 {
    padding: 2em;
    width:780px;
    font-family: trebuchet,verdana, helvetica;
    font-size:10pt;
    border-bottom: #06619a solid 1px;
}

div.homeleft {
    float:left;    
    left:10px;
    top:35px;
    width:220px;
    position:relative;
}    

div.homecenter {
    float:left;
    top:35px;
    width:400px;
    position:relative;
}    

div.homeright {    
    float: right;
    position:relative;
    top:35px;
    width:150px;

}
div.footer {
    position:absolute;
    top: 950px;
    border-top: #06619a solid 1px;
    width:800px;
    font-family: trebuchet,verdana, helvetica;
    font-size:8pt;

}

body {
    font-family: trebuchet,verdana, helvetica;
    font-size:8pt;
}

.profileimg {
    float:left;
    padding-right:7px;
    border: 0px ;
}