/* Page background */
body {background-color: white; width: 1060px; margin 0 auto; }
/* @group Global Divs */
#divWrapper {margin-left:auto;
             margin-right:auto;
             width: 1060px;
         }
                     
#divScreen {
    margin: 0;
}

#divHeader {
  width: 1060px;
  /*height:180px;*/
  /* background-image: url(./yImages/HeaderBack.png);*/
  margin: 0;
  /*background-color: silver;*/
  padding: 10px 5px 5px;
}

#divPageHeader p { margin: 0; }
#divHeadLogo {
	width: 280px; /* Production 280 */
	float:left;}

#divFooter {
    clear:  both;
    margin-top: 50px;}                           
  
#divPageTitle {}  
                          
#divContent {width: 1060px;
               margin-left: 10px;
               padding-left: 10px;
               padding-right: 5px;
               padding-top: 5px;
               margin-top: 50px;
}
                      

a img {border: none;}


/* @group Page Header */
.pPageHdr {
	text-align: center;}
	
.imgLogo {
	display: block;
	
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}	

.imgItemMask {
	width: 450px;
}

.txtPageHdr1 {
	font-size: 64px;
	font-weight: bold;
	text-align: center;
	color: #0969ba;}

.txtPageHdr2 {
	font: 26px "Lucida Grande", Arial;
	font-weight: bold;
	text-align: center;
	color: #4795d7;}

.txtPage {
	color: #0969ba;
	font: 18px "Lucida Grande", Arial;
	text-align: center;}
/* @end Page Header*/


.txtPageFtr1 {
	font: 16px "Lucida Grande", Arial;
	text-align: center;
	color: #0969ba;}


/* @group Item */
.txtItemHdr {
    color: #0969ba;
	font: 24px "Lucida Grande", Arial;
	padding-top: 50px;
}
/* @end Item */


.txtHeadMemberQ {
    text-align: center;
    color: red;
    font-style: italic;
    font-size: 12px;
}


.tblItems
 {width: 1000px;}

.trItems
 {
}

.tdItems
 {
	padding: 20px;
	background-color: orange;
}
   
   
   
   
   
   
   
   
.tdHeadText
 {text-align: center;
  padding-top: 10px;
  font: italic 12px Arial, Lucida, "Lucida Grande", Verdana, sans-serif;
  color: blue;}
 
.trHeadSocial
 {text-align: center;} 

.tdHeadSocial
 {width: 20%;
  padding-top: 5px;}

.tdHeadSocialFiller
 {width: 20%;} 

/* @end */