/*  CSS Document 
    /* definitions for sitemap */

    /* basic layout structure, content */
    .divLeftCol {
	    float: left;
	    width: 155px;
	    min-height: 300px;
	    padding: 0 40px 25px 0px;
	    /*background-color: Blue;*/
	}
	.divRightCol {
	    float: right;
	    width: 480px;
	    min-height: 300px;
	    padding-bottom: 25px;
	    margin-right: 198px;
	    /*background-color: Red;*/
	}

    .divRightCol h3 {
        margin-bottom: 2px;
        padding-bottom: 2px;    
    }
    hr.sitemap     
    {
        border: 1px solid #cccccc;
        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;
	}
	
	

	
