@charset "UTF-8";
body {
	margin: 0; /* 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;	
}
.oneColFixCtrHdr #container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #ECF0F3;
	margin: 0 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. */
	position: relative;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	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. */
	margin: 0px;
	position: relative;
}
.oneColFixCtrHdr #header2 {
	background-color: #FFF;
	padding: 0 0px 0 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: 0;
	position: relative;
}
.oneColFixCtrHdr #header3 {
	background-color: #FFF;  /* 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. */
	background-image: url(../Layout/BodyTop.jpg);
	padding-top: 0px;
	padding-left: 115px;
	padding-right: 99px;
	height: 191px;
	margin: 0;
	position: relative;
}
.oneColFixCtrHdr #header5 {
	background-color: #FFF;  /* 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. */
	background-image: url(../Layout/BodyTop.jpg);
	padding-top: 0px;
	padding-left: 85px;
	padding-right: 450px;
	height: 191px;
	margin: 0;
	position: relative;
}
.oneColFixCtrHdr #BodyRepeat2 {
	background-image: url(../Layout/BodyRepeat_08.jpg);
	padding-left: 115px;
	padding-right: 145px;
	background-repeat: repeat-y;
	background-position: top;
	position: relative;
}
.oneColFixCtrHdr #BodyRepeatWhite{
	background-color: #FFF;  /* 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. */
	background-image: url(../Layout/BodyRepeatWhite.jpg);
	padding-left: 115px;
	padding-right: 145px;
	background-repeat: repeat-y;
	background-position: top;
	position: relative;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0;
	position: relative;
}
.oneColFixCtrHdr #mainContentNotab {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: 25px;
	margin: 0;
	position: relative;
}



.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	background-image: url(../Layout/FooterHome.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;
	position: relative;
}

.oneColFixCtrHdr #footer2 {
	background-color: #FFFFFF;
	background-image: url(../Layout/Footer2.jpg);
	background-repeat: no-repeat;
	height: 81px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;
	background-position: top;
	position: relative;
}
.oneColFixCtrHdr #footer2White {
	background-color: #FFFFFF;
	background-image: url(../Layout/Footer2White.jpg);
	background-repeat: no-repeat;
	height: 81px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	position: relative;
}
.oneColFixCtrHdr #footer #Panel1 {
	margin-top: 20px;
	margin-left: 77px;
	width: 232px;
	height: 114px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.oneColFixCtrHdr #footer #Panel2 {
	width: 112px;
	height: 114px;
	left: 350px;
	margin-top: 20px;
	position: absolute;
}

.oneColFixCtrHdr #footer #Panel3  {
	margin-top: 20px;
	margin-left: 631px;
	position: absolute;
	width: 238px;
	height: 116px;
	

}
.oneColFixCtrHdr #footer #Panel4 {
	margin-top: 20px;
	margin-left: 631px;
	position: absolute;
	width: 238px;
	height: 116px;
	left: 257px;
	top: 522px;
}

.oneColFixCtrHdr #mainContent #Panel1 {
	position: absolute;
	width: 117px;
	height: -104px;
	padding-left: 115px;
	padding-top: 320px;
	margin: 0;
	float: left;
}

.oneColFixCtrHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 9px;
}
.oneColFixCtrHdr #widget {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
x
.oneColFixCtrHdr #widgethead {
	background-color: #FFF;  /* 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. */
	background-image: url(../Layout/BodyTop.jpg);
	padding-top: 0px;
	padding-left: 85px;
	padding-right: 99px;
	height: 0px;
	margin: 0;
}
.oneColFixCtrHdr #container #video {
	width: 780px;
	position: absolute;
	top: 260px;
	left: 80px;
	z-index: 20;
}
.widgethead {
	background-color: #FFF;
	background-image: url(../Layout/Widget-body-left.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 219px;
}
.WidgetheadRight {
	background-image: url(../Layout/Widget-Body-Right.jpg);
	margin: 0px;
	padding: 0px;
	height: 219px;
	width: 430px;
	position: absolute;
	top: 151px;
	left: 729px;
}
