/*
HTML Page elements
---------------------
*/
	* {
		z-index: 0;
	}
	
	body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		color: #000000;
		background-color: #FAC61A;
		background-image: url("../images/common/themes/orange/background_tile.jpg");
		background-position: top center;
		background-repeat: repeat-x;
	}
	
	.displayNone {
		display: none;
	}
	
	.clearBoth {
		display: block;
		clear: both;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
	}
	
	p {
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	form {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	hr {
		display: none;
	}
	
	a {
		color: #0079c2;
	}
	
	a:visited {
		color: #0079c2;
	}
	
	a:hover {
		color: #1d1060;
	}
	
	a:focus
	{
	  	outline: none;
	}
	
	
	.floatRight {
		float: right;
	}
	.floatLeft {
		float: left;
	}
	
	.left {
		float: left;
		margin: 15px 15px 15px 0;
	}
	
	.right {
		float: right;
		margin: 15px 0 15px 15px;
	}
	
	ul {
		display: block;
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		list-style-position: outside;
	}
	
	ul li {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 25px;
		background-image: url("../images/common/list_bullet.gif");
		background-position: 5px 3px;
		background-repeat: no-repeat;
	}	
	
	img {
		border: 0;
	}
	
	p.border img {
		border: 1px solid #000;
	}
	
	/* Picture styling */
	
	.picBorder {
		border: 1px solid #000000;
	}
	
	.picLeft {
		display: block;
		clear: both;
		float: left;
		margin: 2px 10px 12px 0px;
	}
	
	.picRight {
		display: block;
		clear: both;
		float: right;
		margin: 2px 0px 12px 15px;
	}
	
	.picCenter {
		display: block;
		text-align: center;
		margin: 5px 0px 12px 0px;
	}
	
	.smallText {
		font-size: 9px;
		color: #666666;
	}
	
	.featureBox, .featureBoxNarrow, .featureBoxRight {
		background-color: #dae78e;
		border: 1px solid #a3bf00;
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 0px 0px 0px 0px;
	}
	.featureBoxContent {
		margin: 10px 10px 0px 10px;
	}
	
	.featureBox h2, .featureBoxNarrow h2, .featureBoxRight h2 {
		padding: 0px !important;
		color: #298318 !important;
	}
	
	.featureBox {
		width: 668px;
	}
	
	.featureBoxNarrow {
		width: 300px;
	}
	
	.featureBoxRight {
		width: 250px;
		float: right;
		margin: 0px 0px 10px 10px;
		background-color: #dae78e;
		border: 1px solid #a3bf00;
		padding: 0px 0px 0px 0px;
	}
	.featureBoxRight ul {
		margin: 0px 0px 10px 0px;
	}
	.featureBoxRight ul li {
		padding: 0px 0px 0px 12px;
		margin: 5px 0px 5px 0px;
		background-image: url("../images/common/list_bullet_box.gif");
		background-position: 0px 5px;
		background-repeat: no-repeat;
	}
/*
Misc positioning elements
-------------------------
*/

	#miscTags {
		display: none;
	}
	
	#fullBrowserWidth {
		display: block;
		width: 100%;
		text-align: center;
	}

	#centeredPage {
		display: block;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 910px;
		background-image: url('../images/common/pwp_page_bg_tile.png');
		background-repeat: repeat-y;
		_background-image: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pwp/images/common/pwp_page_bg_tile.png',sizingMethod='scale');
	}
	
	#pageContent {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 910px;
		text-align: left;
	}

/*
Header elements
-------------------------
*/

	#headerArea {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 910px;
		height: 137px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	
	#headerArea h1 {
		display: none;
	}
	
	#headerArea p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#headerArea #pwpLogo {
		position: absolute;
		top: 3px;
		left: 3px;
	}
	
	#headerArea #pwpLogo a {
		display: block;
		width: 248px;
		height: 133px;
		cursor: pointer;
		background-image: url("../images/common/pwp_logo.png");
		background-repeat: no-repeat;
		behavior: url("/pwp/css/iepngfix.htc");
	}
	
	#headerArea #pwpLogo a img {
		display: none;
	}
	
	#headerText {
		position: absolute;
		top: 40px;
		right: 23px;
		font-family: Impact, Arial, sans-serif;
		font-size: 36px;
		line-height: 46px;
		color: #FFEE22;
		font-weight: normal;
		/* css2 filter */
		text-shadow: #662F04 0px 1px 1px;
		/* ie filter */
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=662F04, Positive=true);
	}
	#headerText .white {
		color: #ffffff;
	}
	
	#headerArea #cssLinks {
		display: block;
		position: absolute;
		top: 4px;
		right: 23px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
	}
	
	#headerArea #cssLinks a {
		color: #FCE2CD;
		text-decoration: none;
	}
	#headerArea #cssLinks a:visited {
		color: #FCE2CD;
		text-decoration: none;
	}
	#headerArea #cssLinks a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#headerArea #skipNav {
		display: none;
	}


/*
Page title elements
-------------------------
*/
	
	#pageTitle {
		display: block;
		margin: 0px 7px 0px 22px;
		padding: 15px 0px 10px 0px;
	}
	
	#pageTitle p.breadcrumb {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	#pageTitle h1 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Impact, Arial, sans-serif;
		font-size: 36px;
		line-height: 39px;
		color: #000000;
		font-weight: normal;
	}


