@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #63604D url(/assets/images/cfc/Bacground_tile.jpg) repeat;
	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;
}
.oneColFixCtrHdr #container {
	width: 1021px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	height: 613px;
	background-color: #FFFFFF;
	background-image: url(/assets/images/landing/footer_bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #contaiiner_bg {
	height: 613px;
	width: 1047px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/assets/images/landing/landingbg_02.8alpha.png);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtrHdr #header {
	padding: 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. */
}
.oneColFixCtrHdr #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 */
}

.oneColFixCtrHdr #container #header #nav_container {
	height: 57px;
	padding-left: 99px;
	padding-top: 7px;
	width: 918px;
	background-image: url(/assets/images/landing/nav_bg_8alpha.png);
	background-repeat: no-repeat;
	background-position: 15px top;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	position: relative;
	margin-top: 210px;
}

#main_text #main_text_left {
	float: left;
	width: 450px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	position: relative;
}

#main_text #main_text_left #text_left {
	text-align: justify;
	width: 375px;
	color: #FFFFFF;
	margin-left: 69px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	position: relative;
	font-weight: normal;
}

#main_text #main_text_right {
	float: right;
	width: 480px;
	text-align: left;
	margin: 0px;
}

#main_text #main_text_right #text_right {
	color: #FFFFFF;
	text-align: justify;
	width: 375px;
	margin-right: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: normal;
}


.oneColFixCtrHdr #footer {
	height: 48px;
	width: 1047px;
	padding-top: 0;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/assets/images/landing/footer_bg02_8alpha.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #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 */
}

/* UTILITY RULES */

img {
	border-style: none;
}

.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;
}
.subbottom {
	background-image: url(/assets/images/landing/bottom_submenu4_8alpha.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.landingh1 {
	font-family: "Times New Roman", Times, serif;
	color: #F9E400;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .05em;
	font-size: 1.1em;
}
.landingh11 {
	font-family: "Times New Roman", Times, serif;
	color: #F70000;
	text-decoration: none;
	font-size: 1.1em;
}

