The rectangle ABCD below has dimensions AB=123 and BC=133. Diagonals AC and BD intersect at P. If triangle ABP is cut out and removed, edges AP and BP are joined, and the figure is then creased along segments CP and DP, we obtain a triangular pyramid, all four of whose faces are isosceles triangles. Find the volume of this pyramid.[asy]
pair D=origin, A=(13,0), B=(13,12), C=(0,12), P=(6.5, 6);
draw(B--C--P--D--C^^D--A);
filldraw(A--P--B--cycle, gray, black);
label("A", A, SE);
label("B", B, NE);
label("C", C, NW);
label("D", D, SW);
label("P", P, N);
label("133", A--D, S);
label("123", A--B, E);[/asy] geometryrectangle3D geometrypyramidcircumcirclespheretetrahedron