/*  CSS Document 
    /* definitions for sitemap */

    /* basic layout structure, content */
	.divRightCol {
	    float: left;
	    width: 518px;
	    min-height: 300px;
	    padding-bottom: 25px;
	}
    .divRightCol h3 {
        margin-bottom: 2px;
        padding-bottom: 2px;    
    }
    hr.sitemap {
        border: 1px solid #EEE;
        border-bottom: none; /* 4 firefox */
        height: 1px;
        padding: 0; 
        margin: 0 0 15px 0;
    }
    ul.sitemap {
	    list-style-type: none;
	    margin-bottom: 5px;
	    margin-top: 0;
	}
	
	

	