@charset "utf-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(Images/W2F_Tracing.jpg);
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
}
a {
	color: #8E2728;
}
.twoColFixLtHdr #container {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2e5dd;
	text-align: center;
	margin: auto;
	height: 725px;
} 
.twoColFixLtHdr #container1 {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f2e5dd;
	text-align: center;
	margin: auto;
	height: 740px;
} 
.twoColFixLtHdr #header {
	background: url(Images/W2F_Header.jpg);
	height: 185px;
	width: 780px;

} 
.twoColFixLtHdr #header h1 {

}



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 241px;
	text-align: center;
	border: 1px;
	border-style: solid;
	border-color: #4565AF;
	background-image: url(/Images/W2F_SB.jpg);
	height: 387px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	text-align: Left;
	border: 1px;
	border-style: solid;
	border-color: #4565AF;
	background-image: url(/Images/W2F_SB.jpg);
	height: 415px;
}
#W2F_NavBar {
	height: 65px;
	width: 782px;
}
#W2F_PoleThankYou {
	background: url(Images/W2F_PoleThankYou.jpg);
	height: 90px;
	width: 780px;
}
#mainContent  {
	height: 387px;
	width: 532px;
	float: right;
	padding: 3px;
	background-image: url(/Images/W2F_MC.jpg);
} 
#mainContent1  {
	height: 415px;
	width: 500px;
	float: right;
	padding: 3px;
	background-image: url(/Images/W2F_MC.jpg);
} 
#W2F_Video {
	height: 300px;
	width: 352px;
	float:left;
	margin-left:10px;
	border: 3px;
	border-color: #8E2728;
	border-style: solid;
}
#COF {
	height: 300px;
	width:145px;
	float:left;
	display:block;
}
#Quote {
	height: 50px;
	width: 450px;
	float:left;
	padding:10px;
	margin-left:10px;
}

#form4Border {
	height: 378px;
	padding: 2px;
	margin: auto;
	text-align: center;
	width: 460px;
	border: 3px;
	border-color: #8E2728;
	border-style: solid;
} 
#form {
	padding: 3px;
	margin: auto;
	text-align: left;
	width: 450px;
}
#form4Border1 {
	height: 378px;
	padding: 2px;
	margin: auto;
	text-align: center;
	width: 460px;
	border: 3px;
	border-color: #8E2728;
	border-style: solid;
} 
#form1 {
	padding: 3px;
	margin: auto;
	text-align: left;
	width: 450px;
}
#footer {
	text-align: center;
	height: 50px;
	width: 780px;
	float: right;
	font-family: "Times New Roman", Times, serif;


} 
.twoColFixLtHdr #footer p {


}
.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: left;
}
.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;
}
.VideoTxt p {
	font-size: 16pt;
	color: #8E2728;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.SideBar_Header {
	font-size: 14pt;
	color: #8E2728;
	font-family: "Times New Roman", Times, serif;
}
.SideBar_Txt {
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding: 0 5px;
}
.Main_Header {
	font-size: 14pt;
	color: #8E2728;
	font-family: "Times New Roman", Times, serif;
}
.Main_Txt {
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	padding: 0 10px 0 10px;
}

