div.content {
    border: #0D597D solid 1px;
    clear: left;
    padding: 1em;
	width:580px;
}

div.content.inactive {
	display: none;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	
	
}

ol#toc a {
    background:#cbe1ea;
    color: #5b5c5d;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
	width:180px;
}

ol#toc a:hover {
    background-color: #cbe1ea;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 3px 0 0;
}

ol#toc li a.active {
    background-color: #164059;
    background-position: 0 -60px;
    color: #ffffff;
    font-weight: bold;
}

ol#toc li a.active span {
    background-position: 100% -60px;
}

ol#toc span {
   /* background:#1F6A87;*/
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

.sub-heading1{font:bold 14px Arial; color:#FF9900; line-height:20px; text-transform:uppercase;}
.bg-heading2 { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#0d597d; line-height:24px;}
.cont{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#595959; line-height:22px; }