body,ul,li,ol{
	margin:0;
	padding:0;
	margin-left: auto;
}

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ECE6CF;
	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;
}
.twoColFixLt #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 #999999;
	text-align: left;
}
.twoColFixLt #containerWM {
	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 #999999;
	text-align: left;
	background: #FFFFFF url(images/watermark.jpg) no-repeat right bottom;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 0px;
	font-size: 11px;
	line-height: 14px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 190px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLt #mainContent ul {
	padding: 5px 15px 5px 35px;
}
.twoColFixLt #mainContent ol {
	padding: 5px 15px 5px 35px;
}
.twoColFixLt #botnav {
	font-size: 11px;
	line-height: 11px;
	padding: 10px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
} 
.twoColFixLt #copywrite {
	font-size: 10px;
	line-height: 10px;
	padding: 10px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
} 
.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;
}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #00512a;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #017AB1;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.margin5 {
	margin: 5px;
}
a:link, a:visited {
	color: #00512a;
	text-decoration: none;
}
a:hover, a:active {
	color: #007EB1;
	text-decoration: underline;
}
.txtnavon {
	color: #00512a;
}
.twoColFixLt #sidebar1 a {
	color: #000000;
	text-decoration: none;
}
.twoColFixLt #sidebar1 a:hover {
	color: #00512a;
	text-decoration: none;
}
.twoColFixLt #sidebar1 ul {
	padding: 5px 5px 10px 25px;
}
.twoColFixLt #sidebar1 ul ul {
	padding: 0px 5px 0px 20px;
}
.twoColFixLt #sidebar1 ul li {
	list-style: url(images/bullet.jpg);
}
.twoColFixLt #sidebar1 ul ul li {
	list-style: url(images/bullet4.jpg);
}
.marginli0 {
	margin-left: 0px;
}
