@charset "utf-8";
body {
	background: #093452;
	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: #666;
	background-image: url(../images/CFE-BG.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, 'Bookman Old Style', Tahoma, Verdana, Arial, serif;
	font-size: 100%;
}

#content a, #content a:visited {
	border-bottom: 2px solid;
	border-color: #dcf6a4;
	text-decoration: none;
	color: #1378c0;
}

#content a:hover {
	background-color: #b9d7ec;
	color: white;
}

#lim a, #lim a:hover, #lim a:visited {
	border-bottom: 2px solid;
	border-color: #dcf6a4;
	background: none;
}

.oneColLiqCtrHdr h1 {
	margin: 0px;
	padding: 0px;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	padding: 0 10px 0 20px;
}
.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 */
}
.neColLiqCtrHdr #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;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 70%;
	color: #597586;
} 
#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: 40px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#banner {
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */
	background-image:url(../images/CFE_01.jpg);
	background-repeat:no-repeat;
	width: 1024px;
	height: 350px;
}

#innerContent {
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */
	background-image:url(../images/CFE_02.gif);
	background-repeat:repeat-y;
	width: 1024px;
}

#content {
	margin-top: 0px;
	margin-left: 56px;
	width: 915px;
	text-align: left;
	font-size: 16px;
	line-height: 1.2;
}

#nav {
	position: relative;
	float: none;
	padding-top: 307px;
	color: #F6F6F6;
	font-size: 19px;
	font-variant: normal;
}

#nav a, #nav a:visited {
	color: white;
	text-decoration: none;
	border: 0;
}

#nav a:hover {
	color: #dcf6a4;
	border: 0;
}

#leftContent  {
	float: left;
	width: 540px;
	height: 100%;
	margin-left: 0px;
	display: inline; /* IE6 left-margin with left-float bug fix */
	padding-left: 40px;
}

#rightContent {
	width: 240px;
	float: right;
	margin-right: 40px;
}

#rightContent .image {
	text-align: center;
}

.heading
{
	color: #1378c0; /* blueish */
	font-weight: lighter;
	margin-top: 0px;
	font-size: 120%;
	width: 100%;
	border-bottom: 3px solid;
	border-color: #dcf6a4; /* light green = #dcf6a4 ; bright green = #ade82e */
	padding-bottom: 12px;
}

#clearer {
	clear: both;
	height: 1px;
}

