@charset "UTF-8";.twoColFixRtHdr #container {	width: 900px;  /* 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 #000000;	text-align: left; /* this overrides the text-align: center on the body element. */} .twoColFixRtHdr #header {	background: #FFFFFF;	padding: 0 10px 0 20px;  /* 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-top: 10px;	width: 870px;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	color: #FF9900;	text-decoration: none;} .twoColFixRtHdr #header img {	background: #FFFFFF;	vertical-align: middle;} .twoColFixRtHdr #container #header #bannerpromo {	float: right;}.twoColFixRtHdr #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 */}.twoColFixRtHdr #sidebar1 {	float: right; /* since this element is floated, a width must be given */	width: 200px; /* 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: #ff9900; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px 10px;	border-top: none;	border-right: none;	border-bottom: none;	border-left: none;}.twoColFixRtHdr #sidebar1 .promotitle {	width: 200px;	background-image: url(images/greenbar.jpg);	background-repeat: repeat-x;	display: block;	height: 40px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 24px;	color: #62421e;	padding-left: 10px;	margin: 0px;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 0px;	font-weight: bold;}.twoColFixRtHdr #mainContent {	margin: 0 220px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0 20px;	border-right-style: none;	border-top-style: none;	border-bottom-style: none;	border-left-style: none;} .twoColFixRtHdr #container #mainContent p {	margin-top: 15px;}.twoColFixRtHdr #footer {	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#ff9900;	margin: 0px;	text-align: center;} .twoColFixRtHdr #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 */	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #FFFFFF;}.twoColFixRtHdr #footer a {	margin-left: 50px;	color: #FFFFFF;	text-decoration: none;}.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;}.twoColFixRtHdr #animation {	background: #ff9900;	padding: 0 0 0 10;	border-top-width: 10px;	border-bottom-width: 10px;	border-top-style: solid;	border-bottom-style: solid;	border-top-color: #ff9900;	border-bottom-color: #ff9900;	border-left-width: 10px;	border-left-style: solid;	border-left-color: #ff9900;}.twoColFixRtHdr #container #animation img {	padding-left: 12px;}.twoColFixRtHdr #navigation {	background: #ffffff;	border: none;}.twoColFixRtHdr #navigation a {    font-size: 12px;	background: url(images/0002.gif) #fff bottom left repeat-x;	height: 2em;	line-height: 2em;	float: left;	display: block;	border: none;	color: #62421e;	text-decoration: none;	text-align: center;}.twoColFixRtHdr #navigation a:hover {	color: #ffffff;}.twoColFixRtHdr #navigation img {	padding: 0px;	margin: 0px;	display: block;	vertical-align: middle;	float: left;}.twoColFixRtHdr #container #navigation .navcurrent {	background: url(images/1002.gif) #fff bottom left repeat-x;	color: #ffffff;}