@charset "utf-8";body {	font: 100% Georgia, Times New Roman, Times, 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 */	color: #000000;	background-image: url(../_images/Background.jpg);	background-repeat: repeat-x;	background-color: #FCF7CD;}body a {	color:#0053A1;}.videoClipHeader {	color: #0053A1;	font-weight: bold;}.footerText {	color: #C7C7C7;	font-size: 9pt;}.footerText a{	color: #C7C7C7;	font-size: 9pt;}.oneColFixCtrHdr #container {	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FCF7CD;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #00539F;	text-align: left;	padding-bottom: 3px;}.oneColFixCtrHdr #header {	padding: 0 10px 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. */}.oneColFixCtrHdr #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 */}.oneColFixCtrHdr #sidebar1 {	float: right; /* since this element is floated, a width must be given */	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	padding: 0 10px;}.oneColFixCtrHdr #sidebarHeader {	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	height: 60px;	background-image: url(../_images/Testimonials_Top.jpg);	background-repeat: no-repeat;}.oneColFixCtrHdr #sidebarFooter {	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	height: 18px;	background-image: url(../_images/Testimonials_Bottom.jpg);	background-repeat: no-repeat;}.oneColFixCtrHdr #sidebarHeaderSeller {	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	height: 18px;	background-image: url(../_images/Seller_Side_Top.jpg);	background-repeat: no-repeat;}.oneColFixCtrHdr #sidebarContent {	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	background-image: url(../_images/Testimonials_Background.jpg);	background-repeat: repeat-y;	padding-left: 15px;	padding-right: 15px;	font-size:small;}.oneColFixCtrHdr #sidebarContent p{	margin-top: 0px;	margin-bottom: 0px;}.oneColFixCtrHdr #sidebarContent ul{	margin-top: 0px;	margin-bottom: 0px;}.oneColFixCtrHdr #sidebarContent li{	margin-top: 1em;}.oneColFixCtrHdr #sidebarContent ul a{	color: #0053A1;}.oneColFixCtrHdr #mainContent { margin-top: 0; margin-right: 0px; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 10px; padding-bottom: 0; padding-left: 10px; }.oneColFixCtrHdr #mainContent li{	margin-top: 1em;	list-style-image:url(../_images/Bullet.gif);}.oneColFixCtrHdr #mainContent h1{	color: #000000;	font-size: large;	font-weight: bold;	border-bottom: 2px solid #0053A1;	border-top: 2px solid #0053A1;	padding-top: 3px;	padding-bottom: 3px;	background-color: #C7C7C7;	padding-left: 3px;}.oneColFixCtrHdr #mainContent h2{	font-weight: bold;}.oneColFixCtrHdr #footer {	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#00539F;}.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	color: #C7C7C7;	font-size: 12px;}.oneColFixCtrHdr #mainContentRight {	float:right;}.oneColFixCtrHdr #mainContentContainer {}
