@charset "UTF-8";body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #6fded9;	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;}.thrColFixHdr #container {	width: 780px;  /* 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. */	padding: 10px;} .thrColFixHdr #header {	background: #FFFFFF url(images/header1.png) no-repeat;	padding: 0;  /* 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: 194px;	margin-bottom: 20px;	margin-top: 0px;	margin-right: 0px;	margin-left: 0px;	bottom: 0px;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #6e4323;} .navbar {	background: #6fded9;	padding: 0;  /* 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: 45px;	float: left;	width: 780px;	margin: 10px 0px 0px;	top: 195px;	position: absolute;} .thrColFixHdr #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 */	background-color: #FFFFFF;}.thrColFixHdr #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 185px; /* 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: url(images/sidebar.png) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 25px 25px 15px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 80%;	color: #000000;	margin-right: 0px;	height: 400px;	margin-top: 0px;}.sidebartext {	float: none; /* since this element is floated, a width must be given */	width: 160px; /* 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: 0px 5px 5px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	color: #000000;	margin-right: 0px;	margin-top: 0px;	left: 120px;	height: 400px;}.thrColFixHdr #sidebar2 {	float: right; /* since this element is floated, a width must be given */	width: 160px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 80%;}.thrColFixHdr #mainContent {	margin: 5 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: 10 20px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 80%;	color: #000000;	float: none;} .thrColFixHdr #mainContent2 {	margin: 5 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: 10 20px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 80%;	color: #000000;	float: none;} .thrColFixHdr #mainContent2col {	margin: 30 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: 10 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 80%;	color: #000000;	float: none;} #mainContentafterSidebar {	margin: 0 0 0 20px; /* 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 20 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 80%;	color: #000000;} .thrColFixHdr #footer {	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#6fded9;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 75%;	color: #FFFFFF;} #footer a {text-decoration : none;color : #fff;background : inherit;}#footer a:hover {text-decoration : underline;color : #fff;background : inherit;}.thrColFixHdr #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 */}.rightsidebar { /* 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. */	padding : 10px;	margin : 10px 0px 10px 8px;	border : 2px solid #6fded9;	float: right;	background-color: #d4f7fc;	width: 150px;	clear: right;	display: inline;}.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;}a {	text-decoration : underline;	color : #007651;	background : inherit;}a:hover {	text-decoration : underline;	color : #74dfd9;}a:link {	text-decoration : underline;	color : #007651;}a:visited {	color : #043b2a;}.justabox550px {	margin: 5px 0;	padding: 10px;	text-align: left;	display: block;	overflow: auto;	border: 1px solid #6fded9;	width: 550px;}.bodytextitalic {	font-style: italic;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;}.bodytext {	font-style: normal;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;}.bodytextbolditalic {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	font-weight: bold;	font-style: italic;}.bodytextbold {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	font-weight: bold;}.borderleft {padding : 10px;margin : 10px;border : 1px solid #6fded9;float: left;margin-left: 8px;}.borderright {padding : 10px;margin : 10px;border : 1px solid #6fded9;float: right;margin-left: 8px;}/* start - table */.table {	border-collapse: collapse;	margin: 10px;	}th strong {	color: #fff;}th {	background: #7ce5ef url(button.jpg) repeat-x;	height: 29px;	padding-left: 12px;	padding-right: 12px;		text-align: left;	border-left: 1px solid #6fded9;	border-bottom: solid 2px #6fded9;	color: #333;}tr {	height: 30px;}td {	padding-left: 11px;	padding-right: 11px;	border-left: 1px solid #6fded9;	border-bottom: 1px solid #6fded9;}td.first,th.first {	border-left: 0px;}tr.row-a {	background: #ebeec3;}tr.row-b {	background: #d9f8fc;		}/* end - table */.code {	margin: 5px 0;	padding: 10px;	text-align: left;	display: block;	overflow: auto;	font: 500 1.1em/1.5em 'Lucida Console', 'courier new', monospace;	/* white-space: pre; */  	background: #cbf5fa;	border-left: 3px solid #6fded9;}.greenbox {	margin: 5px 0;	padding: 10px;	text-align: left;	display: block;	overflow: auto;	font: bold normal 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;	color: #000000;	/* white-space: pre; */  	background: #d4f7fc;	border-left: 3px solid #6fded9;}.blockquote {	margin: 10px;	padding: 10px;	text-align: left;	display: inline;	overflow: auto;	font: italic 500 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;	/* white-space: pre; */  	background: #d4f7fc;	border-left: 3px solid #6fded9;	color: #000000;	border-right-width: 3px;	border-right-style: solid;	border-right-color: #6fded9;	width: 250px;	float: left;	clear: right;}/* form elements */.form {	margin:10px; padding: 0 5px;	background: #F5F5F5;	}label {	display:block;	font-weight:bold;	margin:5px 0;}input {	padding:2px;	border:1px solid #5888AC;	font: normal 1em Verdana, sans-serif;	color:#000000;}textarea {	width:400px;	padding:2px;	font: normal 1em Verdana, sans-serif;	border:1px solid #5888AC;	height:100px;	display:block;	color:#000000;}input.button { 	font: bold 12px Arial, Sans-serif; 	height: 24px;	margin: 0;	padding: 2px 3px; 	color: #333;	background: #76dfda url(button.jpg) repeat-x;	border: 1px solid #dadada;}