@charset "UTF-8";
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d6d7d3;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	float: left;
} 
.twoColFixLtHdr #container03 {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c9cbca;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.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 30px 0 25px;
	width: 650px;
} 
.twoColFixLtHdr #mainContent08 {
	margin: 0 0 0 250px;
	width: 730px;
}
.twoColFixLtHdr #mainContent08 img {
	margin-left: 0px;
	margin-top: 32px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 50px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.2em;
	line-height: 3em;
	color: #FFFFFF;
	letter-spacing: -0
.px;
	letter-spacing: -1px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #7ED921;
	height: 600px;
	padding-top: 30px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin: 30px 0px 10px 20px;
	line-height: 1em;
	letter-spacing: 0.08em;
}
.twoColFixLtHdr  #mainContent  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 20px;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-top: 10px;
	letter-spacing: 0.05em;
}
.twoColFixLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-left: 20px;
	letter-spacing: 0.05em;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent table p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
	margin-left: 20px;
	letter-spacing: 0.01em;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent img {
	margin-left: 12px;
	margin-top: 20px;
}
.twoColFixLtHdr #mainContent #rest1 {
	left: 100px;
}
.twoColFixLtHdr #mainContent #rest2 {
	right: 50px;
}
#mainContent  a:link, #mainContent a:visited {
	color: #000000;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 0px;
} 
.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 */
}
.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;
}
#sidebar1 ul {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar1 li {
	margin: 0px;
	padding: 0px;
}
#sidebar1 ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 26px;
	display: block;
	width: 200px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.08em;
	padding-left: 50px;
}
#sidebar1 a:hover {
	background: #A5ED3C;
	color: #FFFFFF;
}
#sidebar1 a.current {
	color: #FFFFFF;
	cursor: default;
}

/* ul not in table*/
#mainContent ul {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainContent li {
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
}
#mainContent ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 25px;
	display: block;
	width: 205px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-left: 10px;
}
/*UL in table*/
#mainContent table ul {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainContent table li {
	margin: 0px;
	padding: 0px;
	margin-left: 12px;
}
#mainContent table ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 25px;
	display: block;
	width: 205px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-left: 10px;
}
#mainContent a:hover {
	background: #c9cbcc;
}
#mainContent a.current {
	color: #FFFFFF;
	cursor: default;
}
.infotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	line-height: 0.8em;
	margin-left: 20px;
	letter-spacing: 0.01em;
	margin-top: 0px;
}
