
#ppq2NewsBox {
	background-image: url(images/c_n_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	width: 970px;	
}

#ppq2News2 {
	float: right;
	width: 660px;
	
}

#ppq2News {
	padding: 20 50 15 30;
	font-size: 11px;
	color: 999999;
}

#ppq2NewsHdr {
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica;
	font-size: 24px;
	color: 426e9b;
	padding: 14 0 0 80;
	
	
}

#ppq2NewsHdr2 {	
	float: left;
	width: 310px;
	
}	



#ppq2MainBox {
	background-image: url(images/c_bg.gif);
	background-repeat: horizontal;
	background-position: top;
	width: 970px;	
	
}



.twoColFixRt #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 244px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/r_bg.gif) no-repeat top;
	padding: 15px 10px;
	height: 800px;
}

.twoColFixRt #mainContent { 
	margin: 0 180px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20 20 80; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
	margin: 2 0 20 20;
}
.fltrt2 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	/*margin-left: 8px;*/
	margin: 0 0 14 20;
	border: 4px solid #efefef;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 2 20 20 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#BreadCrumbs {
	margin: 0 10 4 0;
	padding-top:15px;
	font-size: 10px;
	
	font-family: "Trebuchet MS", Trebhuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c1c1c1;
	
}

#calendar {
	font-family: "Trebuchet MS", Trebhuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#PgTtl {
	margin: 6 10 6 0;
	padding-top:5px;
	
	
}