@charset "utf-8";
body {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	background: #838eaa;
	background: url(images/ppe-bkg.jpg);
	color: #000;
}
.wrapper #bkgWrap {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 2px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #071d55;
	border: 1px solid #c3c7d5;
}
.wrapper #containerWrap {
	width: 777px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 12px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrapper #header { 
	padding: 0;  /* 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. */
	height: 264px;
	margin-bottom: 12px;
}
.wrapper #hdrTopWrap {
	width: 777px;
	height: 139px;
}
.wrapper #hdrTopWrap #hdrTopLogo {
	float: right;
	width: 259px;
}
.wrapper #hdrTopWrap #hdrTopRt {
	margin-left: 259px;
	width: 518px;
}
.wrapper #hdrTopWrap #hdrTopLft {
	margin-right: 259px;
	width: 518px;
}
.wrapper #hdrTopWrap #hdrTopLogoHm {
	float: right;
	width: 262px;
}
.wrapper #hdrTopWrap #hdrTopRtHm {
	margin-left: 261px;
	width: 516px;
}
.wrapper #hdrTopWrap #hdrTopLftHm {
	margin-right: 262px;
	width: 516px;
}
.wrapper #cntDiv {
	height: 8px;
}
.wrapper #cntWrap {
	width: 773px;
	margin-left: 2px;
}
.wrapper #cntTop {
	height: 11px;
	background: url(images/cnt-top.gif) top no-repeat;
}
.wrapper #cntMain {
	padding: 6px 20px 0 20px;
	background: #FFFFFF;
}
.wrapper #cntBtm {
	height: 11px;
	background: url(images/cnt-btm.gif) top no-repeat;
}
p, h1, h2, h3 {
	margin: 0 0 12px 0;
}
h1 {
	color: #071d55;
	font-size: 24px;
	border-bottom: 1px solid #D35120;
	margin-bottom: 18px;
}
h2 {
	color: #071d55;
	font-size: 20px;
}
h3 {
	color: #071d55;
	font-size: 18px;
	font-style:italic;
}
ul, ol {
	margin: 0 0 12px 24px;
}
.wrapper #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	margin-bottom: 24px;
	color: #FFF;
}
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.wrapper #footer a:link, .wrapper #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.wrapper #footer a:hover, .wrapper #footer a:focus {
	color: #FFF;
	text-decoration: underline;
}
.picholder {
	text-align: center;
	width: 347px;
}
.fltrt {
	float: right;
	margin-left: 8px;
	text-align: left;
}
.fltrt1 {
	float: right;
	margin-left: 8px;
	width: 130px;
}
.fltrt2 {
	float: right;
	margin-left: 8px;
	text-align: center;
	width: 347px;
}
.fltrt img {
	float: right;
	margin: 0;
}
.fltlft {
	float: left;
	margin-right: 12px;
}
.fltlftLogo {
	float: left;
}
.fltrtBx {
	float: right;
	margin: 0 0 8px 12px;
	padding: 8px;
	width: 200px;
	background: #FFC;
	border: 1px solid #071d55;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.fltrtBx a:link, .fltrtBx a:visited {
	color: #071d55;
	text-decoration: underline;
}
.fltrtBx a:hover, .fltrtBx a:focus {
	color: #D35120;
}
.fltrtBx2 {
	float: right;
	margin: 0 0 8px 12px;
	padding: 8px;
	width: 150px;
	background: #FFC;
	border: 1px solid #071d55;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.fltrtBx2 a:link, .fltrtBx2 a:visited {
	color: #071d55;
	text-decoration: underline;
}
.fltrtBx2 a:hover, .fltrtBx2 a:focus {
	color: #D35120;
}
.linkBox {
	margin: 0 0 8px 12px;
	padding: 8px;
	width: 150px;
	background: #FFC;
	border: 1px solid #071d55;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.linkBox a:link, .linkBox a:visited {
	color: #071d55;
	text-decoration: underline;
}
.linkBox a:hover, .linkBox a:focus {
	color: #D35120;
}
.titleBdr {
	border-bottom: 1px solid #D35120;
	margin-bottom: 12px;
}
form {
	padding: 0 0 10px 0;
	font-size: 12px;
	margin-bottom: 12px;
}
form input, input.fields, textarea.fields, select {
	margin-bottom: 2px;
	background: #fff;
	border: 1px solid #071D55;
	color: #071D55;
}
form .submit input{
	background: #fff;
	border: none;
}
form button{
	padding: 4px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #071D55;
}
img {
	border: none;
}
.imgBdr {
	border-bottom: 2px solid #7380a9;
}
.copyright {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	margin: 12px 0 6px 0;
}
.style1 {
	color: #071D55;
	font-weight: bold;
}
.small {
	font-size: 90%;
}
.author {
	text-align: center;
	font-size: 80%;
}
.advantage {
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
}
.advantageList {
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
}
.advantageList li {
	padding: 0 0 4px 0;
}
.bottomBdr {
	border-bottom: 2px solid #c1c6d4;
	margin-bottom: 12px;
}

* html img {
	border: none;
	margin: none;
}