@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/pypweb-bg.jpg);
	background-repeat:repeat-x;
	background-color:#aacee6;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.PYPbody #header { 
	width: 840px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height: 104px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
} 


.PYPbody #container { 
	width: 840px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-image:url(/images/ContentBG.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	margin: 0px 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. */
} 


.PYPbody #containerHOME { 
	width: 840px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0px 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. */
} 


.PYPbody #fakeheader { 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0px;
} 



.PYPbody #sidebar1 {
	float: left; 
	width: 173px; /* since this element is floated, a width must be given */
}


#HPdarkblue {
	width:100%;
	height:260px;
	position:absolute;
	left:0;
	text-align:center;
	background-color:#406C89;
} 
#HPdarkblue td,p  {
	text-align:left;
} 


#HPlightblue {
	background-color:#aacee6;
	}


.PYPbody #mainContent {
	margin: 0px 1.5em 0 200px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 

.PYPbody #mainContent  h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#406b89;
	}

.PYPbody #mainContent  h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#406b89;
	margin-bottom: 0px;
	}

.PYPbody #mainContent  p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#494949;
	}
	
.PYPbody #mainContent  ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#494949;
	}
	
.PYPbody #mainContent  a {
	color:#406b89;
	text-decoration:none;
	}

.PYPbody #mainContent img {
	border:solid 4px #406b89;
	margin:15px;
	}
	
.PYPbody #mainContent em {
	font-size:15px;
	}
	
.PYPbody #mainContent .PhotoGallery td {
	text-align:center;
	padding:5px;
	}
	
.PYPbody #mainContent .PhotoGallery td p {
	text-align:left;
	padding-bottom:5px;
	border-bottom:solid 1px #999999;
	}

	
.PYPbody #mainContent .PhotoGallery img {
	border:none;
	margin:0px;
	}

	
.PYPbody #mainContent  img.logos {
	border:none;
	margin:5px;
	}

.PYPbody #footerTEXT {
	background-color:#aacee6;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}
#footerTEXT #flashcontenttwo {
	height: 200px;
}

	
	
.PYPbody #mainContent  .PressRelease {
	border-top: solid 1px #666666;
	}
.PYPbody #mainContent  .PressRelease td {
	vertical-align:top;
	padding:10px;
	}
	
.PYPbody #mainContent  .PressRelease td.alt {
	background-color:#e8eef1;
	
	}


.PYPbody #mainContent  .PressRelease a {
	color:#406b89;
	text-decoration:none;
	}




/* Miscellaneous classes for reuse */
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/*=======================================Side MENU=============================*/
.PYPbody #sidebar1 ul.main {
	padding:10px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	background-color:#b1c3cf;
	border-bottom:solid 1px #c2d0da;
	}

.PYPbody #sidebar1 ul.main li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	}

.PYPbody #sidebar1 ul.main li a {
	text-decoration:none;
	color:#406b89;
	}


.PYPbody #sidebar1 ul.mainhighlight {
	padding:10px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	background-color:#bfd596;
	border-bottom:solid 1px #c2d0da;
	}

.PYPbody #sidebar1 ul.mainhighlight li {
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	}


.PYPbody #sidebar1 ul.mainhighlight li a {
	text-decoration:none;
	color:#406b89;
	}




.PYPbody #sidebar1 ul.sub {
	padding:10px 0px 0px 18px;
	margin:0px 0px 0px 0px;
	background-color:#e8eef1;
	border-bottom:solid 1px #c2d0da;

	}


.PYPbody #sidebar1 ul.sub li {
	font-size:12px;
	font-weight:normal;
	list-style:none;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	}


.PYPbody #sidebar1 ul.sub li a {
	text-decoration:none;
	color:#406b89;
	}
	
	.PYPbody #sidebar1 ul.subsub {
	padding:10px 0px 0px 25px;
	margin:0px 0px 0px 0px;
	background-color:#e8eef1;
	border-bottom:solid 1px #c2d0da;

	}


.PYPbody #sidebar1 ul.subsub li {
	font-size:10px;
	font-weight:normal;
	list-style:none;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	}


.PYPbody #sidebar1 ul.subsub li a {
	text-decoration:none;
	color:#406b89;
	}
/*=======================================Side MENU=============================*/


h1.white {color:#FFFFFF; font-size:21px; font-family:Arial, Helvetica, sans-serif; font-variant:normal;	font-weight:lighter;}
h1.blue {color:#336699; font-size:21px; font-family:Arial, Helvetica, sans-serif; font-variant:normal;	font-weight:lighter;}
.HPlightblue td {color:#336699; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
.news { color:#FFFFFF; font-size:10px}
a.newslink { color:#FFFFFF; font-size:10px; font-weight:bold; text-decoration:none}
a.newslink:hover { color:#FFFFFF; font-size:10px; font-weight:bold; text-decoration:underline}

input.text {border:1px solid #666666; color:#cccccc; font-size:11px; padding:2px}
input.BlueButton {border:1px solid #415d75; background-color:#5c85a3; color:#FFFFFF; font-size:11px; padding:2px}


[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.PYPbody #sidebar1 { padding-top: 30px; }
.PYPbody #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
