/* CSS Document */

    hr.grayHalf     
    {
        border: 1px solid #cccccc;
        border-bottom: none; /* 4 firefox */
        width: 245px;
        height: 1px;
        padding: 0px; 
        margin: 0px 0px 10px 0px;
    }
    ul.sitemap {
	    list-style-type: none;
	}
	#contentcenter li {
	    width: 205px;    
	}
	.smListLeftContainer {
		width: 245px;
		margin-right: 5px;
		float: left;
		margin-bottom: 3px;
		/* border: 1px solid purple; */
	}
	.smListRightContainer {
		width: 250px;
		float: right;
		margin-bottom: 3px;
		/* border: 1px solid red;  */
	}

	