@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(../Images/BKG.jpg);
	background-repeat: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; 
	color: #000000;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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 #container {
	width: 1024px;
	height:768px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #bkgContainer {
	 z-index:1; 
	 position:absolute;
	 top:0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; 
	background: #FFFFFF;
}
.oneColFixCtrHdr #menuContainer {
	z-index:3; 
	position:absolute; 
	top: 0px;
}
.oneColFixCtrHdr #titleContainer {
	z-index:2; 
	position:absolute; 
	top:75px;
	width: 1024px; 
	height:91;
	
}
.oneColFixCtrHdr #introContainer {
	z-index:2; 
	position:absolute; 
	top:166px;
	width: 1024px;  
	height:307;
	
}
.oneColFixCtrHdr #bodyText {
	z-index:2; 
	position:absolute; 
	top: 520px;
	width: 706px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-family:Calibri, "Times New Roman", serif;
	font-size:14px;
	line-height:20px;
	color:#666666;
	margin-left:159px;
	
	
}
.oneColFixCtrHdr #languageHolder {
	z-index:1;
	position:absolute;
	top:590px;
	margin-left:84px;
}
.oneColFixCtrHdr #footer {
	z-index:2; 
	position:absolute; 
	top:735px;
}