@charset "UTF-8";body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #666666;	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;}.twoColFixLtHdr #container {     width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	background-image:url(../layout/bodyBackgroundFade.gif);	background-position: bottom;	background-repeat:repeat-x;	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. */ } td {    vertical-align: top;}h1, h2, h3 {   font-family: Georgia, "Times New Roman", Times, serif;   margin-bottom: 2px;}h1 {   font-size: 20px;   margin-top: 10px;}h2 {   font-size: 18px;}h3 {   font-size: 14px;   margin-top: 0px;}p {   font-size: 12px;   margin-top: 0px;   line-height: 16px;}ul {   font-size: 12px;   line-height: 16px;   margin-top: 0px;}li {    margin-bottom: 4px;}ol {   font-size: 12px;   line-height: 16px;}.twoColFixLtHdr #header { 	background-image: url(../layout/headerBackground5.jpg);	background-repeat: no-repeat;	padding-top: 1px;  /* 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. */	height: 200px;} .twoColFixLtHdr #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 */}/* TOP NAV */ div.topNav {   text-align: left;   margin-top: 179px;   padding-left: 14px;   }.topNav ul {	margin: 0;	padding: 0;}.topNav li {    list-style: none;	display: inline;	margin: 0;	padding: 0;}.topNav li a, .topNav li a:visited {	margin: 0;	font-weight: bold;	font-size: 13px;	text-decoration: none;	color: #fff;	padding: 4px 6px;}.topNav li a:hover {	margin: 0;	font-weight: bold;	font-size: 13px;	color: #FFFF00;	background-color: #2A0026;	text-decoration: none;}/* end TOP NAV */a:link {	color: #004FDC;	text-decoration: none;}a:visited {   color: #36D;   text-decoration: none;}a:hover {   color: #36D;   text-decoration: underline;}a:active {   color: #D63;   text-decoration: none;}/* HEADER FEATURE */div.bodyFeature {   width: 290px;   border-left: 3px solid #999;   margin: 4px 0 0 0px;   padding: 10px;   background-color: #eef;   }.bodyFeature p {  margin: 0px;  font-family: Georgia, "Times New Roman", Times, serif;  font-style:italic;  font-size: 13px;  line-height: 18px;}.twoColFixLtHdr #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 220px; /* 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-color: #A8D6AE;  GREEN */	background-image: url(../layout/sidebarFade.gif);	background-position: top;	background-repeat:repeat-x;	background-color: #E6D2E1; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px 10px 15px 20px;	border-bottom: 2px solid #999;}.twoColFixLtHdr #sidebar1 h2 {   font-size: 16px;   margin-top: 14px;}.sidebar1Feature p {   font-size: 11px;}div.sidebar2Feature {   width: 200px;   border-right: 3px solid #999;   margin: 30px 0 0 0;   padding: 10px;   background-color: #eef;}.sidebar2Feature p {  margin: 0px;  font-family: Georgia, "Times New Roman", Times, serif;  font-style:italic;  font-size: 13px;  line-height: 18px;}.sidebar2Feature h3 {  margin: 0px;  padding: 0px;  font-family: Georgia, "Times New Roman", Times, serif;  font-style:italic;  font-size: 16px;  line-height: 18px;}#sidebar1 a:link, #sidebar1 a:visited {   text-decoration: none;   color: #431044;}#sidebar1 a:hover, #sidebar1 a:active {   text-decoration: underline;} .leftNav ul {	margin-left: 0px;	padding-left:14px;	list-style-image: url(../layout/star.gif);	font-size: 10px;}.leftNav li {   margin-bottom: 10px;  }.leftNav a:link, .leftNav a:visited {   /* color: #0E2810; */   font-family: Georgia, "Times New Roman", Times, serif;   font-size: 14px;   font-style: italic;   text-decoration: none;   color: #431044;}.leftNav a:hover, .leftNav a:active {   /* color: #0E2810; */   font-size: 14px;   font-style: italic;   text-decoration: underline;}.twoColFixLtHdr #mainContent { 	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */} .twoColFixLtHdr #footer { 	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	/*  background:#0F3B18;  green */	background-color: #431044;} .twoColFixLtHdr #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-size: 80%;	color: #ccc;}#footer p.credits {    margin: 0;	padding: 10px 0;	font-size: 70%;}#footer a:link, #footer a:visited {	color: #ccc;	text-decoration: underline;}#footer a:hover, #footer a:active {	color: #ff0;	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;}.fltrtVideo { /* 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. */	/* clear:both; */	float: right;	margin: 0px 0px 8px 8px;	padding: 10px 10px 5px 10px;	background-color: #E6D2E1;	width: 205px;	border-top: 4px solid #666;	border-bottom: 4px solid #666;	border-left: 1px solid #666;	border-right: 1px solid #666;}.fltrtVideo h3 {    font-family: Georgia, "Times New Roman", Times, serif;    font-size: 14px;    margin: 0px 0 4px 0;	line-height: 16px;}.fltrtVideo p {    font-family: Georgia, "Times New Roman", Times, serif;    font-size: 12px;    margin: 0px;	line-height: 18px;	}	.fltrtVideoSmall { /* 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. */	/* clear:both; */	float: right;	margin: 0px 0px 8px 8px;	padding: 10px 10px 5px 10px;	background-color: #F2E3EF;	width: 200px;	border-top: 4px solid #666;	border-bottom: 4px solid #666;	border-left: 1px solid #666;	border-right: 1px solid #666;}.fltrtVideoSmall h3 {    font-family: Georgia, "Times New Roman", Times, serif;    font-size: 14px;    margin: 0px 0 4px 0;	line-height: 16px;}.fltrtVideoSmall p {    font-family: Georgia, "Times New Roman", Times, serif;    font-size: 12px;    margin: 0px;	line-height: 18px;	}		.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 29px;}	.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;}  /* table type 1 */table.tableType1 {	padding:0px;	margin-top: 10px;	background-color:#fff;	border: 1px solid #666;}.tableType1 {	margin-bottom: 20px;	padding: 0px;	border:none;}.tableType1 td {	padding: 6px;	margin: 0px;	border:none;}.tableType1 p {    line-height: 18px;}.tableType1 h2 {   margin-top: 0px;}.tableType1 .heading {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 14px;	font-weight: bold;	font-style:normal;	background-color:#298032;	color: #fff;}.tableType1 .subHeading {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 14px;	font-weight: bold;	background-color:#6D9DCB;	color: #fff;}img.featureRight {   float: right;   padding: 0px 0px 10px 10px;}
