@charset "utf-8";
/* CSS Document */
{ margin: 0; padding: 0; }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000000;
	width: 95%;
	margin:auto;
	

}

.oneColLiqCtrHdr #container {
	width: 90%;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.oneColLiqCtrHdr #header {
	background: #ffffff;
	padding: 0 0px 0 0px;  /* 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. */
}
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
} 
.oneColLiqCtrHdr #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 */
	border-top-color: #BF1E2D;
	border-right-color: #BF1E2D;
	border-bottom-color: #BF1E2D;
	border-left-color: #BF1E2D;
	background-color: #ffffff;
}

</style>
<link rel="stylesheet" href="jlecmenu.css" type="text/css" />
<script src="jlecmenu.js" type="text/javascript"></script>
<style type="text/css">

.style7 {font-family: Arial, Helvetica, sans-serif}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	color: #BF1E2D;
	font-size: xx-large;
	font-weight: bold;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
 
}
.table-3columns {
	height: 100%;
	width: auto;
	background-color: #FFFFFF;
	/* [disabled]color: #000000; */
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
.image-right {
	margin-left: 8px;
	float: right;
	letter-spacing: normal;
	text-align:center
	vertical-align: baseline
}	
.floatright {
float: right;
width: 200px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}

div.floatright img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

div.floatleft img
{
border-top: 2px solid #555;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
border-left: 2px solid #555;
}

p {
	margin-top: 0;
	font-weight: normal;
}	

















.footer {
	background-color: #FFFFFF;
	border: #ffffff;
	border: 5;
	margin-top: 10px;
	padding: 10;
	padding: 20;
	padding: 5px;
	white-space: normal;
	margin-top: 10%;
	margin-right: 10%;
	margin-bottom: 20%;
	margin-left: 10%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 20%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #00274E;
}
.oneColLiqCtrHdr #container #footer {
	background-color: #ffffff;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: ffffff;
	border-right-color: ffffff;
	border-bottom-color: ffffff;
	border-left-color: ffffff;
}

h2 {
display: block;
font-size: 1.5em;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}

.style2 {
color: #00274E;
font-family: Arial, Helvetica, sans-serif;
}
