/* CSS Document */

/*----HTML Structural Elements--------------------------------------------------*/
  
 .html{
    background:#fff url(../images/bgBodyWhite.gif) no-repeat 50% 2px;
    /*background MUST be the same as the body tag's background in XHTML*/
    height:100%;
    width:100%;
  }
 
 .body{
	padding:px;
	height:20px;
	width:100%;
	margin:3px;
	font:80%/150% Arial, Helvetica, sans-serif;
	text-align:center;
  }
 
  h1{
    margin:0 0 0 22px;
  }
  
/**/

/*----Page Structural Elements/Wraps--------------------------------------------*/

  .parentWrap{
    width:90%;
  }
  
  .contentWrap{
     width:80%;
     border:0;
  }

/**/

/*----Header Section------------------------------------------------------------*/
	
  .bannerHeader {
    height:85px;
    width:100%;
	background:#fff url(../images/bgBodyWhite.gif) repeat-x 0 0;
  }
  .bannerHeader img{
    margin-top:20px;
  }
  
/**/

/*----Footer Styles-------------------------------------------------------------*/

  .footer{
    width:100%;
  }


/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

/*----Image Detail Popup--------------------------------------------------------*/
  .parentWrap.imageDetail{
    text-align:center;
    padding:0;
  }

  .parentWrap.imageDetail img{
    display:block;
    border:1px solid #ccc;
    margin:14px auto 12px auto;
    padding:0;
  }


/**/