/*
Column elements
-------------------------
*/

	#twoColumns {
		display: block;
		position: relative;
		margin: 0px 7px 0px 7px;
		padding: 0px 0px 0px 0px;
		width: 896px;
		background-color: #CCCCCC;
		background-image: url("../images/common/2col_bg_tile.gif");
		background-repeat: repeat-y;
	}

	#twoColumns #twoColumnsTop {
		display: block;
		position: relative;
		background-image: url("../images/common/2col_top.gif");
		background-repeat: no-repeat;
		width: 896px;
		height: 8px;
		font-size: 1px;
		line-height: 1px;
		overflow: hidden;
	}

	#twoColumns #twoColumnsBottom {
		display: block;
		position: relative;
		background-image: url("../images/common/2col_bottom.gif");
		background-repeat: no-repeat;
		width: 896px;
		height: 14px;
		font-size: 1px;
		line-height: 1px;
		overflow: hidden;
	}
	
	#twoColumns #mainColumn {
		display: inline;
		margin: 0px 0px 4px 15px;
		padding: 0px 0px 0px 0px;
		float: left;
		width: 668px;
		background-color: #ffffff;
	}
	
	#twoColumns #mainColumn #sigImage {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
		.introParagraph {
		margin: 0px 0px 20px 0px;
		font-size: 15px;
		line-height: 18px;
		font-weight:bold;
	}
	
	#twoColumns #mainColumn #sigImage p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#twoColumns #mainColumn #sigImage img {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#mainColumn h2 {
		margin: 0px 0px 2px 0px;
		padding: 10px 0px 5px 0px;
		font-family: Impact, Arial, sans-serif;
		font-size: 22px;
		line-height: 24px;
		color: #ee670f;
		font-weight: normal;
	}
	
	#mainColumn h3 {
		margin: 0px 0px 2px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 16px;
		line-height: 18px;
		color: #ee670f;
		font-weight: normal;
	}
	
	#twoColumns #rightColumn {
		display: inline;
		position: relative;
		margin: -8px 6px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		width: 184px;
	}
	
	
/*
Table elements
-------------------------
*/

	table {
		display: block;
		clear: both;
		margin: 10px 0px 20px 0px;
		background-color: #3a4f8d;
		border: none;
	}
	table caption {
		padding: 1px 3px 1px 5px;
		margin-bottom: 0px;
		background-color: #3a4f8d;
		color: #ffffff;
		font-weight: bold;
		font-size: 13px;
		text-align: left;
		border: none;
	}
	table th {
		margin: 1px;
		padding: 3px 4px 3px 4px;
		background-color: #ebebf4;
		color: #0C1D5A;
		font-weight: bold;
		font-size: 11px;
		text-align: left;
		border: none;
	}
	table th.noBold {
		font-weight: normal;
	}
	table td {
		margin: 1px;
		padding: 3px 4px 3px 4px;
		background-color: #dfdfed;
		color: #000000;
		font-weight: normal;
		font-size: 11px;
		text-align: center;
		border: none;
	}
	table td.leftAligned {
		margin: 1px;
		padding: 3px 4px 3px 4px;
		background-color: #dfdfed;
		color: #000000;
		font-weight: normal;
		font-size: 11px;
		text-align: left;
		border: none;
	}
	table tr.tableHeadings th {
		margin: 1px;
		padding: 2px 4px 2px 4px;
		background-color: #d9ebf7;
		color: #3a4f8d;
		font-weight: normal;
		font-size: 11px;
		text-align: left;
		background-image: none;
		border: none;
	}
	table tr.tableHeadings th.centered {
		text-align: center;
	}
	table tr.commentArea td {
		margin: 1px;
		padding: 4px 4px 0px 4px;
		background-color: #ecf5fb;
		font-weight: normal;
		font-size: 11px;
		line-height: 13px;
		text-align: left;
		background-image: none;
		border: none;
	}
	table tr.commentArea td p {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 0px;
	}
	.leftAligned td, td.leftAligned {
		margin: 1px;
		padding: 6px 4px 0px 6px;
		background-color: #dfdfed;
		color: #000000;s
		font-weight: normal;
		font-size: 11px;
		text-align: left;
		border: none;
	}
	td.leftAligned {
		padding: 0px 0px 0px 4px;
	}
	.leftAlignedNormal td {
		margin: 1px;
		padding: 3px 4px 3px 4px;
		background-color: #dfdfed;
		color: #000000;
		font-weight: normal;
		font-size: 11px;
		text-align: left;
		border: none;
	}
	table th p, table td p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

/*
Site Map elements
-------------------------
*/

	#sitemap {
		display: block;
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
	}
	#sitemap dt {
		margin: 12px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
	}
	#sitemap dd {
		margin: 0px 0px 2px 20px;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
		line-height: 15px;
	}


/*
Footer elements
-------------------------
*/

	#footerArea {
		display: block;
		margin: 0px auto 0px auto;
		width: 910px;
		height: 44px;
		background-image: url("../images/common/pwp_footer_bg.png");
		background-repeat: no-repeat;
		_background-image: none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pwp/images/common/pwp_footer_bg.png',sizingMethod='scale');
	}

	#footerContent {
		display: block;
		position: relative;
		width: 910px;
		height: 44px;
	}
	
	#footerContent p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #B665A8;
	}
	
	#footerContent a {
		color: #ffffff;
		text-decoration: none;
	}
	#footerContent a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	#footerContent a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#footerContent #toTop {
		position: absolute;
		top: 11px;
		left: 22px;
	}
	
	#footerContent #footerLinks {
		position: absolute;
		top: 11px;
		right: 22px;
	}
	
	#copyrightNotice {
		display: block;
		margin: 10px 0px 0px 0px;
		text-align: center;
		line-height: 18px;
		color: #ffffff;
	}