@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}

.twoColFixLtHdr #container {
	width: 748px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/LeftSidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.twoColFixLtHdr #header {
	padding: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 148px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 148px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 1.6;
	/*text-align: justify;*/
	font-size: 13px;
}

.twoColFixLtHdr #footer {
	font-size: 10px;
	line-height: normal;
	text-align: center;
	color: #697D59;
	margin:	0 0 0 148px;
	padding: 5px 0 5px 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BFCEB1;
}

.twoColFixLtHdr #footer a {
	color: #697D59;
}

.twoColFixLtHdr #footer a:visited {
	color: #697D59;
}

.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;
}
