@charset "UTF-8";
.CopyBox {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 120%;
}
body  {
	background: #FFFFFF;
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
}
.thrColFixHdr #container {
	width: 780px;  /* 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 */
	border: 1px solid #CC3300;
	text-align: left;
} 
.thrColFixHdr #header {
	background: #FFFFFF;
	padding: 5px 20px;
	border-bottom: 1px solid #B71522;
	vertical-align: top;
	margin: 0px;
} 
.navBar {
	text-align: center;
	vertical-align: bottom;
	display: block;
	background: center bottom;
	padding: 0px;
	width: 740px;
	margin: 10px 0px;
}
#navBar ul {
	margin: 0;
	list-style: none;
	text-align: center;
	padding: 0px;
	vertical-align: middle;
}
#navBar ul li {
	background: center center;
	text-align: center;
	color: #B71522;
	border-style: 0;
	vertical-align: middle;
	padding-top: 10px;
}
#navBar  ul  a:link {
	padding: 10px 16px;
	line-height: 2em;
text decoration: none;
	display: inline;
	background: #B71522;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	vertical-align: middle;
}
#navBar ul a:visited {
	padding: 10px 16px;
	line-height: 2em;
text decoration: none;
	display: inline;
	background: #B71522;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	vertical-align: middle;
}
#navBar ul a:hover {
	padding: 10px 16px;
	line-height: 2em;
text decoration: none;
	display: inline;
	background: #666666;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	vertical-align: middle;
}
#navBar ul a:active {
	padding: 10px 16px;
	line-height: 2em;
text decoration: none;
	display: inline;
	background: #B71522;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	vertical-align: middle;
}
#pPWLogo {
	width: 300px;
	height: 72px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sidePict {
	margin: 10px 20px 0px 0px;
	float: right;
	width: 320px;
}
.thrColFixHdr #sidebar1 {
	width: 740px;
	padding: 0px;
	margin: 0px 0px 10px;
	float: left;
}
.thrColFixHdr #sidebar2 {
	padding: 10px 0px 0px;
	width: 320px;
	vertical-align: top;
	margin: 0px 20px 0px 0px;
	float: right;
}
.thrColFixHdr #mainContent {
	margin: 10px 0px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 400px;
	border-top: 1px solid #B71522;
	border-right: 1px solid #B71522;
	border-bottom: 1px solid #B71522;
	border-left: 1px solid #B71522;
	list-style: url(none) none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-align: center;
	float: left;
} 
.miainContentheader  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0px;
	display: inline-block;
	background: #B71522 center center;
	text-align: center;
	width: 100%;
	vertical-align: top;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.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;
}
.headerText {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	color: #333333;
	text-align: right;
	vertical-align: bottom;
	margin-top: 15px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style1 {	font-size: 18px;
	font-weight: bold;
}
