@charset "UTF-8";
body  {
	text-align: left; /* 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, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f8f8f8;
}
.twoColFixRtHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
} 
.twoColFixRtHdr #headerHome {
	background-color: #e3e3e3;
	padding-top: 106px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-image: url(../Images/Global/banner-4.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #headerHome p {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #footer {
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	font-size: 10px;
	margin-top: 0px;
	background-color: #e3e3e3;
	color: #000000;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #footerHome {
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	font-size: 10px;
	margin-top: 0px;
	background-color: #e3e3e3;
	color: #000000;
} 
.twoColFixRtHdr #footerHome p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-bottom: 10px;
}
.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;
}
.twoColFixRtHdr #header {
	background-color: #e3e3e3;
	padding-top: 106px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-image: url(../Images/Global/banner-4.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #header p {
	margin: 0px;
	padding: 0px;
}
.editRegion {
	margin-right: 10px;
	margin-left: 10px;
}
.twoColFixRtHdr #headerCopleyHome {
	background-color: #d2d2d2;
	padding-top: 96px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-image: url(../Images/CopleyHome/banner-corp-home.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #headerCopleyHome p {
	margin: 0px;
	padding: 0px;
}
