#spContainer {
       width: 99%;
       margin-top: 8px;
}

#topicsContainer {
	width:180px;
        float: right;
}

#contentContainer {
        margin-left: 5px;
        width: 435px;
        float: left;
}

.sptopic {
     font-weight: normal;
     font-size: 11px;
     list-style-type: circle;
}

.sptopic ul {
     padding: 0px;
     margin: 5px 0px 0px 25px;
     list-style-type: circle;
}

#spContainer a {
     font-size: 11px;
     color: #122a66;
     text-decoration: underline;
}

#spContainer a:hover {
     color: #607d9d;
     text-decoration: underline;
}

#spcontent {
     font-family: Verdana;
     font-size: 11px;
}

#spcontent a {
     font-size: 11px;
     color: #122a66;
     text-decoration: underline;
}

#spcontent p {
     padding: 0px; 
     margin:0px;
     color: #000000;
}

#spcontent h1 {
     padding: 0px; 
     margin: 0px;
     font-size: 18px;
     color: #000000;
}

#spcontent h2 {
     padding: 0px; 
     margin: 0px;
     margin-top: 10px;
     font-size: 12px;
     font-weight: bold;
     color: #000000;
}

.author {
     color: #666666;
     font-weight: normal;
}


.linkurl {
     color: green;
}

.link td {
     padding: 3px;
}