@charset "UTF-8";body  {	font: 100% "Times New Roman", Times, serif;	background: #EEEEEE;	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;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 25px auto 0; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;	text-align: left;} .twoColFixLtHdr #header {	background: #605040;	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. */} .twoColFixLtHdr #headerleft {	float: left; /* since this element is floated, a width must be given */	width: 300px; /* 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: #605040 url(images/headerleftbg.jpg) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 0px 10px 0px 20px;	height: 100px;	z-index: -1;}.twoColFixLtHdr #headerright {	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; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background-color: #8f956f;	height: 100px;	text-align: center;	vertical-align: middle;} .twoColFixLtHdr #container #headerleft h4 {	font-size: 16px;	font-weight: bolder;	color: #EFECDA;	text-align: center;	margin: 0px;	padding-top: 10px;	padding-bottom: 13px;}#nav li {	text-align: left;	padding-top: 10px;	padding-bottom: 10px;	color: #000000;}#nav li a:link, #nav li a:visited {	text-decoration: none;	color: #A91628;}.textsmallitalics {	font-size: 11px;	font-style: italic;	font-family: Georgia, "Times New Roman", Times, serif;}.twoColFixLtHdr #subheader {	background: #FEED9D;	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: 0px;} .textheaderright {	font-size: 30px;	font-weight: bold;	color: #FFFFFF;}#nav li a:hover, #nav li a:active, #nav li a:focus {	color: #FFFFFF;	text-decoration: none;}.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 */	color: #FFFFFF;	font-style: normal;	text-align: center;}.twoColFixLtHdr #headerright 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: 25px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	color: #FFFFFF;	font-style: normal;	text-align: center;}#navcurrentpage li a:link, #navcurrentpage li a:visited {	color: #000000;	text-decoration: none;}#navcurrentpage li a:hover, #navcurrentpage li a:active, #navcurrentpage li a:focus {	color: #FFFFFF;	text-decoration: none;}.textsmall {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 11px;}#subheader h3 a:hover, #subheader h3 a:active, #subheader h3 a:focus {	text-decoration: none;	color: #990000;}.twoColFixLtHdr #container #middlebox {	overflow: hidden;	z-index: -1;}.twoColFixLtHdr #container #headerleft h3 {	font-size: 19px;	font-weight: bolder;	color: #FFFFFF;	padding-top: 20px;	margin: 0px;	text-align: center;}.textbigheaderleft {	font-family: "Times New Roman", Times, serif;	font-size: 19px;	color: #FFFFFF;	font-weight: bolder;}a:hover {	text-decoration: none;}a:active {	text-decoration: none;}.twoColFixLtHdr #header h2 {	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 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	color: #EFECDA;	font-style: normal;	text-align: center;}a:link {	text-decoration: none;}#navcurrentpage {	color: #000000;}.twoColFixLtHdr #subheader h3 {	margin: 0 0 0 200px; /* 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 */	color: #7C4B1F;	font-size: 12px;}a:visited {	text-decoration: none;}#nav ul {	list-style-type: none;	padding: 0px;	font: bold 10px Arial, Helvetica, sans-serif;	letter-spacing: .1em;}.twoColFixLtHdr #mainContent {	margin: 0 0 -1020px 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 1020px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	text-align: justify;	float: right;	width: 490px;	z-index: -1;} .twoColFixLtHdr #footer {	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#EFECDA;	z-index: 1;	height: 33px;} .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 */	color: #5D634A;}.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;	line-height: 0px;	font-size: 1px;}.twoColFixLtHdr #sidebar1 {	float: left; /* 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: #c7b69d; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 2020px;	margin-top: 0px;	margin-bottom: -2000px;	z-index: -1;}.texttitle {	color: #A91628;	text-align: center;}.borderr10px {	border-right-width: 10px;	border-right-style: solid;	border-right-color: #FFFFFF;}.borderl10px {	border-left-width: 10px;	border-left-style: solid;	border-left-color: #FFFFFF;}