/***********************************************/
/* WorldPower CSS 						       */
/* Print CSS Style Sheet					   */
/* $Revision 1.0$				               */
/*                                             */
/* All Rights Reserved. (c) 2004               */
/***********************************************/


/***********************************************/
/* Redefined Body Style Tag           		   */
/***********************************************/
body{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.2em;
	text-align: center;
	color: #222222;	
	background-image: none;	
}

p{
	margin-top: 4px;
	margin-bottom: 8px;
}

/***********************************************/
/* Main Page Layout Divs                       */
/***********************************************/
#mainPage{
	width: 600px;
	border: none;
}

#mainPageTop{
	display: none;
}

#mainPageBottom{
	display: none;
}


/***********************************************/
/* Mast Head Layout Divs                       */
/***********************************************/
#mainPageMastHead{
	width: 600px;
	height: 100px;
}

#mastHeadLogo{
	left:0px;
}

#mastHeadCover{
	display: none;
}

#mastHeadBlurb{
	display: none;
}

#mastHeadSponsor{
	display: none;
}

/***********************************************/
/* Main Page Cell Layout Divs                  */
/***********************************************/
#mainPageCell{
	width: 600px;

}

#mainPageLeftNav{
	display: none;
}

#leftNavSponsors{
	display: none;
}

#mainPageContent{	
	left: 0px;
	position: relative;
	width: 600px;
	height: 100%;
}

/***********************************************/
/* Footer Layout Divs                          */
/***********************************************/
#mainPageFooter{
	width: 600px;
	position: relative;
}

#footerCerts{
	display: none;
}

#footerDisc{
	text-align: left;
	left: 10px;
	width: 600px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/


/********************* end **********************/