@charset "UTF-8";/* CSS Document */ body  {	font: 100% Arial, Helvetica, sans-serif;	background: #56618E;	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: 780px;	margin: 0 auto;	text-align: left; /* this overrides the text-align: center on the body element. */	border-top: 1px solid #000000;	border-right: 1px solid #000000;	border-left: 1px solid #000000;} .twoColFixLtHdr #header {	background: #DDDDDD;  /* 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. */	padding-top: 0;	padding-bottom: 0;	height: 244px;} 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: 0px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-family: Arial, Helvetica, sans-serif;	font-size: 24px;	color: #060;	line-height: 110%;}h2 {	font-size: 140%;	color: #5A5153;}h3 {	font-size: 120%;	font-family: Arial, Helvetica, sans-serif;	line-height: 110%;	color: #073;}.twoColFixLtHdr #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 5px 15px 20px;	font-size: 14px;}.twoColFixLtHdr #mainContent {	margin: 0 0 0 220px; /* 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 0 23px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	line-height: 120%;} .twoColFixLtHdr #mainContentHome {	margin: 0 0 0 0px; /* 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 0 23px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	line-height: 120%;} .twoColFixLtHdr #mainContentFULL {	margin: 0 0 0 30px; /* 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 30px 0 23px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	line-height: 120%;} #footer {	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	border-right-style: solid;	border-bottom-style: solid;	border-left-style: solid;	border-right-color: #000;	border-bottom-color: #000;	border-left-color: #000;	height: 50px;	width: 780px;	margin-right: auto;	margin-left: auto;	text-align: center;}.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: 5px 0 10px; /* 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: 90%;	color: #000;	line-height: 105%;}#navigation {	height: 26px;	width: 780px;	background-image: url(button1.jpg);	background-repeat: repeat-x;}#navbuttons {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	color: #FFF;	height: 16px;	width: 720px;	padding-top: 4px;	margin-right: auto;	margin-left: auto;}.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;}.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;}#navbuttons ul {	color: #FFF;}#navbuttons li {	color: #FFF;}#mainnav{	background-color: #333;	color: #FFFFFF;	padding: 4px 0 6px;	font-size: 13px;	font-family: Arial, Helvetica, sans-serif;	float: right;	background-position: center;	font-weight: bold;	text-align: center;	width: 780px;	background-image: url(button1.jpg);	border-top-width: 1px;	border-bottom-width: 1px;	border-top-style: solid;	border-bottom-style: solid;	border-top-color: #000;	border-bottom-color: #000;}.dividers {	color: #333;}#mainnav ul{	margin: 0 0 0 20px;	padding: 0;	list-style-type: none;	}#mainnav li{	display: inline;	padding: 0 0px;}#mainnav li a{	text-decoration: none;	color: #FFFFFF;	padding-right: 3px;	padding-left: 3px;}#mainnav li a:hover{	text-decoration: none;	color: #9F6;}#background {	background-image: url(background2.jpg);	margin-right: auto;	margin-left: auto;	width: 840px;	background-repeat: repeat-y;}#footerback {	background-image: url(footer2.jpg);	margin-right: auto;	margin-left: auto;	width: 840px;	background-repeat: no-repeat;	background-position: center;	height: 76px;} </style>[if IE 5]><style type="text/css"> /* place css box model fixes for IE 5* in this conditional comment */.twoColFixLtHdr #sidebar1 { width: 230px; }</style><![endif][if IE]><style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */.twoColFixLtHdr #sidebar1 { padding-top: 30px; }.twoColFixLtHdr #mainContent { zoom: 1; }/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */</style><![endif]