@charset "UTF-8";
body  {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/LEC-Background-sm.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #006A98;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #D9E1FF;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 200px;
	background-image: url(images/Header200px.jpg);
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #09111A;
	list-style-type: none;
}
.twoColFixLtHdr  #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	left: 0px;
	top: 0px;
	margin-left: 250px;
} 
.twoColFixLtHdr #footer {
	height: 90px;
	padding: 10px 0 10px 0;
} 
.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;
}

