/* -------------------- HEADER -------------------- */
/* these are mostly over-rides, to accomodate the uniqueness of the popup page */

#headerPane {border:0;  width:600px;}
#masthead {height:62px; border-bottom:1px solid #FFF; background:url('/images/masthead/brandbar_600x62.gif') no-repeat}
	#masthead label img {position:absolute; left:14px; top:13px}

/* -------------------- CONTENT GRID LAYOUT -------------------- */
/* these are mostly over-rides, to accomodate the uniqueness of  the popup page */
#closePane{position:absolute; top:24px; right:15px; z-index:100}
	#closePane label a {font:bold 10px arial,helvetica,sans-serif; font-weight:bold; vertical-align:middle; background:url('/images/masthead/button_CloseWindow.gif') right no-repeat; padding-right:15px}
	
.oneCol {float:left; width:570px}

	/* two inner columns */
	.oneCol2Lft {float:left; width:278px}
	.oneCol2Rgt {float:right; width:278px}

	/* three inner columns */
	.oneCol3Lft {float:left; width:180px}
	.oneCol3Cntr {float:left; width:180px}
	.oneCol3Rgt {float:right; width:180px}

	/* four inner columns */
	.oneCol4Lft {float:left; width:131px}
	.oneCol4CntrLft {float:left; width:131px}
	.oneCol4CntrRgt {float:left; width:131px}
	.oneCol4Rgt {float:right; width:131px}	
	
#contentPane1 {width:570px}
	
/* footer */
#footerPane1 {width:570px}

